aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
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-90/+93
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
2020-05-05docs: filesystems: convert spufs/spu_create.txt to ReSTMauro Carvalho Chehab3-20/+44
2020-05-05docs: filesystems: split spufs.txt into 3 separate filesMauro Carvalho Chehab3-245/+240
2020-05-05docs: filesystems: convert sharedsubtree.txt to ReSTMauro Carvalho Chehab3-170/+227
2020-05-05docs: filesystems: convert seq_file.txt to ReSTMauro Carvalho Chehab2-24/+38
2020-05-05docs: filesystems: convert quota.txt to ReSTMauro Carvalho Chehab2-12/+30
2020-05-05docs: filesystems: convert mount_api.txt to ReSTMauro Carvalho Chehab2-114/+216
2020-05-05docs: filesystems: convert mandatory-locking.txt to ReSTMauro Carvalho Chehab3-10/+18
2020-05-05docs: filesystems: convert locks.txt to ReSTMauro Carvalho Chehab2-4/+9
2020-05-05docs: filesystems: convert fuse-io.txt to ReSTMauro Carvalho Chehab2-0/+7
2020-05-05docs: filesystems: convert files.txt to ReSTMauro Carvalho Chehab2-5/+11
2020-05-05docs: filesystems: convert fiemap.txt to ReSTMauro Carvalho Chehab2-65/+69
2020-05-05docs: filesystems: convert dnotify.txt to ReSTMauro Carvalho Chehab2-3/+9
2020-05-05docs: filesystems: convert devpts.txt to ReSTMauro Carvalho Chehab3-26/+37
2020-05-05docs: filesystems: convert coda.txt to ReSTMauro Carvalho Chehab3-1676/+1671
2020-05-05docs: filesystems: convert automount-support.txt to ReSTMauro Carvalho Chehab2-9/+16
2020-05-05docs: filesystems: convert cifs/cifsroot.txt to ReSTMauro Carvalho Chehab2-24/+33
2020-05-05docs: filesystems: caching/backend-api.txt: convert it to ReSTMauro Carvalho Chehab3-83/+85
2020-05-05docs: filesystems: caching/cachefiles.txt: convert to ReSTMauro Carvalho Chehab2-78/+62
2020-05-05docs: filesystems: caching/operations.txt: convert it to ReSTMauro Carvalho Chehab2-24/+22
2020-05-05docs: filesystems: caching/netfs-api.txt: convert it to ReSTMauro Carvalho Chehab3-94/+81
2020-05-05docs: filesystems: convert caching/fscache.txt to ReST formatMauro Carvalho Chehab3-448/+566
2020-05-05docs: filesystems: convert caching/object.txt to ReSTMauro Carvalho Chehab4-26/+30
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon1-0/+1
2020-05-04Documentation/dax: Update Usage sectionIra Weiny1-3/+139
2020-04-30docs: networking: convert rxrpc.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-28docs: orangefs: fix pvfs2tab literal blockStephen Kitt1-3/+1
2020-04-28Update the documentation referencing Plan 9 from User Space.Juan Manuel Méndez Rey1-1/+1
2020-04-22proc: use human-readable values for hidepidAlexey Gladkov1-23/+23
2020-04-22docs: proc: add documentation for "hidepid=4" and "subset=pid" options and new mount behaviorAlexey Gladkov1-0/+54
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab4-4/+4
2020-04-20virtiofs: Add mount option and atime behavior to the docMasayoshi Mizuma1-0/+14
2020-04-17debugfs: remove return value of debugfs_create_u32()Greg Kroah-Hartman1-2/+2
2020-04-10Merge tag 'docs-5.7-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-04-10Merge tag 'for-linus-5.7-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds1-15/+19
2020-04-08Merge tag '9p-for-5.7-2' of git://github.com/martinetd/linuxLinus Torvalds1-0/+10
2020-04-08Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-3/+3
2020-04-08Merge tag 'ovl-update-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-2/+80
2020-04-08orangefs: clarify build steps for test server in orangefs.txtMike Marshall1-15/+19
2020-04-089p: document short read behaviour with O_NONBLOCKDominique Martinet1-0/+10
2020-04-07Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-2/+2