| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-13 | block: switch ->getgeo() to struct gendisk | Al Viro | 1 | -1/+1 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen | 1 | -2/+2 |
| 2025-07-04 | tree-wide: s/struct fileattr/struct file_kattr/g | Christian Brauner | 1 | -2/+2 |
| 2025-04-07 | fs: Remove aops->writepage | Matthew Wilcox (Oracle) | 1 | -52/+2 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -1/+1 |
| 2025-01-27 | 9p: fix ->rename_sem exclusion | Al Viro | 1 | -0/+4 |
| 2025-01-27 | Pass parent directory inode and expected name to ->d_revalidate() | Al Viro | 1 | -1/+2 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-02-06 | fs: remove the inode argument to ->d_real() method | Amir Goldstein | 1 | -1/+1 |
| 2024-01-11 | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+4 |
| 2023-12-10 | fs: convert error_remove_page to error_remove_folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2023-11-25 | rename(): fix the locking of subdirectories | Al Viro | 1 | -1/+4 |
| 2023-08-30 | Merge tag 'docs-6.6' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+0 |
| 2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -14/+24 |
| 2023-08-28 | Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -4/+11 |
| 2023-08-28 | Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -3/+5 |
| 2023-08-24 | mm: allow ->huge_fault() to be called without the mmap_lock held | Matthew Wilcox (Oracle) | 1 | -13/+23 |
| 2023-08-24 | mm: convert do_set_pte() to set_pte_range() | Yin Fengwei | 1 | -1/+1 |
| 2023-08-18 | docs: vfs: clean up after the iterate() removal | Jonathan Corbet | 1 | -1/+0 |
| 2023-08-09 | libfs: Add directory operations for stable offsets | Chuck Lever | 1 | -3/+5 |
| 2023-08-06 | vfs: get rid of old '->iterate' directory operation | Linus Torvalds | 1 | -3/+2 |
| 2023-07-24 | doc: Correct the description of ->release_folio | Matthew Wilcox (Oracle) | 1 | -4/+11 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -2/+0 |
| 2023-04-05 | mm: hold the RCU read lock over calls to ->map_pages | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->get_acl() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->tmpfile() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2022-10-20 | fs: add new get acl method | Christian Brauner | 1 | -0/+2 |
| 2022-10-20 | fs: rename current get acl method | Christian Brauner | 1 | -5/+5 |
| 2022-09-24 | vfs: open inside ->tmpfile() | Miklos Szeredi | 1 | -1/+2 |
| 2022-08-02 | fs: Add aops->migrate_folio | Matthew Wilcox (Oracle) | 1 | -2/+3 |
| 2022-08-02 | mm: Convert all PageMovable users to movable_operations | Matthew Wilcox (Oracle) | 1 | -4/+0 |
| 2022-05-26 | Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -0/+4 |
| 2022-05-26 | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+12 |
| 2022-05-19 | fs/lock: add 2 callbacks to lock_manager_operations to resolve conflict | Dai Ngo | 1 | -0/+4 |
| 2022-05-09 | fs: Add free_folio address space operation | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2022-05-09 | fs: Add aops->release_folio | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2022-05-09 | doc: update documentation for swap_activate and swap_rw | NeilBrown | 1 | -6/+12 |
| 2022-05-09 | fs: Add read_folio documentation | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-04-01 | fs: Remove ->readpages address space operation | Matthew Wilcox (Oracle) | 1 | -6/+0 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -21/+21 |
| 2022-03-15 | fs: Add aops->dirty_folio | Matthew Wilcox (Oracle) | 1 | -7/+8 |
| 2022-03-15 | fs: Add aops->launder_folio | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2022-03-15 | fs: Remove aops->invalidatepage | Matthew Wilcox (Oracle) | 1 | -2/+0 |
| 2022-03-15 | fs: Add invalidate_folio() aops method | Matthew Wilcox (Oracle) | 1 | -6/+7 |
| 2022-03-14 | fs: Convert is_partially_uptodate to folios | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-11 | fs/lock: documentation cleanup. Replace inode->i_lock with flc_lock. | Dai Ngo | 1 | -3/+3 |
| 2021-12-23 | doc: fs: remove bdev_try_to_free_page related doc | Zhiqiang Liu | 1 | -5/+0 |
| 2021-09-02 | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2021-08-18 | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 1 | -1/+1 |
| 2021-07-28 | filesystems/locking: fix Malformed table warning | Randy Dunlap | 1 | -1/+1 |
| 2021-07-13 | mm: Protect operations adding pages to page cache with invalidate_lock | Jan Kara | 1 | -19/+43 |
| 2021-07-13 | documentation: Sync file_operations members with reality | Jan Kara | 1 | -6/+9 |
| 2021-06-01 | block: move bd_mutex to struct gendisk | Christoph Hellwig | 1 | -1/+1 |
| 2021-04-28 | Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+0 |
| 2021-04-12 | vfs: add fileattr ops | Miklos Szeredi | 1 | -3/+8 |
| 2021-03-29 | block: remove the revalidate_disk method | Christoph Hellwig | 1 | -2/+0 |
| 2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 1 | -3/+4 |
| 2020-09-02 | Documentation/filesystems/locking.rst: remove an incorrect sentence | Christoph Hellwig | 1 | -3/+0 |
| 2020-08-04 | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds | 1 | -6/+6 |
| 2020-07-08 | md: switch to ->check_events for media change notifications | Christoph Hellwig | 1 | -3/+1 |
| 2020-06-19 | Documentation: fix filesystems/locking.rst malformed table warnings | Randy Dunlap | 1 | -6/+6 |
| 2020-06-11 | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -0/+2 |
| 2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -1/+1 |
| 2020-06-02 | mm: add readahead address space operation | Matthew Wilcox (Oracle) | 1 | -1/+5 |
| 2020-05-08 | nfsd: clients don't need to break their own delegations | J. Bruce Fields | 1 | -0/+2 |
| 2019-11-07 | Documentation: atomic_open called with shared lock on non-O_CREAT open | Jeff Layton | 1 | -1/+1 |
| 2019-07-31 | docs: fs: convert docs without extension to ReST | Mauro Carvalho Chehab | 1 | -0/+665 |