summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/Locking
Commit message (Expand)AuthorAgeFilesLines
* vfs: add i_op->dentry_open()Miklos Szeredi2014-10-241-0/+2
* locks: move freeing of leases outside of i_lockJeff Layton2014-10-071-2/+1Star
* locks: move i_lock acquisition into generic_*_lease handlersJeff Layton2014-10-071-2/+4
* locks: plumb a "priv" pointer into the setlease routinesJeff Layton2014-10-071-1/+1
* locks: update Locking documentation to clarify fl_release_private behaviorJeff Layton2014-08-141-1/+5
* new methods: ->read_iter() and ->write_iter()Al Viro2014-05-061-0/+2
* pass iov_iter to ->direct_IO()Al Viro2014-05-061-2/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-1/+1
|\
| * switch ->is_partially_uptodate() to saner argumentsAl Viro2014-04-021-1/+1
* | mm: introduce vm_ops->map_pages()Kirill A. Shutemov2014-04-081-0/+10
* | vfs: add renameat2 syscallMiklos Szeredi2014-04-011-1/+5
|/
* doc: Fix typo (acces_process_vm -> access_process_vm)Stefan Weil2013-12-191-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-11/+24
|\
| * Document ->tmpfile()Al Viro2013-07-031-0/+2
| * locks: give the blocked_hash its own spinlockJeff Layton2013-06-291-8/+8
| * locks: add a new "lm_owner_key" lock operationJeff Layton2013-06-291-5/+11
| * locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-7/+14
| * Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-4/+2Star
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-3/+3
|\ \ | |/ |/|
| * mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-221-3/+3
* | [readdir] ->readdir() is goneAl Viro2013-06-291-1/+1
|/
* vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton2013-02-261-0/+2
* documentation: drop vmtruncateMarco Stornelli2012-12-211-6/+0Star
* Documentation: get rid of write_superArtem Bityutskiy2012-08-031-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-2/+2
|\
| * Documentation: Correct s_umount state for freeze_fs/unfreeze_fsValerie Aurora2012-07-311-2/+2
* | locks: remove unused lm_release_privateJ. Bruce Fields2012-08-011-2/+0Star
* | mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman2012-08-011-0/+13
|/
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+1Star
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-1/+1
* kill struct opendataAl Viro2012-07-141-1/+1
* make ->atomic_open() return intAl Viro2012-07-141-1/+1
* ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-141-1/+1
* vfs: add i_op->atomic_open()Miklos Szeredi2012-07-141-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-0/+3
|\
| * fs: introduce inode operation ->update_timeJosef Bacik2012-06-011-0/+3
* | mm/fs: remove truncate_rangeHugh Dickins2012-05-301-2/+0Star
|/
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-1/+1
* switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
* vfs: add d_prune dentry operationSage Weil2011-11-021-0/+1
* Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-07-261-12/+12
|\
| * locks: rename lock-manager opsJ. Bruce Fields2011-07-211-12/+12
* | fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-2/+2
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-4/+2Star
* | ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-201-1/+1
|/
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-2/+2
* fs: remove inode_lock from iput_final and prune_icacheDave Chinner2011-03-251-1/+1