summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
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
2013-07-09Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-09page migration: fix wrong comment in address_space_operations.migratepage()Tang Chen
2013-07-09writeback: Do not sort b_io list only because of block device inodeJan Kara
2013-07-08locks: move file_lock_list to a set of percpu hlist_heads and convert file_lo...Jeff Layton
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-03vfs: export lseek_execute() to modulesJie Liu
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-06-29locks: add a new "lm_owner_key" lock operationJeff Layton
2013-06-29locks: convert fl_link to a hlist_nodeJeff Layton