aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-24overlay: overlay filesystem documentationNeil Brown1-0/+198
2014-10-24vfs: add i_op->dentry_open()Miklos Szeredi2-0/+9
2014-10-16NTFS: Remove changelog from Documentation/filesystems/ntfs.txt.Anton Altaparmakov1-268/+0
2014-10-14autofs: the documentation I wanted to readNeilBrown1-0/+520
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2-8/+10
2014-10-09vfs: fix typo in s_op->alloc_inode() documentationKirill Smelkov1-1/+1
2014-10-08Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-3/+10
2014-10-07locks: move freeing of leases outside of i_lockJeff Layton1-2/+1
2014-10-07locks: move i_lock acquisition into generic_*_lease handlersJeff Layton2-4/+7
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton2-2/+2
2014-09-26Documentation: update .gitignore filesPeter Foley1-0/+1
2014-09-26Documentation: add makefiles for more targetsPeter Foley1-0/+2
2014-09-26Documentation: use subdir-y to avoid unnecessary built-in.o filesPeter Foley1-3/+0
2014-09-23f2fs: change the ipu_policy option to enable combinationsJaegeuk Kim1-3/+3
2014-09-16f2fs: give an option to enable in-place-updates during fsync to usersJaegeuk Kim1-1/+8
2014-09-07Documentation: NFS/RDMA: Document separate Kconfig symbolsPaul Bolle1-7/+9
2014-09-07Documentation: seq_file: Document seq_open_private(), seq_release_private()Rob Jones1-0/+33
2014-08-16Merge tag 'locks-v3.17-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+5
2014-08-14locks: update Locking documentation to clarify fl_release_private behaviorJeff Layton1-1/+5
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-16/+25
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-61/+37
2014-08-07exportfs: update Exporting documentationJ. Bruce Fields1-15/+23
2014-08-07VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode.NeilBrown1-1/+2
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+19
2014-08-04Merge tag 'for-f2fs-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-0/+5
2014-08-02update CIFS TODO listSteve French1-61/+36
2014-08-02Add Pavel to contributor list in cifs AUTHORS fileSteve French1-0/+1
2014-07-29f2fs: add nobarrier mount optionJaegeuk Kim1-0/+5
2014-07-18docs: Procfs -- Document timerfd outputCyrill Gorcunov1-0/+19
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+12
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro1-2/+3
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0
2014-06-09Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-4/+4
2014-06-06Documentation/filesystems/seq_file.txt: create_proc_entry deprecatedFabian Frederick1-0/+9
2014-06-06fs/fat/: add support for DOS 1.x formatted volumesConrad Meyer1-0/+5
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into nextLinus Torvalds2-4/+5
2014-06-04f2fs: avoid overflow when large directory feathure is enabledChao Yu1-4/+4
2014-05-30nfsd4: allow exotic read compoundsJ. Bruce Fields1-2/+0
2014-05-25Documentation: update /proc/stat "intr" count summaryJan Moskyto Matejka1-2/+3
2014-05-22doc: fix incorrect formula to calculate CommitLimit valuePetr Oros1-1/+2
2014-05-06new methods: ->read_iter() and ->write_iter()Al Viro2-2/+10
2014-05-06pass iov_iter to ->direct_IO()Al Viro2-4/+2
2014-05-05doc: spelling error changesCarlos Garcia2-3/+3
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds3-8/+28
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick1-3/+6
2014-04-07proc: show mnt_id in /proc/pid/fdinfoAndrey Vagin1-5/+12
2014-04-07mm: introduce vm_ops->map_pages()Kirill A. Shutemov1-0/+10