summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/locking.rst
Commit message (Expand)AuthorAgeFilesLines
* mm: hold the RCU read lock over calls to ->map_pagesMatthew Wilcox (Oracle)2023-04-051-2/+2
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->get_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: add new get acl methodChristian Brauner2022-10-201-0/+2
* fs: rename current get acl methodChristian Brauner2022-10-201-5/+5
* vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-1/+2
* fs: Add aops->migrate_folioMatthew Wilcox (Oracle)2022-08-021-2/+3
* mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)2022-08-021-4/+0
* Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-05-261-0/+4
|\
| * fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo2022-05-191-0/+4
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-6/+12
|\ \
| * | doc: update documentation for swap_activate and swap_rwNeilBrown2022-05-091-6/+12
| |/
* | fs: Add free_folio address space operationMatthew Wilcox (Oracle)2022-05-091-5/+5
* | fs: Add aops->release_folioMatthew Wilcox (Oracle)2022-05-091-7/+7
* | fs: Add read_folio documentationMatthew Wilcox (Oracle)2022-05-091-5/+5
* | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
|/
* fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-6/+0
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-21/+21
|\
| * fs: Add aops->dirty_folioMatthew Wilcox (Oracle)2022-03-151-7/+8
| * fs: Add aops->launder_folioMatthew Wilcox (Oracle)2022-03-151-5/+5
| * fs: Remove aops->invalidatepageMatthew Wilcox (Oracle)2022-03-151-2/+0
| * fs: Add invalidate_folio() aops methodMatthew Wilcox (Oracle)2022-03-151-6/+7
| * fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)2022-03-141-1/+1
* | fs/lock: documentation cleanup. Replace inode->i_lock with flc_lock.Dai Ngo2022-03-111-3/+3
|/
* doc: fs: remove bdev_try_to_free_page related docZhiqiang Liu2021-12-231-5/+0
* Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-1/+1
|\
| * vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+1
* | filesystems/locking: fix Malformed table warningRandy Dunlap2021-07-281-1/+1
* | mm: Protect operations adding pages to page cache with invalidate_lockJan Kara2021-07-131-19/+43
* | documentation: Sync file_operations members with realityJan Kara2021-07-131-6/+9
|/
* block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-011-1/+1
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-2/+0
|\
| * block: remove the revalidate_disk methodChristoph Hellwig2021-03-291-2/+0
* | vfs: add fileattr opsMiklos Szeredi2021-04-121-3/+8
|/
* acl: handle idmapped mountsChristian Brauner2021-01-241-3/+4
* Documentation/filesystems/locking.rst: remove an incorrect sentenceChristoph Hellwig2020-09-021-3/+0
* Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-6/+6
|\
| * Documentation: fix filesystems/locking.rst malformed table warningsRandy Dunlap2020-06-191-6/+6
* | md: switch to ->check_events for media change notificationsChristoph Hellwig2020-07-081-3/+1
|/
* Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-06-111-0/+2
|\