summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/vfs.rst
AgeCommit message (Expand)AuthorFilesLines
2022-10-20fs: add new get acl methodChristian Brauner1-0/+1
2022-10-20fs: rename current get acl methodChristian Brauner1-1/+1
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-1/+1
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+4
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner1-0/+3
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-2/+4
2022-08-02fs: Add aops->migrate_folioMatthew Wilcox (Oracle)1-7/+7
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)1-12/+0
2022-06-29docs: Improve ->read_folio documentationMatthew Wilcox (Oracle)1-7/+32
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+12
2022-05-09fs: Add free_folio address space operationMatthew Wilcox (Oracle)1-3/+3
2022-05-09fs: Add aops->release_folioMatthew Wilcox (Oracle)1-23/+22
2022-05-09doc: update documentation for swap_activate and swap_rwNeilBrown1-5/+12
2022-05-09fs: Add read_folio documentationMatthew Wilcox (Oracle)1-10/+10
2022-05-08fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)1-5/+5
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-4/+1
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-11/+0
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-23/+23
2022-03-22mm: document and polish read-ahead codeNeilBrown1-6/+10
2022-03-15fs: Add aops->dirty_folioMatthew Wilcox (Oracle)1-8/+8
2022-03-15fs: Add aops->launder_folioMatthew Wilcox (Oracle)1-4/+4
2022-03-15fs: Remove aops->invalidatepageMatthew Wilcox (Oracle)1-1/+0
2022-03-15fs: Add invalidate_folio() aops methodMatthew Wilcox (Oracle)1-5/+6
2022-03-14fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)1-5/+5
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+1
2021-04-12vfs: add fileattr opsMiklos Szeredi1-0/+15
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+10
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-9/+10
2021-01-13fs: pass only I_DIRTY_INODE flags to ->dirty_inodeEric Biggers1-1/+4
2021-01-11docs: filesystems: vfs: Correct the struct nameLiao Pingfang1-1/+1
2020-07-27docs: filesystems: vfs: correct flag nameJulia Lawall1-1/+1
2020-07-27docs: filesystems: vfs: correct sync_mode flag namesJulia Lawall1-2/+2
2020-07-05Documentation: filesystems: vfs: drop doubled wordsRandy Dunlap1-2/+2
2020-06-26Replace HTTP links with HTTPS ones: Documentation/filesystemsAlexander A. Klimov1-3/+3
2020-06-02mm: add readahead address space operationMatthew Wilcox (Oracle)1-0/+15
2019-07-31docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab1-1/+1
2019-06-06docs: filesystems: vfs: Render method descriptionsTobin C. Harding1-505/+642
2019-05-29docs: filesystems: vfs: Convert vfs.txt to RSTTobin C. Harding1-0/+1291