summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
Commit message (Expand)AuthorAgeFilesLines
* Documentation: filesystems: Add bcachefs toctreeBagas Sanjaya2024-04-062-0/+12
* Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-181-28/+26
|\
| * f2fs: introduce FAULT_NO_SEGMENTChao Yu2024-02-291-0/+1
| * f2fs: kill heap-based allocationJaegeuk Kim2024-02-271-3/+1
| * f2fs: deprecate io_bitsJaegeuk Kim2024-02-201-2/+0
| * f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu2024-02-051-23/+24
* | Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-03-151-0/+30
|\ \
| * | bcachefs: Errcode tracepoint, documentationKent Overstreet2024-03-131-0/+30
| |/
* | Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-131-19/+11
|\ \
| * | xfs: support in-memory btreesDarrick J. Wong2024-02-221-3/+2
| * | xfs: remove xfile_{get,put}_pageDarrick J. Wong2024-02-211-1/+1
| * | xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig2024-02-211-15/+8
| |/
* | Merge tag 'docs-6.9' of git://git.lwn.net/linuxLinus Torvalds2024-03-121-2/+2
|\ \
| * | docs: proc.rst: comm: mention the included NULChristoph Anton Mitterer2024-02-121-2/+2
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2024-03-121-12/+15
|\ \ \
| * | | fscrypt: write CBC-CTS instead of CTS-CBCEric Biggers2024-02-231-12/+15
| | |/ | |/|
* | | Merge tag 'vfs-6.9.ntfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-112-467/+0
|\ \ \
| * | | fs: remove NTFS classic from docum. indexRandy Dunlap2024-01-241-1/+0
| * | | fs: Remove NTFS classicMatthew Wilcox (Oracle)2024-01-241-466/+0
| | |/ | |/|
* | | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-113-11/+9
|\ \ \ | |_|/ |/| |
| * | docs: filesystems: fix typo in docsVincenzo Mezzela2024-02-091-1/+1
| * | fs: remove the inode argument to ->d_real() methodAmir Goldstein2024-02-062-10/+8
| |/
* / ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein2024-01-231-3/+13
|/
* Merge tag '6.8-rc-smb-server-fixes-part2' of git://git.samba.org/ksmbdLinus Torvalds2024-01-191-3/+6
|\
| * ksmbd: update feature status in documentationNamjae Jeon2024-01-141-3/+6
* | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-19/+4
|\ \ | |/ |/|
| * netfs, fscache: Remove ->begin_cache_operationDavid Howells2023-12-241-19/+4
* | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-0/+34
|\ \
| * | __dentry_kill(): new locking schemeAl Viro2023-11-251-0/+17
| * | Call retain_dentry() with refcount 0Al Viro2023-11-251-0/+8
| * | dentry: switch the lists of children to hlistAl Viro2023-11-251-0/+9
* | | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-113-106/+275
|\ \ \
| * | | rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro2023-11-252-104/+251
| * | | rename(): fix the locking of subdirectoriesAl Viro2023-11-253-15/+37
| |/ /
* | | Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds2024-01-111-1/+1
|\ \ \
| * | | docs: vfs: fix typo in struct xattr_handlersAriel Miculas2023-11-171-1/+1
| |/ /
* | | Merge tag 'ovl-update-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2024-01-101-50/+54
|\ \ \
| * | | overlayfs.rst: fix ReST formattingAmir Goldstein2023-12-151-38/+39
| * | | overlayfs.rst: use consistent feature namesAmir Goldstein2023-12-141-12/+15
| |/ /
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2024-01-101-10/+11
|\ \ \
| * | | fscrypt: document that CephFS supports fscrypt nowEric Biggers2023-12-261-9/+9
| * | | fscrypt.rst: update definition of struct fscrypt_context_v2Eric Biggers2023-12-091-1/+2
* | | | Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-01-106-5/+16
|\ \ \ \
| * | | | Documentation: xfs: consolidate XFS docs into its own subdirectoryBagas Sanjaya2023-12-076-5/+16
| |/ / /
* | | | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-0/+60
|\ \ \ \
| * | | | docs: filesystems: document the squashfs specific mount optionsAriel Miculas2023-12-101-0/+60
| |/ / /
* | | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-093-8/+8
|\ \ \ \
| * | | | mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts2023-12-201-3/+3
| * | | | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-102-5/+5
| |/ / /
* | | | Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-081-0/+12
|\ \ \ \ | |_|_|/ |/| | |