aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-12direct-io: Remove unused DIO_SKIP_DIO_COUNT logicNikolay Borisov1-3/+0
2018-03-12direct-io: Remove unused DIO_ASYNC_EXTEND flagNikolay Borisov1-3/+0
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+6
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+3
2018-01-30Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+4
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-01-29xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong1-0/+5
2018-01-29fs: handle inode->i_version more efficientlyJeff Layton1-1/+1
2018-01-29fs: new API for handling inode->i_versionJeff Layton1-15/+0
2018-01-25fs: fold __inode_permission() into inode_permission()Eric Biggers1-1/+0
2018-01-25fs: add RWF_APPENDJürg Billeter1-0/+2
2018-01-08iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong1-0/+1
2018-01-05new primitive: vfs_mkobj()Al Viro1-0/+4
2017-12-25VFS: don't keep disconnected dentries on d_anonNeilBrown1-1/+1
2017-11-29autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent1-1/+2
2017-11-29mm: introduce get_user_pages_longtermDan Williams1-0/+14
2017-11-27->poll() methods should return __poll_tAl Viro1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+16
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+1
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-0/+2
2017-11-13Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1
2017-11-08integrity: use kernel_read_file_from_path() to read x509 certsChristoph Hellwig1-0/+1
2017-11-05include/linux/fs.h: fix comment about struct address_spaceMike Rapoport1-1/+1
2017-11-03mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers1-0/+2
2017-10-15stubs for mount_bdev() and kill_block_super() in !CONFIG_BLOCK caseAl Viro1-0/+16
2017-10-14make vfs_ustat() staticAl Viro1-1/+0
2017-10-03include/linux/fs.h: fix comment about struct address_spaceMike Rapoport1-1/+1
2017-09-26nfs_common: convert int to boolCorentin Labbe1-2/+2
2017-09-14vfs: constify path argument to kernel_read_file_from_pathMimi Zohar1-1/+1
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+38
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+3
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+1
2017-09-08autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent1-2/+1
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-2/+2
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+4
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2017-09-06include/linux/fs.h: remove unneeded forward definition of mm_structJeff Layton1-2/+0
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-4/+16
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+0
2017-09-06Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+7
2017-09-04fs: unexport vfs_readv and vfs_writevChristoph Hellwig1-2/+0
2017-09-04fs: unexport __vfs_read/__vfs_writeChristoph Hellwig1-1/+0
2017-09-04fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig1-1/+1