aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/filesystems (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-3/+10
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-4/+22
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-243/+0
2016-12-16ovl: fix reStructuredText syntax errors in documentationAmir Goldstein1-3/+4
2016-12-16ovl: redirect on rename-dirMiklos Szeredi1-2/+19
2016-12-16ovl: update docMiklos Szeredi1-3/+3
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+2
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-8/+4
2016-12-14logfs: remove from treeChristoph Hellwig2-243/+0
2016-12-14mm: join struct fault_env and vm_faultJan Kara1-1/+1
2016-12-14Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-1/+1
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-18/+17
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds3-4/+13
2016-12-12proc: report no_new_privs stateKees Cook1-0/+2
2016-12-09vfs: default to generic_readlink()Miklos Szeredi2-3/+10
2016-12-09xfs: deprecate barrier/nobarrier mount optionDave Chinner1-8/+4
2016-12-03Documentation: fix description of ext4's block_validity mount optionFabian Frederick1-7/+6
2016-12-02vfs: change d_manage() to take a struct pathIan Kent2-2/+2
2016-12-01fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz1-1/+1
2016-11-21PCI: Create revision file in sysfsEmil Velikov1-0/+2
2016-11-20dax: rip out get_block based IO supportJan Kara1-11/+11
2016-11-19Change the document about iowaitChao Fan1-1/+10
2016-11-18Merge tag 'v4.9-rc4' into soundJonathan Corbet1-26/+0
2016-10-30fs: remove the never implemented aio_fsync file operationChristoph Hellwig2-2/+0
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab2-3/+3
2016-10-20fs/proc: Stop trying to report thread stacksAndy Lutomirski1-26/+0
2016-10-14Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds4-42/+0
2016-10-11autofs: update struct autofs_dev_ioctl in DocumentationTomohiro Kusumi1-28/+42
2016-10-11autofs: fix Documentation regarding devid on ioctlTomohiro Kusumi1-3/+2
2016-10-11autofs: fix typos in Documentation/filesystems/autofs4.txtTomohiro Kusumi1-4/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-14/+9
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-21/+48
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+4
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-10-10Doc: update 00-INDEX files to reflect the runnable code moveShuah Khan1-2/+0
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-2/+2
2016-10-07Documentation/filesystems/proc.txt: add more description for maps/smapsRobert Ho1-0/+12
2016-10-07xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2-21/+48
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-10-06Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-0/+1
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-0/+123
2016-10-04Merge tag 'docs-4.9' of git://git.lwn.net/linuxLinus Torvalds2-7/+10
2016-10-03ceph: fix description for rsize and rasize mount optionsAndreas Gerstmayr1-0/+4
2016-10-01dax : Fix documentation with respect to struct pagesStephen Bates1-6/+9
2016-09-29doc: vfs: fix fadvise() sycall nameAndreas Gruenbacher1-1/+1
2016-09-27vfs: add note about i_op->rename changes to portingMiklos Szeredi1-0/+4
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi2-4/+4
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi3-13/+4
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-2/+2