summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'erofs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-241-0/+178
|\
| * cachefiles: document on-demand read modeJeffle Xu2022-05-181-0/+178
* | Merge tag 'fs.idmapped.v5.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-241-0/+5
|\ \
| * | docs: Add small intro to idmap examplesRodrigo Campos2022-05-091-0/+5
| |/
* | Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-241-12/+23
|\ \
| * | fsverity: update the documentationMimi Zohar2022-05-121-12/+23
* | | Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-231-2/+50
|\ \ \
| * | | documentation: zonefs: Document sysfs attributesDamien Le Moal2022-04-261-0/+38
| * | | documentation: zonefs: Cleanup the mount options sectionDamien Le Moal2022-04-211-2/+12
* | | | block: remove last remaining traces of IDE documentationPaul Gortmaker2022-05-151-85/+7
* | | | Merge tag 'f2fs-fix-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2022-04-251-70/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | f2fs: remove obsolete whint_modeJaegeuk Kim2022-04-201-70/+0
| | |/ | |/|
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-221-1/+1
|\ \ \ | |_|/ |/| |
| * | ext4, doc: fix incorrect h_reserved sizewangjianjian (C)2022-04-121-1/+1
* | | fscache: Remove the cookie parameter from fscache_clear_page_bits()Yue Hu2022-04-081-13/+12
* | | docs: filesystems: caching/backend-api.rst: fix an object withdrawn APIYue Hu2022-04-081-2/+2
* | | docs: filesystems: caching/backend-api.rst: correct two relinquish APIs useYue Hu2022-04-081-2/+2
| |/ |/|
* | Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-04-011-2/+2
|\ \
| * | Documentation: ksmbd: update Feature Status tableNamjae Jeon2022-03-201-2/+2
* | | Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-04-013-20/+3
|\ \ \
| * | | fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-013-20/+3
* | | | Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-311-48/+92
|\ \ \ \ | |/ / / |/| | |
| * | | netfs: Rename read_helper.c to io.cDavid Howells2022-03-181-1/+2
| * | | netfs: Add a netfs inode contextDavid Howells2022-03-181-29/+72
| * | | netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells2022-03-181-2/+2
| * | | netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-181-20/+20
| |/ /
* | | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-223-47/+48
|\ \ \
| * | | fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)2022-03-151-3/+4
| * | | fs: Add aops->dirty_folioMatthew Wilcox (Oracle)2022-03-152-15/+16
| * | | fs: Add aops->launder_folioMatthew Wilcox (Oracle)2022-03-152-9/+9
| * | | fs: Remove aops->invalidatepageMatthew Wilcox (Oracle)2022-03-152-3/+0
| * | | fs: Add invalidate_folio() aops methodMatthew Wilcox (Oracle)2022-03-152-11/+13
| * | | fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)2022-03-142-6/+6
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-222-6/+16
|\ \ \
| * | | fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song2022-03-221-0/+6
| * | | mm: document and polish read-ahead codeNeilBrown2022-03-221-6/+10
| |/ /
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-03-221-1/+1
|\ \ \ | | |/ | |/|
| * | doc: fixed a typo in ext4 documentationlianzhi chang2022-03-121-1/+1
| |/
* | Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-03-221-3/+3
|\ \
| * | fs/lock: documentation cleanup. Replace inode->i_lock with flc_lock.Dai Ngo2022-03-111-3/+3
| |/
* | Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-222-4/+4
|\ \
| * | erofs: rename ctime to mtimeDavid Anderson2022-03-171-1/+1
| * | Documentation/filesystem/dax: update DAX description on erofslihongnan2022-03-161-3/+3
| |/
* | fscrypt: update documentation for direct I/O supportEric Biggers2022-02-081-2/+23
|/
* netfs, cachefiles: Add a method to query presence of data in the cacheDavid Howells2022-02-011-0/+16
* Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-201-3/+22
|\
| * doc: document new CephFS mount device syntaxVenky Shankar2022-01-131-3/+22
* | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-191-0/+1
|\ \
| * | f2fs: support fault injection to f2fs_trylock_op()Chao Yu2022-01-041-0/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-2/+4
|\ \ \