summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
Commit message (Expand)AuthorAgeFilesLines
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-172-3/+10
|\
| * vfs: default to generic_readlink()Miklos Szeredi2016-12-092-3/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-172-2/+2
|\ \
| * | vfs: change d_manage() to take a struct pathIan Kent2016-12-022-2/+2
| |/
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-161-4/+22
|\ \
| * | ovl: fix reStructuredText syntax errors in documentationAmir Goldstein2016-12-161-3/+4
| * | ovl: redirect on rename-dirMiklos Szeredi2016-12-161-2/+19
| * | ovl: update docMiklos Szeredi2016-12-161-3/+3
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-162-243/+0
|\ \
| * | logfs: remove from treeChristoph Hellwig2016-12-142-243/+0
| |/
* | Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-151-0/+2
|\ \
| * | PCI: Create revision file in sysfsEmil Velikov2016-11-211-0/+2
* | | Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-141-8/+4
|\ \ \
| * | | xfs: deprecate barrier/nobarrier mount optionDave Chinner2016-12-091-8/+4
| |/ /
* | | mm: join struct fault_env and vm_faultJan Kara2016-12-141-1/+1
* | | Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-12-141-1/+1
|\ \ \
| * | | fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz2016-12-011-1/+1
| | |/ | |/|
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-142-18/+17
|\ \ \
| * | | Documentation: fix description of ext4's block_validity mount optionFabian Frederick2016-12-031-7/+6
| * | | dax: rip out get_block based IO supportJan Kara2016-11-201-11/+11
* | | | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-123-4/+13
|\ \ \ \
| * | | | Change the document about iowaitChao Fan2016-11-191-1/+10
| * | | | Merge tag 'v4.9-rc4' into soundJonathan Corbet2016-11-181-26/+0
| |\ \ \ \ | | |/ / /
| * | | | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-242-3/+3
| | |_|/ | |/| |
* | | | proc: report no_new_privs stateKees Cook2016-12-121-0/+2
| |_|/ |/| |
* | | fs: remove the never implemented aio_fsync file operationChristoph Hellwig2016-10-302-2/+0
| |/ |/|
* | fs/proc: Stop trying to report thread stacksAndy Lutomirski2016-10-201-26/+0
|/
* Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds2016-10-144-42/+0
|\
| * Doc: update 00-INDEX files to reflect the runnable code moveShuah Khan2016-10-101-2/+0
| * selftests: move dnotify_test from Documentation/filesystemsShuah Khan2016-09-203-40/+0
* | autofs: update struct autofs_dev_ioctl in DocumentationTomohiro Kusumi2016-10-111-28/+42
* | autofs: fix Documentation regarding devid on ioctlTomohiro Kusumi2016-10-111-3/+2
* | autofs: fix typos in Documentation/filesystems/autofs4.txtTomohiro Kusumi2016-10-111-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-104-14/+9
|\ \
| * | vfs: add note about i_op->rename changes to portingMiklos Szeredi2016-09-271-0/+4
| * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-272-4/+4
| * | vfs: remove unused i_op->renameMiklos Szeredi2016-09-273-13/+4
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-102-21/+48
|\ \ \
| * | | xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-072-21/+48
| |/ /
* | | Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-101-0/+4
|\ \ \
| * | | ceph: fix description for rsize and rasize mount optionsAndreas Gerstmayr2016-10-031-0/+4
| | |/ | |/|
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-2/+2
|\ \ \
| * \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-2/+2
| | |/
* | | Documentation/filesystems/proc.txt: add more description for maps/smapsRobert Ho2016-10-071-0/+12
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-1/+1
|\ \ \
| * | | doc: vfs: fix fadvise() sycall nameAndreas Gruenbacher2016-09-291-1/+1
* | | | Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-10-061-0/+1
|\ \ \ \
| * | | | f2fs: enable inline_dentry by default and add noinline_dentry optionChao Yu2016-08-291-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-061-0/+123
|\ \ \ \
OpenPOWER on IntegriCloud