summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/vfs.rst
AgeCommit message (Expand)Author
2023-03-07docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidateGlenn Washburn
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-10-20fs: add new get acl methodChristian Brauner
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-08-02fs: Add aops->migrate_folioMatthew Wilcox (Oracle)
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-06-29docs: Improve ->read_folio documentationMatthew Wilcox (Oracle)
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-09fs: Add free_folio address space operationMatthew Wilcox (Oracle)
2022-05-09fs: Add aops->release_folioMatthew Wilcox (Oracle)
2022-05-09doc: update documentation for swap_activate and swap_rwNeilBrown
2022-05-09fs: Add read_folio documentationMatthew Wilcox (Oracle)
2022-05-08fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22mm: document and polish read-ahead codeNeilBrown
2022-03-15fs: Add aops->dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Add aops->launder_folioMatthew Wilcox (Oracle)
2022-03-15fs: Remove aops->invalidatepageMatthew Wilcox (Oracle)
2022-03-15fs: Add invalidate_folio() aops methodMatthew Wilcox (Oracle)
2022-03-14fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-04-12vfs: add fileattr opsMiklos Szeredi
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-13fs: pass only I_DIRTY_INODE flags to ->dirty_inodeEric Biggers
2021-01-11docs: filesystems: vfs: Correct the struct nameLiao Pingfang
2020-07-27docs: filesystems: vfs: correct flag nameJulia Lawall
2020-07-27docs: filesystems: vfs: correct sync_mode flag namesJulia Lawall
2020-07-05Documentation: filesystems: vfs: drop doubled wordsRandy Dunlap
2020-06-26Replace HTTP links with HTTPS ones: Documentation/filesystemsAlexander A. Klimov
2020-06-02mm: add readahead address space operationMatthew Wilcox (Oracle)
2019-07-31docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab