summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds2-18/+12
2023-07-27tmpfs: fix Documentation of noswap and huge mount optionsHugh Dickins1-27/+20
2023-07-08Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+2
2023-07-08docs: update ocfs2-devel mailing list addressAnthony Iliopoulos2-2/+2
2023-07-05Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+16
2023-06-29Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+6
2023-06-29Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-5/+39
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+0
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2023-06-26ext4: update doc about journal superblock descriptionZhang Yi1-1/+6
2023-06-26Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-66/+126
2023-06-26Merge tag 'v6.5/vfs.rename.locking' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+14
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2-3/+0
2023-06-20fsverity: improve documentation for builtin signature supportEric Biggers1-66/+126
2023-06-19ovl: store enum redirect_mode in config instead of a stringAmir Goldstein1-5/+4
2023-06-19ovl: introduce data-only lower layersAmir Goldstein1-0/+35
2023-06-02fs: Lock moved directoriesJan Kara1-12/+14
2023-05-30autofs: use flexible array in ioctl structureArnd Bergmann2-2/+2
2023-05-24smb3: move Documentation/filesystems/cifs to Documentation/filesystems/smbSteve French4-1/+1
2023-05-24cifs: correct references in Documentation to old fs/cifs pathSteve French1-1/+1
2023-05-22exportfs: add explicit flag to request non-decodeable file handlesAmir Goldstein1-2/+2
2023-05-16Documentation/filesystems: ramfs-rootfs-initramfs: use :Author:Randy Dunlap1-2/+1
2023-05-16Documentation/filesystems: sharedsubtree: add section headingsRandy Dunlap1-0/+4
2023-05-08f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu1-0/+16
2023-05-04Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-13/+39
2023-04-29Merge tag 'ntfs3_for_6.4' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds1-11/+0
2023-04-29Merge tag 'xfs-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-0/+5317
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+2
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-13/+65
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-04-26Merge tag 'f2fs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-04-24Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2023-04-24Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-54/+125
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds2-40/+109
2023-04-21fs/proc: add Kthread flag to /proc/$pid/statusChunguang Wu1-0/+2
2023-04-17erofs: set block size to the on-disk block sizeJingbo Xu1-2/+2
2023-04-12docs: f2fs: Correct instruction to disable checkpointWang Han1-1/+1
2023-04-11xfs: document future directions of online fsckDarrick J. Wong1-0/+210
2023-04-11xfs: document the userspace fsck driver programDarrick J. Wong1-0/+316
2023-04-11xfs: document directory tree repairsDarrick J. Wong1-0/+419
2023-04-11xfs: document metadata file repairDarrick J. Wong1-0/+536
2023-04-11xfs: document full filesystem scans for online fsckDarrick J. Wong1-0/+681
2023-04-11xfs: document online file metadata repair codeDarrick J. Wong1-0/+154
2023-04-11xfs: document btree bulk loadingDarrick J. Wong1-0/+665
2023-04-11xfs: document pageable kernel memoryDarrick J. Wong1-0/+500
2023-04-11xfs: document how online fsck deals with eventual consistencyDarrick J. Wong1-0/+332
2023-04-11xfs: document the filesystem metadata checking strategyDarrick J. Wong2-0/+588
2023-04-11xfs: document the user interface for online fsckDarrick J. Wong1-0/+113
2023-04-11xfs: document the testing plan for online fsckDarrick J. Wong1-0/+186