aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/filesystems (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-5/+7
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-19/+73
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-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/arm64/linuxLinus Torvalds1-0/+1
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-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
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-172/+229
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-66/+70
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