summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
AgeCommit message (Expand)Author
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-24Merge tag 'erofs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-24Merge tag 'fs.idmapped.v5.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-24Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-23Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-18cachefiles: document on-demand read modeJeffle Xu
2022-05-15block: remove last remaining traces of IDE documentationPaul Gortmaker
2022-05-12fsverity: update the documentationMimi Zohar
2022-05-09fs: Add free_folio address space operationMatthew Wilcox (Oracle)
2022-05-09fs: Add aops->release_folioMatthew Wilcox (Oracle)
2022-05-09fs: Add read_folio documentationMatthew Wilcox (Oracle)
2022-05-09docs: Add small intro to idmap examplesRodrigo Campos
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-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)
2022-05-08namei: Merge page_symlink() and __page_symlink()Matthew Wilcox (Oracle)
2022-04-26documentation: zonefs: Document sysfs attributesDamien Le Moal
2022-04-25Merge tag 'f2fs-fix-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2022-04-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-21documentation: zonefs: Cleanup the mount options sectionDamien Le Moal
2022-04-20f2fs: remove obsolete whint_modeJaegeuk Kim
2022-04-12ext4, doc: fix incorrect h_reserved sizewangjianjian (C)
2022-04-08fscache: Remove the cookie parameter from fscache_clear_page_bits()Yue Hu
2022-04-08docs: filesystems: caching/backend-api.rst: fix an object withdrawn APIYue Hu
2022-04-08docs: filesystems: caching/backend-api.rst: correct two relinquish APIs useYue Hu
2022-04-01Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song
2022-03-22mm: document and polish read-ahead codeNeilBrown
2022-03-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-03-22Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-20Documentation: ksmbd: update Feature Status tableNamjae Jeon
2022-03-18netfs: Rename read_helper.c to io.cDavid Howells
2022-03-18netfs: Add a netfs inode contextDavid Howells
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells
2022-03-17erofs: rename ctime to mtimeDavid Anderson
2022-03-16Documentation/filesystem/dax: update DAX description on erofslihongnan
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)
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)
2022-03-12doc: fixed a typo in ext4 documentationlianzhi chang