aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems/vfs.rst
AgeCommit message (Expand)Author
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
2019-06-06docs: filesystems: vfs: Render method descriptionsTobin C. Harding
2019-05-29docs: filesystems: vfs: Convert vfs.txt to RSTTobin C. Harding