summaryrefslogtreecommitdiffstats
path: root/fs/ramfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-5/+1Star
|\
| * init_rootfs(): don't bother with init_ramfs_fs()Al Viro2019-07-051-5/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* mm: make pagevec_lookup() update indexJan Kara2017-09-071-1/+1
* ramfs: Implement show_optionsDavid Howells2017-07-061-11/+21
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-3/+3
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-0/+9
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi2016-09-271-1/+1
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-3/+3
* | | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
|\ \ \ | |_|/ |/| |
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* / ipc/shm: fix crash if CONFIG_SHMEM is not setKirill A. Shutemov2016-09-201-0/+9
|/
* tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMURich Felker2016-05-211-6/+2Star
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-0/+1
* mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko2015-10-161-2/+3
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* make new_sync_{read,write}() staticAl Viro2015-04-122-4/+0Star
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0Star
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-202-20/+9Star
* fs/ramfs/file-nommu.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-091-1/+1
* ->splice_write() via ->write_iter()Al Viro2014-06-122-2/+2
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-062-4/+4
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-062-4/+4
* fs/ramfs: move ramfs_aops to inode.cAxel Lin2014-01-244-15/+7Star
* fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin2014-01-241-2/+8
* fs/ramfs: don't use module_init for non-modular core codePaul Gortmaker2014-01-221-1/+1
* initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2013-09-121-31/+1Star
* initmpfs: move bdi setup from init_rootfs to init_ramfsRob Landley2013-09-121-6/+19
* initmpfs: replace MS_NOUSER in initramfsRob Landley2013-09-121-1/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | userns: Allow the userns root to mount ramfs.Eric W. Biederman2013-01-271-0/+1
|/
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu2012-07-121-0/+1
* tidy up after d_make_root() conversionAl Viro2012-03-211-14/+6Star
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-10/+2Star
* pohmelfs: propagate umode_tAl Viro2012-01-041-1/+1
* switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
* ramfs: remove module leftoversRichard Weinberger2011-11-031-10/+0Star
* ramfs: fix memleak on no-mmu archBob Liu2011-04-151-0/+1
* convert get_sb_nodev() usersAl Viro2010-10-291-9/+8Star
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-261-0/+1
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-3/+2Star
* rename generic_setattrChristoph Hellwig2010-08-091-1/+1