summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro76-225/+296
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi6-6/+11
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-09-19ipc/shm: fix crash if CONFIG_SHMEM is not setKirill A. Shutemov1-0/+9
2016-05-21tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMURich Felker1-6/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro57-46/+81
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko6-18/+22
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells278-1420/+1419
2015-04-12make new_sync_{read,write}() staticAl Viro59-153/+11
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig32-91/+8
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig32-346/+169
2014-08-08fs/ramfs/file-nommu.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-06-12->splice_write() via ->write_iter()Al Viro16-56/+156
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro29-79/+94
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro35-75/+75
2014-01-24fs/ramfs: move ramfs_aops to inode.cAxel Lin4-15/+7
2014-01-24fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin2-9/+8
2014-01-22fs/ramfs: don't use module_init for non-modular core codePaul Gortmaker1-1/+1
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley5-33/+36
2013-09-11initmpfs: move bdi setup from init_rootfs to init_ramfsRob Landley1-6/+19
2013-09-11initmpfs: replace MS_NOUSER in initramfsRob Landley1-1/+6
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds383-1423/+1276
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2013-01-27userns: Allow the userns root to mount ramfs.Eric W. Biederman1-0/+1
2012-07-14don't pass nameidata to ->create()Al Viro51-64/+62
2012-07-11fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu1-0/+1
2012-03-21tidy up after d_make_root() conversionAl Viro6-53/+26
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro64-264/+105
2012-01-04pohmelfs: propagate umode_tAl Viro4-6/+7
2012-01-04switch ->mknod() to umode_tAl Viro42-51/+51
2012-01-04switch ->create() to umode_tAl Viro54-72/+72
2012-01-04switch vfs_mkdir() and ->mkdir() to umode_tAl Viro56-70/+70
2011-11-02ramfs: remove module leftoversRichard Weinberger1-10/+0
2011-04-14ramfs: fix memleak on no-mmu archBob Liu1-0/+1
2010-10-29convert get_sb_nodev() usersAl Viro17-73/+87
2010-10-26fs: do not assign default i_ino in new_inodeChristoph Hellwig31-2/+36
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig21-156/+108
2010-08-09rename generic_setattrChristoph Hellwig8-15/+14
2010-05-28fs: convert simple fs to new truncateNick Piggin5-19/+15
2010-05-28rename the generic fsync implementationsChristoph Hellwig23-32/+44
2010-05-21ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov3-32/+16
2010-05-21devtmpfs: support !CONFIG_TMPFSPeter Korsgaard4-3/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2010-01-16nommu: fix shared mmap after truncate shrinkage problemsDavid Howells3-30/+64
2010-01-16nommu: fix race between ramfs truncation and shared mmapDavid Howells1-1/+6
[next]