summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
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...Linus Torvalds1-19/+4
2024-01-14ksmbd: update feature status in documentationNamjae Jeon1-3/+6
2024-01-12Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+34
2024-01-12Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds3-106/+275
2024-01-12Merge 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/o...Linus 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/...Linus Torvalds1-0/+60
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-8/+8
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+12
2023-12-27fscrypt: document that CephFS supports fscrypt nowEric Biggers1-9/+9
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells1-19/+4
2023-12-21mm: 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-11docs: filesystems: document the squashfs specific mount optionsAriel Miculas1-0/+60
2023-12-11fs: 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
2023-11-17docs: vfs: fix typo in struct xattr_handlersAriel Miculas1-1/+1
2023-11-17MAINTAINERS: erofs: add EROFS webpageGao Xiang1-0/+4
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2-5/+11
2023-11-07Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-3/+37
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-11-02Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-11-02Merge tag 'bootconfig-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+7
2023-10-31doc: Add /proc/bootconfig to proc.rstPaul E. McKenney1-0/+5
2023-10-31ovl: add support for appending lowerdirs one by oneAmir Goldstein1-3/+14
2023-10-31ovl: Add documentation on nesting of overlayfs mountsAlexander Larsson1-0/+23
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-33/+88
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+7
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-29/+24
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2-5/+11
2023-10-28porting: update locking requirementsChristian Brauner1-0/+7
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner1-29/+24
2023-10-17fscrypt: track master key presence separately from secretEric Biggers1-2/+2
2023-10-16lockd: introduce safe async lock opAlexander Aring1-0/+7
2023-10-14ovl: fix regression in showing lowerdir mount optionAmir Goldstein1-0/+12
2023-10-12erofs: fix inode metadata space layout description in documentationTiwei Bie1-1/+1
2023-10-07doc: Update /proc/cmdline documentation to include boot configPaul E. McKenney1-1/+2