aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-10get rid of fget_light()Al Viro1-1/+1
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds1-1/+5
2014-03-07fs: move i_readcountMimi Zohar1-3/+3
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+7
2014-02-10direct-io: add flag to allow aio writes beyond i_sizeChristoph Hellwig1-0/+3
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-1/+7
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds1-0/+1
2014-01-25fs: add a set_acl inode operationChristoph Hellwig1-0/+1
2013-11-15consolidate simple ->d_delete() instancesAl Viro1-0/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-25/+81
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields1-1/+1
2013-11-09locks: break delegations on linkJ. Bruce Fields1-1/+1
2013-11-09locks: break delegations on renameJ. Bruce Fields1-1/+1
2013-11-09locks: helper functions for delegation breakingJ. Bruce Fields1-2/+37
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-1/+1
2013-11-09locks: implement delegationsJ. Bruce Fields1-3/+15
2013-11-09locks: introduce new FL_DELEG lock flagJ. Bruce Fields1-0/+1
2013-11-09vfs: rename I_MUTEX_QUOTA now that it's not used for quotasJ. Bruce Fields1-3/+6
2013-11-09vfs: pull ext4's double-i_mutex-locking into common codeJ. Bruce Fields1-0/+3
2013-11-09vfs: split out vfs_getattr_nosecJ. Bruce Fields1-0/+1
2013-11-09take anon inode allocation to libfs.cAl Viro1-0/+1
2013-11-09get rid of s_files and files_lockAl Viro1-13/+0
2013-10-24make freeing super_block rcu-delayedAl Viro1-0/+1
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-0/+11
2013-10-24new helper: kfree_put_link()Al Viro1-0/+1
2013-09-27NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells1-0/+5
2013-09-13Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-0/+6
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner1-2/+2
2013-09-10dcache: convert to use new lru list infrastructureDave Chinner1-8/+7
2013-09-10inode: convert inode lru list to generic lru list code.Dave Chinner1-4/+2
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner1-6/+2
2013-09-10dentry: move to per-sb LRU locksDave Chinner1-1/+3
2013-09-10fs: bump inode and dentry counters to longGlauber Costa1-2/+2
2013-09-10fs: remove vfs_follow_linkChristoph Hellwig1-1/+0
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+6
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig1-2/+5
2013-09-03constify touch_atime()Al Viro1-1/+1
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman1-0/+1
2013-08-17quota: provide interface for readding allocated space into reserved spaceJan Kara1-0/+1
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov1-0/+2
2013-07-09Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-2/+2
2013-07-09page migration: fix wrong comment in address_space_operations.migratepage()Tang Chen1-2/+2
2013-07-09writeback: Do not sort b_io list only because of block device inodeJan Kara1-0/+6
2013-07-08locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglockJeff Layton1-0/+1
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman1-0/+1
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-22/+27
2013-07-03vfs: export lseek_execute() to modulesJie Liu1-0/+1
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1