aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
2014-10-14autofs: the documentation I wanted to readGravatar NeilBrown 1-0/+520
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 2-8/+10
2014-10-09vfs: fix typo in s_op->alloc_inode() documentationGravatar Kirill Smelkov 1-1/+1
2014-10-08Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-3/+10
2014-10-07locks: move freeing of leases outside of i_lockGravatar Jeff Layton 1-2/+1
2014-10-07locks: move i_lock acquisition into generic_*_lease handlersGravatar Jeff Layton 2-4/+7
2014-10-07locks: plumb a "priv" pointer into the setlease routinesGravatar Jeff Layton 2-2/+2
2014-09-26Documentation: update .gitignore filesGravatar Peter Foley 1-0/+1
2014-09-26Documentation: add makefiles for more targetsGravatar Peter Foley 1-0/+2
2014-09-26Documentation: use subdir-y to avoid unnecessary built-in.o filesGravatar Peter Foley 1-3/+0
2014-09-23f2fs: change the ipu_policy option to enable combinationsGravatar Jaegeuk Kim 1-3/+3
2014-09-16f2fs: give an option to enable in-place-updates during fsync to usersGravatar Jaegeuk Kim 1-1/+8
2014-09-07Documentation: NFS/RDMA: Document separate Kconfig symbolsGravatar Paul Bolle 1-7/+9
2014-09-07Documentation: seq_file: Document seq_open_private(), seq_release_private()Gravatar Rob Jones 1-0/+33
2014-08-16Merge tag 'locks-v3.17-2' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-1/+5
2014-08-14locks: update Locking documentation to clarify fl_release_private behaviorGravatar Jeff Layton 1-1/+5
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-16/+25
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 2-61/+37
2014-08-07exportfs: update Exporting documentationGravatar J. Bruce Fields 1-15/+23
2014-08-07VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode.Gravatar NeilBrown 1-1/+2
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+19
2014-08-04Merge tag 'for-f2fs-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-0/+5
2014-08-02update CIFS TODO listGravatar Steve French 1-61/+36
2014-08-02Add Pavel to contributor list in cifs AUTHORS fileGravatar Steve French 1-0/+1
2014-07-29f2fs: add nobarrier mount optionGravatar Jaegeuk Kim 1-0/+5
2014-07-18docs: Procfs -- Document timerfd outputGravatar Cyrill Gorcunov 1-0/+19
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsGravatar NeilBrown 1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-6/+12
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusGravatar Al Viro 1-2/+3
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+0
2014-06-09Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-4/+4
2014-06-06Documentation/filesystems/seq_file.txt: create_proc_entry deprecatedGravatar Fabian Frederick 1-0/+9
2014-06-06fs/fat/: add support for DOS 1.x formatted volumesGravatar Conrad Meyer 1-0/+5
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-4/+5
2014-06-04f2fs: avoid overflow when large directory feathure is enabledGravatar Chao Yu 1-4/+4
2014-05-30nfsd4: allow exotic read compoundsGravatar J. Bruce Fields 1-2/+0
2014-05-25Documentation: update /proc/stat "intr" count summaryGravatar Jan Moskyto Matejka 1-2/+3
2014-05-22doc: fix incorrect formula to calculate CommitLimit valueGravatar Petr Oros 1-1/+2
2014-05-06new methods: ->read_iter() and ->write_iter()Gravatar Al Viro 2-2/+10
2014-05-06pass iov_iter to ->direct_IO()Gravatar Al Viro 2-4/+2
2014-05-05doc: spelling error changesGravatar Carlos Garcia 2-3/+3
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+2
2014-04-07Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 3-8/+28
2014-04-07affs: add mount option to avoid filename truncatesGravatar Fabian Frederick 1-3/+6
2014-04-07proc: show mnt_id in /proc/pid/fdinfoGravatar Andrey Vagin 1-5/+12
2014-04-07mm: introduce vm_ops->map_pages()Gravatar Kirill A. Shutemov 1-0/+10
2014-04-07Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-5/+24
2014-04-07f2fs: introduce f2fs_issue_flush to avoid redundant flush issueGravatar Jaegeuk Kim 1-0/+4
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-1/+21