aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-3/+37
2015-07-04dax: Add block size note to documentationGravatar Matthew Wilcox 1-2/+4
2015-07-01fs/file.c: don't acquire files->file_lock in fd_install()Gravatar Eric Dumazet 1-0/+4
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+6
2015-06-27Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-40/+4
2015-06-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-1/+4
2015-06-24Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Gravatar Linus Torvalds 3-11/+17
2015-06-23Merge branch 'fscache-fixes' into for-nextGravatar Al Viro 2-1/+29
2015-06-08Documentation: filesystems: updated struct file_operations documentation in v...Gravatar Thomas de Beauchene 1-6/+11
2015-06-05vfs: Minor documentation fixGravatar Andreas Gruenbacher 1-4/+4
2015-06-01xfs: fix kernel version in docsGravatar Fanael Linithien 1-6/+6
2015-05-18quota: Update documentationGravatar Jan Kara 1-1/+4
2015-05-15Documentation: remove outdated information from automount-support.txtGravatar NeilBrown 1-38/+13
2015-05-15update Documentation/filesystems/ regarding the follow_link/put_link changesGravatar Al Viro 2-8/+27
2015-05-11switch ->put_link() from dentry to inodeGravatar Al Viro 2-2/+2
2015-05-10don't pass nameidata to ->follow_link()Gravatar Al Viro 2-2/+2
2015-05-10new ->follow_link() and ->put_link() calling conventionsGravatar Al Viro 2-4/+4
2015-05-07docs: add VmPMD description in procGravatar Chen Hanxiao 1-0/+1
2015-05-07Docs: proc: fix kernel versionGravatar Chen Hanxiao 1-1/+1
2015-05-04Documentation: remove overloads-avoided counter from knfsd-stats.txtGravatar Scott Mayhew 1-40/+4
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-20/+9
2015-04-22Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-3/+6
2015-04-18Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-0/+6
2015-04-18Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Gravatar Linus Torvalds 1-3/+3
2015-04-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+12
2015-04-17proc: show locks in /proc/pid/fdinfo/XGravatar Andrey Vagin 1-0/+4
2015-04-17docs: add missing and new /proc/PID/status file entries, fix typosGravatar Nathan Scott 1-3/+8
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+2
2015-04-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+8
2015-04-15mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPGravatar Boaz Harrosh 1-0/+8
2015-04-15rdma: replace deprecated ifconfig in docGravatar Stephen Hemminger 1-3/+6
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 2-2/+2
2015-04-11->aio_read and ->aio_write removedGravatar Al Viro 3-8/+3
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-0/+9
2015-04-10f2fs: enable inline data by defaultGravatar Wanpeng Li 1-0/+2
2015-04-04doc: Add guest_nice column to example output of `cat /proc/stat'Gravatar Tobias Klauser 1-3/+3
2015-04-02FS-Cache: Count the number of initialised operationsGravatar David Howells 1-1/+2
2015-03-03f2fs: add a mount option for rb-tree extent cacheGravatar Chao Yu 1-0/+4
2015-02-28ocfs2: update web page + git tree in documentationGravatar Mark Fasheh 2-4/+4
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceGravatar David Howells 2-0/+27
2015-02-24xfs: remove deprecated mount optionsGravatar Eric Sandeen 1-20/+9
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneGravatar Al Viro 1-2/+0
2015-02-20Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Al Viro 1-0/+28
2015-02-16dax: does not work correctly with virtual aliasing cachesGravatar Matthew Wilcox 1-0/+3
2015-02-16ext4: add DAX functionalityGravatar Ross Zwisler 2-0/+5
2015-02-16dax: add dax_zero_page_rangeGravatar Matthew Wilcox 1-0/+1
2015-02-16ext2: get rid of most mentions of XIP in ext2Gravatar Matthew Wilcox 1-2/+3
2015-02-16vfs: remove get_xip_memGravatar Matthew Wilcox 2-10/+0
2015-02-16dax: replace XIP documentation with DAX documentationGravatar Matthew Wilcox 3-73/+92
2015-02-12Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-0/+6