aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
2021-07-18Documentation: Fix intiramfs script nameGravatar Robert Richter 1-1/+1
2021-07-09Merge tag 'f2fs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-9/+41
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-3/+12
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+9
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-8/+40
2021-07-01f2fs: compress: add nocompress extensions supportGravatar Fengnan Chang 1-1/+30
2021-07-01procfs/dmabuf: add inode number to /proc/*/fdinfoGravatar Kalesh Singh 1-6/+31
2021-06-30docs: proc.rst: meminfo: briefly describe gaps in memory accountingGravatar Mike Rapoport 1-2/+9
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-8/+31
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-06-28Merge tag 'docs-5.14' of git://git.lwn.net/linuxGravatar Linus Torvalds 6-368/+379
2021-06-23f2fs: fix to avoid adding tab before doc sectionGravatar Chao Yu 1-8/+8
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksGravatar Chao Yu 1-0/+3
2021-06-22ext4: update journal documentationGravatar Leah Rumancik 1-8/+31
2021-06-18docs: path-lookup: use bare function() rather than literalsGravatar Fox Chen 1-35/+35
2021-06-18docs: path-lookup: update symlink descriptionGravatar Fox Chen 1-7/+6
2021-06-18docs: path-lookup: update get_link() ->follow_link descriptionGravatar Fox Chen 1-7/+6
2021-06-18docs: path-lookup: update WALK_GET, WALK_PUT descGravatar Fox Chen 1-7/+7
2021-06-18docs: path-lookup: no get_link()Gravatar Fox Chen 1-6/+4
2021-06-18docs: path-lookup: update i_op->put_link and cookie descriptionGravatar Fox Chen 1-22/+8
2021-06-18docs: path-lookup: i_op->follow_link replaced with i_op->get_linkGravatar Fox Chen 1-7/+5
2021-06-18docs: path-lookup: Add macro name to symlink limit descriptionGravatar Fox Chen 1-2/+2
2021-06-18docs: path-lookup: remove filename_mountpointGravatar Fox Chen 1-3/+3
2021-06-18docs: path-lookup: update do_last() partGravatar Fox Chen 1-25/+22
2021-06-18docs: path-lookup: update path_mountpoint() partGravatar Fox Chen 1-7/+5
2021-06-18docs: path-lookup: update path_to_nameidata() partGravatar Fox Chen 1-5/+6
2021-06-18docs: path-lookup: update follow_managed() partGravatar Fox Chen 1-5/+5
2021-06-17docs: filesystems: ext4: blockgroup.rst: replace some charactersGravatar Mauro Carvalho Chehab 1-1/+1
2021-06-13docs: fix a cross-refGravatar Kir Kolyshkin 1-1/+1
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Gravatar Al Viro 1-0/+9
2021-06-04docs: convert dax.txt to rstGravatar Igor Matheus Andrade Torrente 3-257/+292
2021-06-01block: move bd_mutex to struct gendiskGravatar Christoph Hellwig 1-1/+1
2021-05-21debugfs: remove return value of debugfs_create_bool()Gravatar Greg Kroah-Hartman 1-2/+2
2021-05-11erofs: update documentation about data compressionGravatar Gao Xiang 1-19/+49
2021-05-11erofs: fix broken illustration in documentationGravatar Gao Xiang 1-60/+59
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+14
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+27
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-14/+12
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+0
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+527
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-3/+23
2021-04-23netfs: Documentation for helper libraryGravatar David Howells 2-0/+527
2021-04-13f2fs: document: add description about compressed space handlingGravatar Chao Yu 1-0/+8
2021-04-12vfs: add fileattr opsGravatar Miklos Szeredi 2-3/+23
2021-04-12ovl: restrict lower null uuid for "xino=auto"Gravatar Amir Goldstein 1-14/+12
2021-04-07take LOOKUP_{ROOT,ROOT_GRABBED,JUMPED} out of LOOKUP_... spaceGravatar Al Viro 1-3/+3
2021-04-07switch file_open_root() to struct pathGravatar Al Viro 1-0/+9
2021-04-05ext4: handle casefolding with encryptionGravatar Daniel Rosenberg 1-0/+27
2021-03-31Documentation: filesystems api-summary: add namespace.cGravatar Randy Dunlap 1-0/+3