aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2015-04-17vfs: make first argument of dir_context.actor typedMiklos Szeredi
2015-04-17overlayfs: fix lockdep misannotationMiklos Szeredi
2015-04-17fs: limit filesystem stacking depthMiklos Szeredi
2015-04-17vfs: add whiteout supportMiklos Szeredi
2015-04-17vfs: export check_sticky()Miklos Szeredi
2015-04-17vfs: export __inode_permission() to modulesMiklos Szeredi
2015-04-17vfs: export do_splice_direct() to modulesMiklos Szeredi
2015-04-17vfs: add i_op->dentry_open()Miklos Szeredi
2015-04-17new helper: readlink_copy()Al Viro
2015-04-17vfs: add renameat2 syscallMiklos Szeredi
2014-03-10get rid of fget_light()Al Viro
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds
2014-01-25fs: add a set_acl inode operationChristoph Hellwig
2013-11-15consolidate simple ->d_delete() instancesAl Viro
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields
2013-11-09locks: break delegations on linkJ. Bruce Fields
2013-11-09locks: break delegations on renameJ. Bruce Fields
2013-11-09locks: helper functions for delegation breakingJ. Bruce Fields
2013-11-09locks: break delegations on unlinkJ. Bruce Fields
2013-11-09locks: implement delegationsJ. Bruce Fields
2013-11-09locks: introduce new FL_DELEG lock flagJ. Bruce Fields
2013-11-09vfs: rename I_MUTEX_QUOTA now that it's not used for quotasJ. Bruce Fields
2013-11-09vfs: pull ext4's double-i_mutex-locking into common codeJ. Bruce Fields
2013-11-09vfs: split out vfs_getattr_nosecJ. Bruce Fields
2013-11-09take anon inode allocation to libfs.cAl Viro
2013-11-09get rid of s_files and files_lockAl Viro
2013-10-24make freeing super_block rcu-delayedAl Viro
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro
2013-10-24new helper: kfree_put_link()Al Viro
2013-09-27NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells
2013-09-13Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner
2013-09-10dcache: convert to use new lru list infrastructureDave Chinner
2013-09-10inode: convert inode lru list to generic lru list code.Dave Chinner
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner
2013-09-10dentry: move to per-sb LRU locksDave Chinner
2013-09-10fs: bump inode and dentry counters to longGlauber Costa
2013-09-10fs: remove vfs_follow_linkChristoph Hellwig
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig
2013-09-03constify touch_atime()Al Viro
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman
2013-08-17quota: provide interface for readding allocated space into reserved spaceJan Kara
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov