aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/filesystems (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-28/+26
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+30
2024-03-13bcachefs: Errcode tracepoint, documentationKent Overstreet1-0/+30
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-19/+11
2024-03-12Merge tag 'docs-6.9' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2024-03-12Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-12/+15
2024-03-11Merge tag 'vfs-6.9.ntfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-467/+0
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-11/+9
2024-02-29f2fs: introduce FAULT_NO_SEGMENTChao Yu1-0/+1
2024-02-27f2fs: kill heap-based allocationJaegeuk Kim1-3/+1
2024-02-23fscrypt: write CBC-CTS instead of CTS-CBCEric Biggers1-12/+15
2024-02-22xfs: support in-memory btreesDarrick J. Wong1-3/+2
2024-02-21xfs: remove xfile_{get,put}_pageDarrick J. Wong1-1/+1
2024-02-21xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig1-15/+8
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim1-2/+0
2024-02-12docs: proc.rst: comm: mention the included NULChristoph Anton Mitterer1-2/+2
2024-02-09docs: filesystems: fix typo in docsVincenzo Mezzela1-1/+1
2024-02-06fs: remove the inode argument to ->d_real() methodAmir Goldstein2-10/+8
2024-02-05f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu1-23/+24
2024-01-24fs: remove NTFS classic from docum. indexRandy Dunlap1-1/+0
2024-01-24fs: Remove NTFS classicMatthew Wilcox (Oracle)1-466/+0
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein1-3/+13
2024-01-19Merge tag '6.8-rc-smb-server-fixes-part2' of git://git.samba.org/ksmbdLinus Torvalds1-3/+6
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-19/+4
2024-01-14ksmbd: update feature status in documentationNamjae Jeon1-3/+6
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+34
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-106/+275
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2024-01-10Merge tag 'ovl-update-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfsLinus Torvalds1-50/+54
2024-01-10Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-10/+11
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-5/+16
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+60
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-8/+8
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+12
2023-12-26fscrypt: document that CephFS supports fscrypt nowEric Biggers1-9/+9
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells1-19/+4
2023-12-20mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts1-3/+3
2023-12-15overlayfs.rst: fix ReST formattingAmir Goldstein1-38/+39
2023-12-14overlayfs.rst: use consistent feature namesAmir Goldstein1-12/+15
2023-12-10docs: filesystems: document the squashfs specific mount optionsAriel Miculas1-0/+60
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2-5/+5
2023-12-09fscrypt.rst: update definition of struct fscrypt_context_v2Eric Biggers1-1/+2
2023-12-07Documentation: xfs: consolidate XFS docs into its own subdirectoryBagas Sanjaya6-5/+16
2023-12-04docs/fuse-io: Document the usage of DIRECT_IO_ALLOW_MMAPTyler Fanelli1-1/+2
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro2-104/+251
2023-11-25rename(): fix the locking of subdirectoriesAl Viro3-15/+37
2023-11-25__dentry_kill(): new locking schemeAl Viro1-0/+17
2023-11-25Call retain_dentry() with refcount 0Al Viro1-0/+8
2023-11-25dentry: switch the lists of children to hlistAl Viro1-0/+9
2023-11-18porting: document block device freeze and thaw changesChristian Brauner1-0/+12