summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds2021-02-225-20/+13
|\
| * Documentation: /proc/loadavg: add 3 more field descriptionsRandy Dunlap2021-02-041-1/+4
| * AFS: Documentation: fix a few typos in afs.rstRandy Dunlap2021-01-211-4/+4
| * docs: Include ext4 documentation via filesystems/Jonathan Neuschäfer2021-01-111-0/+1
| * Documentation/dax: Update description of DAX policy changingHao Li2021-01-111-14/+3
| * docs: filesystems: vfs: Correct the struct nameLiao Pingfang2021-01-111-1/+1
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-212-1/+16
|\ \
| * | f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig2021-01-271-1/+0
| * | bio: don't copy bvec for direct IOPavel Begunkov2021-01-251-0/+9
| * | bvec/iter: disallow zero-length segment bvecsPavel Begunkov2021-01-251-0/+7
| |/
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2021-02-211-0/+76
|\ \
| * | fs-verity: support reading signature with ioctlEric Biggers2021-02-071-1/+8
| * | fs-verity: support reading descriptor with ioctlEric Biggers2021-02-071-0/+4
| * | fs-verity: support reading Merkle tree with ioctlEric Biggers2021-02-071-1/+9
| * | fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers2021-02-071-0/+57
| |/
* | Merge tag 'f2fs-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-211-1/+17
|\ \
| * | Documentation: f2fs: fix typo s/automaic/automaticEd Tsai2021-02-161-1/+1
| * | f2fs: introduce checkpoint_merge mount optionDaeho Jeong2021-02-031-0/+11
| * | f2fs: compress: support compress levelChao Yu2021-01-271-0/+5
| |/
* | ovl: implement volatile-specific fsync error behaviourSargun Dhillon2021-01-281-0/+8
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-12-241-0/+50
|\
| * ext4: add docs about fast commit idempotenceHarshad Shirwadkar2020-12-171-0/+50
* | Merge tag 'gfs2-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2020-12-201-19/+18
|\ \
| * | Documentation: Update filesystems/gfs2.rstAndrew Price2020-12-011-19/+18
| |/
* | Merge tag 'ovl-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-171-8/+28
|\ \
| * | ovl: user xattrMiklos Szeredi2020-12-141-2/+11
| * | ovl: document lower modification caveatsKevin Locke2020-11-121-3/+7
| * | ovl: doc clarificationMiklos Szeredi2020-11-121-5/+7
| * | ovl: introduce new "uuid=off" option for inodes index featurePavel Tikhomirov2020-11-121-0/+5
* | | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-0/+36
|\ \ \
| * | | f2fs: add compress_mode mount optionDaeho Jeong2020-12-031-0/+35
| * | | f2fs: compress: support chksumChao Yu2020-12-021-0/+1
* | | | Merge tag 'for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2020-12-171-0/+1
|\ \ \ \
| * | | | docs: filesystems: Reduce ext2.rst to one top-level headingJonathan Neuschäfer2020-11-091-0/+1
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-0/+2
|\ \ \ \
| * | | | proc: provide details on indirect branch speculationAnand K Mistry2020-12-151-0/+2
* | | | | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-4/+4
|\ \ \ \ \
| * | | | | file: Rename fcheck lookup_fd_rcuEric W. Biederman2020-12-101-3/+3
| * | | | | file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman2020-12-101-3/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-12-151-0/+52
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton2020-12-091-0/+13
| * | | | nfsd: allow filesystems to opt out of subtree checkingJeff Layton2020-12-091-0/+12
| * | | | nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton2020-12-091-0/+27
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-4/+4
|\ \ \ \
| * | | | tmpfs: fix Documentation nitsRandy Dunlap2020-12-151-4/+4
| |/ / /
* | | | Merge tag 'docs-5.11' of git://git.lwn.net/linuxLinus Torvalds2020-12-143-3/+4
|\ \ \ \
| * | | | Documentation: mount_api: change kernel log wordingRandy Dunlap2020-12-031-2/+2
| * | | | Documentation: document /proc api for arm64 MTE vm flagsSzabolcs Nagy2020-12-011-0/+1
| * | | | docs: filesystems: link ubifs-authentication.rst without .rst extensionJonathan Neuschäfer2020-11-131-1/+1
* | | | | fs-verity: move structs needed for file signing to UAPI headerEric Biggers2020-11-231-5/+1