summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-02export generic_perform_write(), start getting rid of generic_file_buffer_write()Al Viro1-0/+2
2014-04-02generic_file_direct_write(): get rid of ppos argumentAl Viro1-1/+1
2014-04-02kill the 5th argument of generic_file_buffered_write()Al Viro1-1/+1
2014-04-02kill the 4th argument of __generic_file_aio_write()Al Viro1-2/+1
2014-04-02introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro1-1/+0
2014-04-02iov_iter: Move iov_iter to uio.hKent Overstreet1-32/+0
2014-04-02switch ->is_partially_uptodate() to saner argumentsAl Viro1-1/+1
2014-04-02new helper: readlink_copy()Al Viro1-1/+1
2014-04-02mark struct file that had write access grabbed by open()Al Viro1-0/+2
2014-04-02get rid of DEBUG_WRITECOUNTAl Viro1-49/+0
2014-04-01vfs: add renameat2 syscallMiklos Szeredi1-1/+3
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton1-11/+11
2014-03-31locks: pass the cmd value to fcntl_getlk/getlk64Jeff Layton1-4/+6
2014-03-31locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT"Jeff Layton1-0/+1
2014-03-31locks: rename locks_remove_flock to locks_remove_fileJeff Layton1-2/+2
2014-03-31locks: close potential race between setlease and openJeff Layton1-0/+6
2014-03-24ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-0/+3
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-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+7
2014-02-10direct-io: add flag to allow aio writes beyond i_sizeChristoph Hellwig1-0/+3
2014-02-10fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-1/+7
2014-02-06execve: use 'struct filename *' for executable name passingLinus Torvalds1-0/+1
2014-01-26fs: add a set_acl inode operationChristoph Hellwig1-0/+1
2013-11-16consolidate simple ->d_delete() instancesAl Viro1-0/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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-25make freeing super_block rcu-delayedAl Viro1-0/+1
2013-10-25consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-0/+11
2013-10-25new 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-14Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2013-09-11fs: convert inode and dentry shrinking to be node awareDave Chinner1-2/+2
2013-09-11dcache: convert to use new lru list infrastructureDave Chinner1-8/+7
2013-09-11inode: convert inode lru list to generic lru list code.Dave Chinner1-4/+2
2013-09-11shrinker: convert superblock shrinkers to new APIDave Chinner1-6/+2
2013-09-11dentry: move to per-sb LRU locksDave Chinner1-1/+3
2013-09-11fs: bump inode and dentry counters to longGlauber Costa1-2/+2