summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/locking.rst
AgeCommit message (Expand)AuthorFilesLines
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro1-1/+1
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-2/+2
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-04-07fs: Remove aops->writepageMatthew Wilcox (Oracle)1-52/+2
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-1/+1
2025-01-289p: fix ->rename_sem exclusionAl Viro1-0/+4
2025-01-28Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-02-06fs: remove the inode argument to ->d_real() methodAmir Goldstein1-1/+1
2024-01-12Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+4
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-2/+2
2023-11-25rename(): fix the locking of subdirectoriesAl Viro1-1/+4
2023-08-31Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds1-1/+0
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-14/+24
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+11
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+5
2023-08-25mm: allow ->huge_fault() to be called without the mmap_lock heldMatthew Wilcox (Oracle)1-13/+23
2023-08-25mm: convert do_set_pte() to set_pte_range()Yin Fengwei1-1/+1
2023-08-18docs: vfs: clean up after the iterate() removalJonathan Corbet1-1/+0
2023-08-09libfs: Add directory operations for stable offsetsChuck Lever1-3/+5
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-3/+2
2023-07-25doc: Correct the description of ->release_folioMatthew Wilcox (Oracle)1-4/+11
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-2/+0
2023-04-06mm: hold the RCU read lock over calls to ->map_pagesMatthew Wilcox (Oracle)1-2/+2
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2022-10-20fs: add new get acl methodChristian Brauner1-0/+2
2022-10-20fs: rename current get acl methodChristian Brauner1-5/+5
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-1/+2
2022-08-02fs: Add aops->migrate_folioMatthew Wilcox (Oracle)1-2/+3
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)1-4/+0
2022-05-27Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+4
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+12
2022-05-19fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo1-0/+4
2022-05-10fs: Add free_folio address space operationMatthew Wilcox (Oracle)1-5/+5
2022-05-10fs: Add aops->release_folioMatthew Wilcox (Oracle)1-7/+7
2022-05-10doc: update documentation for swap_activate and swap_rwNeilBrown1-6/+12
2022-05-09fs: Add read_folio documentationMatthew Wilcox (Oracle)1-5/+5