summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/Locking
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-2/+7
|\
| * fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig2018-05-261-1/+6
| * fs: update documentation to mention __poll_t and match the codeChristoph Hellwig2018-05-261-1/+1
* | Documentation: filesystems: update filesystem locking documentationSean Anderson2018-05-261-19/+24
|/
* vfs: add flags to d_real()Miklos Szeredi2017-09-041-1/+1
* Documentation/filesystems: fix documentation for ->getattr()Eric Biggers2017-04-031-2/+1Star
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-181-1/+1
|\
| * vfs: change d_manage() to take a struct pathIan Kent2016-12-031-1/+1
* | mm: join struct fault_env and vm_faultJan Kara2016-12-151-1/+1
|/
* fs: remove the never implemented aio_fsync file operationChristoph Hellwig2016-10-301-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-6/+2Star
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-3/+3
| * vfs: remove unused i_op->renameMiklos Szeredi2016-09-271-5/+1Star
* | xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-6/+18
|/
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-1/+1
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-291-1/+1
|\
| * pmem: kill __pmem address spaceDan Williams2016-07-131-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-11/+7Star
|\ \
| * | vfs: new d_init methodMiklos Szeredi2016-07-241-0/+2
| * | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-07-011-2/+3
| |\ \
| | * | vfs: clean up documentationMiklos Szeredi2016-06-301-2/+0Star
| | * | vfs: document ->d_real()Miklos Szeredi2016-06-301-0/+3
| | |/
| * / Remove last traces of ->sync_pageMatthew Wilcox2016-07-011-9/+2Star
| |/
* | mm: introduce fault_envKirill A. Shutemov2016-07-271-5/+5
* | mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-271-0/+4
|/
* direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-021-1/+1
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-2/+0Star
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-2/+2
* 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