summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/Locking
Commit message (Expand)AuthorAgeFilesLines
* pmem, dax: have direct_access use __pmem annotationRoss Zwisler2015-08-201-1/+2
* switch ->put_link() from dentry to inodeAl Viro2015-05-111-1/+1
* don't pass nameidata to ->follow_link()Al Viro2015-05-111-1/+1
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-111-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-171-1/+1
|\
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-161-0/+8
|\ \ | |/ |/|
| * mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPBoaz Harrosh2015-04-161-0/+8
* | ->aio_read and ->aio_write removedAl Viro2015-04-121-2/+0Star
|/
* Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro2015-02-221-2/+0Star
* vfs: remove get_xip_memMatthew Wilcox2015-02-171-3/+0Star
* 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