summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-09-20Merge 4.9.51 into android-4.9Greg Kroah-Hartman79-669/+1246
2017-09-20xfs: evict all inodes involved with log redo itemDarrick J. Wong4-1/+14
2017-01-31ANDROID: vfs: Allow filesystems to access their private mount dataDaniel Rosenberg5-10/+38
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds136-640/+737
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro25-101/+170
2016-09-28fs/internal.h: add const to ns_dentry_operations declarationRasmus Villemoes1-1/+1
2016-09-19iomap: expose iomap_apply outside iomap.cChristoph Hellwig2-4/+12
2016-09-16vfs: update ovl inode before relatime checkMiklos Szeredi4-8/+37
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-2/+67
2016-08-03Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Al Viro3-9/+4
2016-08-03vfs: make dentry_needs_remove_privs() internalMiklos Szeredi3-2/+1
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds66-1440/+2026
2016-06-20fs: introduce iomap infrastructureChristoph Hellwig6-10/+523
2016-06-10much milder d_walk() raceAl Viro4-9/+55
2016-03-30fs: add filp_clone_open APIJames Bottomley2-0/+21
2016-01-09Merge branch 'for-linus' into work.miscAl Viro77-568/+855
2016-01-09compat_ioctl: don't pass fd around when not neededAl Viro4-55/+61
2016-01-04saner calling conventions for copy_mount_options()Al Viro3-30/+28
2015-08-18inode: rename i_wb_list to i_io_listDave Chinner5-33/+33
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner10-54/+57
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells8-34/+41
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov3-26/+22
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds23-378/+356
2015-02-13list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov9-43/+51
2015-01-26allow attaching fs_pin to a group not associated with some superblockAl Viro4-10/+17
2014-12-11take the targets of /proc/*/ns/* symlinks to separate fsAl Viro10-161/+208
2014-10-23vfs: export __inode_permission() to modulesMiklos Szeredi3-1/+2
2014-10-23vfs: export do_splice_direct() to modulesMiklos Szeredi3-6/+4
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds74-960/+889
2014-10-10vfs: guard end of device for mpage interfaceAkinobu Mita3-1/+8
2014-10-09fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner3-23/+15
2014-08-07make fs/{namespace,super}.c forget about acct.hAl Viro5-10/+13
2014-08-07acct: switch to __kernel_write()Al Viro3-20/+13
2013-11-09get rid of s_files and files_lockAl Viro5-156/+2
2013-10-25new helpers: lock_mount_hash/unlock_mount_hashAl Viro5-54/+64
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner6-21/+33
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner8-48/+70
2013-09-10fs: bump inode and dentry counters to longGlauber Costa7-27/+27
2013-09-09rename user_path_umountat() to user_path_mountpoint_at()Al Viro4-16/+15
2013-09-05vfs: check unlinked ancestors before mountMiklos Szeredi3-6/+39
2013-06-29constify rw_verify_area()Al Viro4-2/+4
2013-06-29allow build_open_flags() to return an errorAl Viro4-31/+41
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro5-23/+41
2013-04-09pipe: fold file_operations instances in oneAl Viro4-195/+38
2013-03-21Don't bother with redoing rw_verify_area() from default_file_splice_from()Al Viro3-1/+33
2013-03-02constify path_get/path_put and fs_struct.c stuffAl Viro5-10/+10
2012-11-27writeback: put unused inodes to LRU after writeback completionJan Kara3-2/+17
2012-10-13vfs: make path_openat take a struct filename pointerJeff Layton7-21/+42
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara5-24/+85
2012-07-14VFS: Split inode_permission()David Howells2-17/+54
[next]