summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2014-04-01kill generic_file_buffered_write()Al Viro
2014-04-01export generic_perform_write(), start getting rid of generic_file_buffer_write()Al Viro
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro
2014-04-01kill the 4th argument of __generic_file_aio_write()Al Viro
2014-04-01introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro
2014-04-01iov_iter: Move iov_iter to uio.hKent Overstreet
2014-04-01switch ->is_partially_uptodate() to saner argumentsAl Viro
2014-04-01new helper: readlink_copy()Al Viro
2014-04-01mark struct file that had write access grabbed by open()Al Viro
2014-04-01get rid of DEBUG_WRITECOUNTAl Viro
2014-04-01vfs: add renameat2 syscallMiklos Szeredi
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton
2014-03-31locks: pass the cmd value to fcntl_getlk/getlk64Jeff Layton
2014-03-31locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT"Jeff Layton
2014-03-31locks: rename locks_remove_flock to locks_remove_fileJeff Layton
2014-03-31locks: close potential race between setlease and openJeff Layton
2014-03-24ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o
2014-03-10get rid of fget_light()Al Viro
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds
2014-03-07fs: move i_readcountMimi Zohar
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-02-10direct-io: add flag to allow aio writes beyond i_sizeChristoph Hellwig
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