summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
Commit message (Expand)AuthorAgeFilesLines
* ovl: update docMiklos Szeredi2016-09-011-5/+3
* Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linuxLinus Torvalds2016-08-071-1/+1
|\
| * Documenation: update cgroup's document pathseokhoon.yoon2016-08-031-1/+1
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-073-2/+9
|\ \
| * | get rid of 'parent' argument of ->d_compare()Al Viro2016-07-313-2/+9
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-021-1/+2
|\ \ \
| * | | nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi2016-08-021-1/+2
| |/ /
* / / Orangefs: update orangefs.txtMike Marshall2016-08-021-4/+46
|/ /
* | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-1/+1
|\ \
| * | pmem: kill __pmem address spaceDan Williams2016-07-121-1/+1
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-282-30/+39
|\ \ \
| * | | vfs: new d_init methodMiklos Szeredi2016-07-242-0/+5
| * | | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-06-303-146/+44
| |\ \ \
| | * | | vfs: clean up documentationMiklos Szeredi2016-06-302-18/+8
| | * | | vfs: document ->d_real()Miklos Szeredi2016-06-302-0/+23
| | |/ /
| * | | Remove last traces of ->sync_pageMatthew Wilcox2016-06-302-14/+5
* | | | Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-07-271-1/+6
|\ \ \ \
| * | | | f2fs: add nodiscard mount optionChao Yu2016-07-081-1/+3
| * | | | f2fs: introduce mode=lfs mount optionJaegeuk Kim2016-06-131-0/+3
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-264-7/+33
|\ \ \ \
| * | | | thp: update Documentation/{vm/transhuge,filesystems/proc}.txtKirill A. Shutemov2016-07-261-0/+9
| * | | | mm: introduce fault_envKirill A. Shutemov2016-07-261-5/+5
| * | | | mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-262-0/+15
| * | | | dax: some small updates to dax.txt documentationRoss Zwisler2016-07-261-2/+4
* | | | | Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds2016-07-261-5/+5
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Doc: ocfs: Fix typo in filesystems/ocfs2-online-filecheck.txtMasanari Iida2016-07-011-5/+5
| |/ /
* | / irq/Documentation: Correct result of echnoing 5 to smp_affinityJohn Kacur2016-07-101-1/+1
| |/ |/|
* | devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2016-06-051-130/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-272-12/+27
|\
| * switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-0/+7
| * update D/f/directory-lockingAl Viro2016-05-261-12/+20
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-271-9/+0
|\ \
| * | ovl: update documentationMiklos Szeredi2016-05-271-9/+0
* | | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-0/+32
|\ \ \ | |_|/ |/| |
| * | dax: for truncate/hole-punch, do zeroing through the driver if possibleVishal Verma2016-05-181-0/+32
| |/
* | nilfs2: clarify permission to replicate the designRyusuke Konishi2016-05-231-0/+5
* | procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones2016-05-201-0/+1
* | Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds2016-05-193-3/+3
|\ \
| * | Documentation: fix common spelling mistakesKees Cook2016-04-283-3/+3
* | | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-172-2/+2
|\ \ \
| * | | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-012-2/+2
| | |/ | |/|
* | | lookup_open(): lock the parent shared unless O_CREAT is givenAl Viro2016-05-021-0/+3
* | | introduce a parallel variant of ->iterate()Al Viro2016-05-021-0/+18
* | | parallel lookups: actual switch to rwsemAl Viro2016-05-021-0/+18
* | | parallel lookups machinery, part 2Al Viro2016-05-021-0/+8
* | | Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-0/+6
|\ \ \ | |/ / |/| |
| * | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-0/+6
| |/
* / mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-043-4/+4
|/
* Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds2016-03-261-0/+406
|\
| * Orangefs: merge to v4.5Mike Marshall2016-03-1410-46/+134
| |\