aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+7
2021-02-26Merge tag 'docs-5.12-2' of git://git.lwn.net/linuxLinus Torvalds1-0/+4
2021-02-26seq_file: document how per-entry resources are managed.NeilBrown1-0/+6
2021-02-25docs: proc.rst: fix indentation warningRandy Dunlap1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-12/+16
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2021-02-22Documentation: proc.rst: add more about the 6 fields in loadavgRandy Dunlap1-0/+4
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds5-20/+13
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+16
2021-02-21Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds1-0/+76
2021-02-21Merge tag 'f2fs-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+17
2021-02-16Documentation: f2fs: fix typo s/automaic/automaticEd Tsai1-1/+1
2021-02-07fs-verity: support reading signature with ioctlEric Biggers1-1/+8
2021-02-07fs-verity: support reading descriptor with ioctlEric Biggers1-0/+4
2021-02-07fs-verity: support reading Merkle tree with ioctlEric Biggers1-1/+9
2021-02-07fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers1-0/+57
2021-02-04Documentation: /proc/loadavg: add 3 more field descriptionsRandy Dunlap1-1/+4
2021-02-03f2fs: introduce checkpoint_merge mount optionDaeho Jeong1-0/+11
2021-01-28ovl: implement volatile-specific fsync error behaviourSargun Dhillon1-0/+8
2021-01-27f2fs: compress: support compress levelChao Yu1-0/+5
2021-01-27f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig1-1/+0
2021-01-25bio: don't copy bvec for direct IOPavel Begunkov1-0/+9
2021-01-25bvec/iter: disallow zero-length segment bvecsPavel Begunkov1-0/+7
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-9/+10
2021-01-24acl: handle idmapped mountsChristian Brauner2-3/+6
2021-01-21AFS: Documentation: fix a few typos in afs.rstRandy Dunlap1-4/+4
2021-01-13fs: pass only I_DIRTY_INODE flags to ->dirty_inodeEric Biggers1-1/+4
2021-01-11docs: Include ext4 documentation via filesystems/Jonathan Neuschäfer1-0/+1
2021-01-11Documentation/dax: Update description of DAX policy changingHao Li1-14/+3
2021-01-11docs: filesystems: vfs: Correct the struct nameLiao Pingfang1-1/+1
2021-01-04vfs: don't unnecessarily clone write access for writable fdsEric Biggers1-0/+7
2020-12-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+50
2020-12-20Merge tag 'gfs2-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-19/+18
2020-12-17Merge tag 'ovl-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+28
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+36
2020-12-17Merge tag 'for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+1
2020-12-17ext4: add docs about fast commit idempotenceHarshad Shirwadkar1-0/+50
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2020-12-15proc: provide details on indirect branch speculationAnand K Mistry1-0/+2
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2020-12-15Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds1-0/+52
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2020-12-15tmpfs: fix Documentation nitsRandy Dunlap1-4/+4
2020-12-14Merge tag 'docs-5.11' of git://git.lwn.net/linuxLinus Torvalds3-3/+4
2020-12-14ovl: user xattrMiklos Szeredi1-2/+11
2020-12-10file: Rename fcheck lookup_fd_rcuEric W. Biederman1-3/+3
2020-12-10file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman1-3/+3
2020-12-09nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton1-0/+13
2020-12-09nfsd: allow filesystems to opt out of subtree checkingJeff Layton1-0/+12
2020-12-09nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton1-0/+27
2020-12-03Documentation: mount_api: change kernel log wordingRandy Dunlap1-2/+2
2020-12-03f2fs: add compress_mode mount optionDaeho Jeong1-0/+35
2020-12-02f2fs: compress: support chksumChao Yu1-0/+1
2020-12-01Documentation: document /proc api for arm64 MTE vm flagsSzabolcs Nagy1-0/+1
2020-12-01Documentation: Update filesystems/gfs2.rstAndrew Price1-19/+18
2020-11-23fs-verity: move structs needed for file signing to UAPI headerEric Biggers1-5/+1
2020-11-16fs-verity: rename "file measurement" to "file digest"Eric Biggers1-30/+30
2020-11-16fs-verity: rename fsverity_signed_digest to fsverity_formatted_digestEric Biggers1-1/+1
2020-11-13docs: filesystems: link ubifs-authentication.rst without .rst extensionJonathan Neuschäfer1-1/+1
2020-11-12ovl: document lower modification caveatsKevin Locke1-3/+7
2020-11-12ovl: doc clarificationMiklos Szeredi1-5/+7
2020-11-12ovl: introduce new "uuid=off" option for inodes index featurePavel Tikhomirov1-0/+5
2020-11-09Merge tag 'ext4_for_linus_cleanups' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+15
2020-11-09docs: filesystems: Reduce ext2.rst to one top-level headingJonathan Neuschäfer1-0/+1
2020-11-06jbd2: drop jbd2_fc_init documentationHarshad Shirwadkar1-4/+2
2020-11-06ext4: describe fast_commit feature flagsHarshad Shirwadkar2-0/+13
2020-11-03Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxLinus Torvalds1-3/+0
2020-10-30debugfs: remove return value of debugfs_create_devm_seqfile()Greg Kroah-Hartman1-1/+1
2020-10-28docs: fs: api-summary.rst: get rid of kernel-doc includeMauro Carvalho Chehab1-3/+0
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-0/+99
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+2
2020-10-21doc: update ext4 and journalling docs to include fast commit featureHarshad Shirwadkar2-0/+99
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-3/+3
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-10-19Merge tag 'zonefs-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+15
2020-10-16Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+19
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+67
2020-10-15docs: fs: fscrypt.rst: get rid of :c:type: tagsMauro Carvalho Chehab1-38/+36
2020-10-15docs: get rid of :c:type explicit declarations for structsMauro Carvalho Chehab1-1/+1
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+3
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+0
2020-10-12Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds7-197/+27
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov1-3/+3
2020-10-09Documentation: better locations for sysfs-pci, sysfs-taggingJohn Hubbard3-188/+0
2020-10-02sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches1-5/+3
2020-09-28doc: seq_file: clarify role of *pos in ->next()NeilBrown1-1/+19
2020-09-25Documentation: update RPCSEC_GSSv3 RFC linkJ. Bruce Fields1-3/+2
2020-09-24Documentation: filesystems: mount_api: fix headingsRandy Dunlap1-4/+3
2020-09-15zonefs: document the explicit-open mount optionJohannes Thumshirn1-0/+15
2020-09-11f2fs: Documentation edits/fixesRandy Dunlap1-30/+23
2020-09-11f2fs: support age threshold based garbage collectionChao Yu1-0/+2
2020-09-10f2fs: point man pages for some f2fs utilsJaegeuk Kim1-2/+44
2020-09-10f2fs: support zone capacity less than zone sizeAravind Ramesh1-0/+15
2020-09-09docs: ubifs-authentication: Add a top-level headingJonathan Neuschäfer1-2/+4
2020-09-09docs: filesystems: replace to_dev() with kobj_to_dev()Denis Efremov1-2/+1
2020-09-04fuse: update project homepageAndré Almeida1-1/+1
2020-09-02Documentation/filesystems/locking.rst: remove an incorrect sentenceChristoph Hellwig1-3/+0
2020-09-02ovl: provide a mount option "volatile"Vivek Goyal1-0/+19
2020-08-31affs: fix basic permission bits to actually workMax Staudt1-6/+10
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2020-08-13Merge tag 'docs-5.9-2' of git://git.lwn.net/linuxLinus Torvalds1-33/+33
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+3
2020-08-12doc, mm: clarify /proc/<pid>/oom_score value rangeMichal Hocko1-0/+3
2020-08-12doc, mm: sync up oom_score_adj documentationMichal Hocko1-8/+0
2020-08-11Filesystems: Documentation: Replace deprecated :c:func: UsagePuranjay Mohan1-33/+33
2020-08-11zonefs: update documentation to reflect zone size vs capacityJohannes Thumshirn1-10/+12
2020-08-10Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+4
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-2/+20
2020-08-07tmpfs: support 64-bit inums per-sbChris Down1-0/+18
2020-08-07ocfs2: replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-08-06Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-7/+7
2020-08-06ext4: replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-4/+8
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds24-302/+298
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2020-08-03Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-4/+28
2020-07-27PCI: correct flag nameJulia Lawall1-1/+1
2020-07-27docs: filesystems: vfs: correct flag nameJulia Lawall1-1/+1
2020-07-27docs: filesystems: vfs: correct sync_mode flag namesJulia Lawall1-2/+2
2020-07-27docs: path-lookup: markup fixes for emphasisVegard Nossum1-4/+4
2020-07-27docs: path-lookup: more markup fixesVegard Nossum1-5/+5
2020-07-27docs: path-lookup: fix HTML entity mojibakeVegard Nossum1-3/+3
2020-07-27fscrypt: document inline encryption supportSatya Tangirala1-1/+15
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-07-20fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZEEric Biggers1-3/+3
2020-07-17Merge tag 'ovl-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2020-07-16ovl: fix mount option checks for nfs_export with no upperdirAmir Goldstein1-2/+2
2020-07-14udf: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-13Replace HTTP links with HTTPS ones: 9P FILE SYSTEMAlexander A. Klimov1-1/+1
2020-07-13Replace HTTP links with HTTPS ones: AFS FILESYSTEMAlexander A. Klimov1-1/+1
2020-07-13Replace HTTP links with HTTPS ones: OMFSAlexander A. Klimov1-1/+1
2020-07-13Documentation/filesystems/proc.rst: copy-editing cleanupRandy Dunlap1-56/+55
2020-07-13Documentation: coda: annotate duplicated wordsRandy Dunlap1-2/+2
2020-07-13docs: filesystems: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-10debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski1-4/+8
2020-07-09quota: Fixup http links in quota docJan Kara1-6/+6
2020-07-09Replace HTTP links with HTTPS ones: DISKQUOTAAlexander A. Klimov1-1/+1
2020-07-08md: switch to ->check_events for media change notificationsChristoph Hellwig1-3/+1
2020-07-08f2fs: add inline encryption supportSatya Tangirala1-0/+7
2020-07-08fscrypt: add inline encryption supportSatya Tangirala1-0/+3
2020-07-08f2fs: fix wrong description of compress feature in f2fs.rstChao Yu1-2/+2
2020-07-07f2fs: fix to document reserved special compression extensionChao Yu1-0/+2
2020-07-05Documentation: filesystems: vfs: drop doubled wordsRandy Dunlap1-2/+2
2020-07-05Documentation: filesystems: sysfs-tagging: drop doubled wordRandy Dunlap1-1/+1
2020-07-05Documentation: filesystems: path-lookup: drop doubled wordRandy Dunlap1-1/+1
2020-07-05Documentation: filesystems: overlayfs: drop doubled wordRandy Dunlap1-1/+1
2020-07-05Documentation: filesystems: mount_api: drop doubled wordRandy Dunlap1-2/+2
2020-07-05Documentation: filesystems: fsverity: drop doubled wordRandy Dunlap1-1/+1
2020-07-05Documentation: filesystems: directory-locking: drop doubled wordRandy Dunlap1-2/+2
2020-07-05Documentation: filesystems: configfs: drop doubled wordRandy Dunlap1-1/+1
2020-07-05Documentation: filesystems: caching/operations: drop doubled wordRandy Dunlap1-1/+1
2020-07-05Documentation: filesystems: autofs-mount-control: drop doubled wordsRandy Dunlap1-3/+3
2020-06-26Merge branch 'mauro' into docs-nextJonathan Corbet1-23/+21
2020-06-26Replace HTTP links with HTTPS ones: Documentation/filesystemsAlexander A. Klimov7-17/+17
2020-06-26docs: fs: proc.rst: convert a new chapter to ReSTMauro Carvalho Chehab1-23/+21
2020-06-26Merge branch 'docs-fixes' into docs-nextJonathan Corbet1-156/+156
2020-06-26docs: f2fs: fix a broken tableJonathan Corbet1-156/+156
2020-06-19docs: fs: proc.rst: fix a warning due to a merge conflictMauro Carvalho Chehab1-1/+1
2020-06-19Documentation: fix filesystems/locking.rst malformed table warningsRandy Dunlap1-6/+6
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+6
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+2
2020-06-11Enable ext4 support for per-file/directory dax operationsTheodore Ts'o2-3/+142
2020-06-10Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxLinus Torvalds2-3/+3
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+14
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-2/+12
2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2-64/+86
2020-06-08Replace HTTP links with HTTPS ones: documentationAlexander A. Klimov2-3/+3
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-5/+7
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-19/+73
2020-06-04ovl: make private mounts longtermMiklos Szeredi1-0/+7
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig1-5/+7
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+139
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-5/+5
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-3/+22
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown1-2/+2
2020-06-02mm: add readahead address space operationMatthew Wilcox (Oracle)2-1/+20
2020-06-02docs: filesystems: convert gfs2-glocks.txt to ReSTMauro Carvalho Chehab2-64/+86
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds42-3370/+3821
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2020-05-28Documentation/dax: Update DAX enablement for ext4Ira Weiny1-3/+3
2020-05-28fs/ext4: Disallow verity if inode is DAXIra Weiny1-0/+3
2020-05-25docs: filesystems: add info about efivars contentFlavio Suligoi1-0/+17
2020-05-19xfs: call xfs_dinode_verify from xfs_inode_from_diskChristoph Hellwig1-5/+5
2020-05-19fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers1-4/+29
2020-05-18fscrypt: support test_dummy_encryption=v2Eric Biggers1-1/+5
2020-05-15docs: debugfs: Update struct debugfs_reg32 definitionRikard Falkeborn1-2/+3
2020-05-13ovl: resolve more conflicting mount optionsAmir Goldstein1-2/+5
2020-05-11f2fs: compress: support lzo-rle compress algorithmChao Yu1-1/+1
2020-05-08nfsd: clients don't need to break their own delegationsJ. Bruce Fields1-0/+2
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-05-05docs: filesystems: convert configfs.txt to ReSTMauro Carvalho Chehab2-52/+80
2020-05-05docs: filesystems: convert xfs-self-describing-metadata.txt to ReSTMauro Carvalho Chehab2-94/+97
2020-05-05docs: filesystems: convert xfs-delayed-logging-design.txt to ReSTMauro Carvalho Chehab2-27/+39
2020-05-05docs: filesystems: convert sysfs-tagging.txt to ReSTMauro Carvalho Chehab2-8/+15
2020-05-05docs: filesystems: convert sysfs-pci.txt to ReSTMauro Carvalho Chehab2-8/+16
2020-05-05docs: filesystems: convert spufs/spu_run.txt to ReSTMauro Carvalho Chehab2-24/+42
2020-05-05docs: filesystems: convert spufs/spufs.txt to ReSTMauro Carvalho Chehab2-31/+29