aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
2021-11-29netfs: Adjust docs after foliationDavid Howells1-39/+56
2021-11-25docs: filesystem: cifs: ksmbd: Fix small layout issuesSalvatore Bonaccorso1-5/+5
2021-11-15docs: filesystems: Fix grammatical error "with" to "which"Wasin Thonkaew1-1/+1
2021-11-13Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+19
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+114
2021-11-02Merge tag 'docs-5.16' of git://git.lwn.net/linuxLinus Torvalds3-41/+31
2021-11-01Merge tag 'erofs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+8
2021-11-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-22/+61
2021-11-01Merge tag 'locks-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds2-13/+5
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+2
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu1-0/+1
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong1-0/+18
2021-10-26docs: f2fs: fix text alignmentFengnan Chang1-1/+1
2021-10-19docs: fs: locks.rst: update comment about mandatory file lockingMauro Carvalho Chehab1-12/+5
2021-10-18erofs: add multiple device supportGao Xiang1-4/+8
2021-10-15Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n...Linus Torvalds1-66/+75
2021-10-12docs: proc.rst: mountinfo: align columnsChristoph Anton Mitterer1-11/+11
2021-10-12docs: proc.rst: mountinfo: improved field numberingChristoph Anton Mitterer1-6/+6
2021-10-07ext4: docs: Take out unneeded escapingJonathan Corbet1-10/+10
2021-10-07ext4: docs: switch away from list-tableJonathan Corbet1-21/+11
2021-10-05Documentation: remove reference to now removed mandatory-locking docJeff Layton1-1/+0
2021-09-27fs/netfs: Add folio fscache functionsMatthew Wilcox (Oracle)1-0/+2
2021-09-22fscrypt: allow 256-bit master keys with AES-256-XTSEric Biggers1-5/+5
2021-09-21nfs: reexport documentationJ. Bruce Fields2-0/+114
2021-09-20fscrypt: improve documentation for inline encryptionEric Biggers1-17/+56
2021-09-20Doc/fs/ntfs3: Fix rst format and make it cleanerKari Argillander1-63/+76
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+0
2021-09-09fs/ntfs3: Rename mount option no_acs_rules > (no)acsrulesKari Argillander1-1/+1
2021-09-09fs/ntfs3: Add iocharset= mount option as alias for nls=Kari Argillander1-2/+2
2021-09-09fs/ntfs3: Remove unnecesarry mount option noatimeKari Argillander1-4/+0
2021-09-07block: move fs/block_dev.c to block/bdev.cChristoph Hellwig1-3/+0
2021-09-04Merge git://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds2-0/+107
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+15
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-6/+89
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-2/+5
2021-09-02Merge tag 'erofs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+17
2021-08-31Merge tag 'fs.idmapped.v5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+1027
2021-08-31Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-10/+5
2021-08-31Merge tag '5.15-rc-first-ksmbd-merge' of git://git.samba.org/ksmbdLinus Torvalds3-1/+176
2021-08-30ext4: Orphan file documentationJan Kara5-6/+89
2021-08-30Merge tag 'locks-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds1-188/+0
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-26/+53
2021-08-23fs: remove mandatory file locking supportJeff Layton1-188/+0
2021-08-20erofs: introduce chunk-based file on-disk formatGao Xiang1-2/+14
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+2
2021-08-17f2fs: fix to keep compatibility of fault injection interfaceChao Yu1-0/+1
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu1-0/+1
2021-08-17f2fs: compress: allow write compress released file after truncate to zeroFengnan Chang1-2/+5
2021-08-17ovl: skip checking lower file's i_writecount on truncateChengguang Xu1-0/+3
2021-08-13fs/ntfs3: Add Kconfig, Makefile and docKonstantin Komarov2-0/+107
2021-08-13ksmbd: update SMB3 multi-channel support in ksmbd.rstNamjae Jeon1-1/+2
2021-08-11doc: give a more thorough id handling explanationChristian Brauner2-0/+1027
2021-08-10erofs: dax support for non-tailpacking regular fileGao Xiang1-0/+3
2021-08-03f2fs: introduce discard_unit mount optionChao Yu1-0/+8
2021-07-28filesystems/locking: fix Malformed table warningRandy Dunlap1-1/+1
2021-07-25fscrypt: align Base64 encoding with RFC 4648 base64urlEric Biggers1-5/+5
2021-07-25fscrypt: remove mention of symlink st_size quirk from documentationEric Biggers1-5/+0
2021-07-18Documentation: Fix intiramfs script nameRobert Richter1-1/+1
2021-07-13mm: Protect operations adding pages to page cache with invalidate_lockJan Kara1-19/+43
2021-07-13documentation: Sync file_operations members with realityJan Kara1-6/+9
2021-07-09Merge tag 'f2fs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+41
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-3/+12
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+9
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+40
2021-07-01f2fs: compress: add nocompress extensions supportFengnan Chang1-1/+30
2021-07-01procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh1-6/+31
2021-06-30docs: proc.rst: meminfo: briefly describe gaps in memory accountingMike Rapoport1-2/+9
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-8/+31
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-06-28Merge tag 'docs-5.14' of git://git.lwn.net/linuxLinus Torvalds6-368/+379
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon2-6/+6
2021-06-23f2fs: fix to avoid adding tab before doc sectionChao Yu1-8/+8
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu1-0/+3
2021-06-22ext4: update journal documentationLeah Rumancik1-8/+31
2021-06-18docs: path-lookup: use bare function() rather than literalsFox Chen1-35/+35
2021-06-18docs: path-lookup: update symlink descriptionFox Chen1-7/+6
2021-06-18docs: path-lookup: update get_link() ->follow_link descriptionFox Chen1-7/+6
2021-06-18docs: path-lookup: update WALK_GET, WALK_PUT descFox Chen1-7/+7
2021-06-18docs: path-lookup: no get_link()Fox Chen1-6/+4
2021-06-18docs: path-lookup: update i_op->put_link and cookie descriptionFox Chen1-22/+8
2021-06-18docs: path-lookup: i_op->follow_link replaced with i_op->get_linkFox Chen1-7/+5
2021-06-18docs: path-lookup: Add macro name to symlink limit descriptionFox Chen1-2/+2
2021-06-18docs: path-lookup: remove filename_mountpointFox Chen1-3/+3
2021-06-18docs: path-lookup: update do_last() partFox Chen1-25/+22
2021-06-18docs: path-lookup: update path_mountpoint() partFox Chen1-7/+5
2021-06-18docs: path-lookup: update path_to_nameidata() partFox Chen1-5/+6
2021-06-18docs: path-lookup: update follow_managed() partFox Chen1-5/+5
2021-06-17docs: filesystems: ext4: blockgroup.rst: replace some charactersMauro Carvalho Chehab1-1/+1
2021-06-13docs: fix a cross-refKir Kolyshkin1-1/+1
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro1-0/+9
2021-06-04docs: convert dax.txt to rstIgor Matheus Andrade Torrente3-257/+292
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-1/+1
2021-05-21debugfs: remove return value of debugfs_create_bool()Greg Kroah-Hartman1-2/+2
2021-05-11erofs: update documentation about data compressionGao Xiang1-19/+49
2021-05-11erofs: fix broken illustration in documentationGao Xiang1-60/+59
2021-05-10cifsd: add ksmbd/nfsd interoperability to feature tableNamjae Jeon1-10/+22
2021-05-10doc: cifsd: change the reference to configuration.txtMauro Carvalho Chehab1-2/+2
2021-05-10cifsd: fix build warnings from cifsd.rstNamjae Jeon1-28/+0
2021-05-10cifsd: add index.rst in cifs documentationNamjae Jeon2-2/+11
2021-05-10cifsd: update cifsd.rst documentNamjae Jeon1-26/+70
2021-05-10cifsd: fix WARNING: document isn't included in any toctreeNamjae Jeon1-0/+1
2021-05-10cifsd: fix WARNING: Title overline too shortNamjae Jeon1-2/+2
2021-05-10cifsd: add server handler for central processing and tranport layersNamjae Jeon1-0/+136
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+14
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+27
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-14/+12
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+527
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+23
2021-04-23netfs: Documentation for helper libraryDavid Howells2-0/+527
2021-04-13f2fs: document: add description about compressed space handlingChao Yu1-0/+8
2021-04-12vfs: add fileattr opsMiklos Szeredi2-3/+23
2021-04-12ovl: restrict lower null uuid for "xino=auto"Amir Goldstein1-14/+12
2021-04-07take LOOKUP_{ROOT,ROOT_GRABBED,JUMPED} out of LOOKUP_... spaceAl Viro1-3/+3
2021-04-07switch file_open_root() to struct pathAl Viro1-0/+9
2021-04-05ext4: handle casefolding with encryptionDaniel Rosenberg1-0/+27
2021-03-31Documentation: filesystems api-summary: add namespace.cRandy Dunlap1-0/+3
2021-03-30f2fs: introduce gc_merge mount optionChao Yu1-0/+6
2021-03-29block: remove the revalidate_disk methodChristoph Hellwig1-2/+0
2021-03-25docs: filesystems: Fix a mundane typoBhaskar Chowdhury1-1/+1
2021-03-08docs: filesystem: Update smaps vm flag list to latestPeter Xu1-0/+4
2021-03-06Docs: add fs/eventpoll to docbooksRandy Dunlap1-0/+6
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