aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
2020-12-15proc: provide details on indirect branch speculationGravatar Anand K Mistry 1-0/+2
2020-12-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+4
2020-12-15tmpfs: fix Documentation nitsGravatar Randy Dunlap 1-4/+4
2020-12-14Merge tag 'docs-5.11' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-3/+4
2020-12-03Documentation: mount_api: change kernel log wordingGravatar Randy Dunlap 1-2/+2
2020-12-01Documentation: document /proc api for arm64 MTE vm flagsGravatar Szabolcs Nagy 1-0/+1
2020-11-23fs-verity: move structs needed for file signing to UAPI headerGravatar Eric Biggers 1-5/+1
2020-11-16fs-verity: rename "file measurement" to "file digest"Gravatar Eric Biggers 1-30/+30
2020-11-16fs-verity: rename fsverity_signed_digest to fsverity_formatted_digestGravatar Eric Biggers 1-1/+1
2020-11-13docs: filesystems: link ubifs-authentication.rst without .rst extensionGravatar Jonathan Neuschäfer 1-1/+1
2020-11-09Merge tag 'ext4_for_linus_cleanups' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-4/+15
2020-11-06jbd2: drop jbd2_fc_init documentationGravatar Harshad Shirwadkar 1-4/+2
2020-11-06ext4: describe fast_commit feature flagsGravatar Harshad Shirwadkar 2-0/+13
2020-11-03Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-3/+0
2020-10-30debugfs: remove return value of debugfs_create_devm_seqfile()Gravatar Greg Kroah-Hartman 1-1/+1
2020-10-28docs: fs: api-summary.rst: get rid of kernel-doc includeGravatar Mauro Carvalho Chehab 1-3/+0
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-0/+99
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-3/+2
2020-10-21doc: update ext4 and journalling docs to include fast commit featureGravatar Harshad Shirwadkar 2-0/+99
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-3/+3
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2020-10-19Merge tag 'zonefs-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+15
2020-10-16Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+19
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-15/+67
2020-10-15docs: fs: fscrypt.rst: get rid of :c:type: tagsGravatar Mauro Carvalho Chehab 1-38/+36
2020-10-15docs: get rid of :c:type explicit declarations for structsGravatar Mauro Carvalho Chehab 1-1/+1
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+3
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+0
2020-10-12Merge tag 'docs-5.10' of git://git.lwn.net/linuxGravatar Linus Torvalds 7-197/+27
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Gravatar Ilya Dryomov 1-3/+3
2020-10-09Documentation: better locations for sysfs-pci, sysfs-taggingGravatar John Hubbard 3-188/+0
2020-10-02sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputGravatar Joe Perches 1-5/+3
2020-09-28doc: seq_file: clarify role of *pos in ->next()Gravatar NeilBrown 1-1/+19
2020-09-25Documentation: update RPCSEC_GSSv3 RFC linkGravatar J. Bruce Fields 1-3/+2
2020-09-24Documentation: filesystems: mount_api: fix headingsGravatar Randy Dunlap 1-4/+3
2020-09-15zonefs: document the explicit-open mount optionGravatar Johannes Thumshirn 1-0/+15
2020-09-11f2fs: Documentation edits/fixesGravatar Randy Dunlap 1-30/+23
2020-09-11f2fs: support age threshold based garbage collectionGravatar Chao Yu 1-0/+2
2020-09-10f2fs: point man pages for some f2fs utilsGravatar Jaegeuk Kim 1-2/+44
2020-09-10f2fs: support zone capacity less than zone sizeGravatar Aravind Ramesh 1-0/+15
2020-09-09docs: ubifs-authentication: Add a top-level headingGravatar Jonathan Neuschäfer 1-2/+4
2020-09-09docs: filesystems: replace to_dev() with kobj_to_dev()Gravatar Denis Efremov 1-2/+1
2020-09-04fuse: update project homepageGravatar André Almeida 1-1/+1
2020-09-02Documentation/filesystems/locking.rst: remove an incorrect sentenceGravatar Christoph Hellwig 1-3/+0
2020-09-02ovl: provide a mount option "volatile"Gravatar Vivek Goyal 1-0/+19
2020-08-31affs: fix basic permission bits to actually workGravatar Max Staudt 1-6/+10
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2020-08-13Merge tag 'docs-5.9-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-33/+33
2020-08-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-8/+3
2020-08-12doc, mm: clarify /proc/<pid>/oom_score value rangeGravatar Michal Hocko 1-0/+3