aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-2/+2
2018-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+5
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2018-06-04Merge tag 'locks-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-05-29block: don't print a message when the device went awayChristoph Hellwig1-1/+1
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig1-0/+2
2018-05-20fs, fscrypt: only define ->s_cop when FS_ENCRYPTION is enabledEric Biggers1-2/+2
2018-05-17fs.h: fix outdated comment about file flagsLi Qiang1-1/+1
2018-05-13vfs: add the sb_start_intwrite_trylock() helperAmir Goldstein1-0/+5
2018-05-01fasync: Fix deadlock between task-context and interrupt-context kill_fasync()Kirill Tkhai1-1/+1
2018-04-12Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2018-04-12Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-04-11page cache: use xa_lockMatthew Wilcox1-4/+4
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+4
2018-04-09vfs: Remove the const from dir_context::actorDavid Howells1-1/+1
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams1-0/+4
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+2
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+3
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+0
2018-03-30fs, dax: prepare for dax-specific address_space_operationsDan Williams1-0/+4
2018-03-28fs: move I_DIRTY_INODE to fs.hChristoph Hellwig1-1/+2
2018-03-23ima: fail file signature verification on non-init mounted filesystemsMimi Zohar1-0/+2
2018-03-19buffer.c: call thaw_super during emergency thawMateusz Guzik1-0/+6
2018-03-19vfs: make sure struct filename->iname is word-alignedRasmus Villemoes1-1/+1
2018-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2018-03-15fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman1-0/+1
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-02-26dax: fix vma_is_fsdax() helperDan Williams1-1/+1
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