summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-071-0/+4
|\
| * vfs: factor out inode_insert5()Miklos Szeredi2018-05-311-0/+4
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-051-2/+2
|\ \
| * | fs, fscrypt: only define ->s_cop when FS_ENCRYPTION is enabledEric Biggers2018-05-201-2/+2
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-06-051-0/+5
|\ \
| * | vfs: add the sb_start_intwrite_trylock() helperAmir Goldstein2018-05-131-0/+5
| |/
* | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-0/+2
|\ \
| * | fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig2018-05-261-0/+2
| |/
* | Merge tag 'locks-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-06-041-1/+1
|\ \
| * | fasync: Fix deadlock between task-context and interrupt-context kill_fasync()Kirill Tkhai2018-05-011-1/+1
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-041-1/+1
|\ \
| * | fs.h: fix outdated comment about file flagsLi Qiang2018-05-171-1/+1
| |/
* / block: don't print a message when the device went awayChristoph Hellwig2018-05-291-1/+1
|/
* Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-121-0/+6
|\
| * buffer.c: call thaw_super during emergency thawMateusz Guzik2018-03-191-0/+6
* | Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-04-121-1/+1
|\ \
| * | vfs: Remove the const from dir_context::actorDavid Howells2018-04-091-1/+1
* | | page cache: use xa_lockMatthew Wilcox2018-04-111-4/+4
* | | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-101-0/+4
|\ \ \ | |/ / |/| |
| * | Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams2018-04-091-0/+4
| |\ \
| | * | fs, dax: prepare for dax-specific address_space_operationsDan Williams2018-03-301-0/+4
* | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-0/+2
|\ \ \ \
| * | | | ima: fail file signature verification on non-init mounted filesystemsMimi Zohar2018-03-231-0/+2
| |/ / /
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-2/+3
|\ \ \ \
| * | | | fs: move I_DIRTY_INODE to fs.hChristoph Hellwig2018-03-281-1/+2
| * | | | vfs: make sure struct filename->iname is word-alignedRasmus Villemoes2018-03-191-1/+1
* | | | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-6/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | direct-io: Remove unused DIO_SKIP_DIO_COUNT logicNikolay Borisov2018-03-121-3/+0
| * | | | direct-io: Remove unused DIO_ASYNC_EXTEND flagNikolay Borisov2018-03-121-3/+0
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-03-151-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman2018-03-151-0/+1
| |/ /
* / / dax: fix vma_is_fsdax() helperDan Williams2018-02-261-1/+1
|/ /
* | Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-311-0/+6
|\ \
| * | xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong2018-01-291-0/+5
| * | iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong2018-01-081-0/+1
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-2/+3
|\ \ \
| * | | fs: fold __inode_permission() into inode_permission()Eric Biggers2018-01-251-1/+0
| * | | fs: add RWF_APPENDJürg Billeter2018-01-251-0/+2
| * | | VFS: don't keep disconnected dentries on d_anonNeilBrown2017-12-251-1/+1
* | | | Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-01-301-0/+4
|\ \ \ \
| * | | | new primitive: vfs_mkobj()Al Viro2018-01-051-0/+4
| | |/ / | |/| |
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-1/+1
|\ \ \ \
| * | | | ->poll() methods should return __poll_tAl Viro2017-11-271-1/+1
| | |/ / | |/| |
* | | | fs: handle inode->i_version more efficientlyJeff Layton2018-01-291-1/+1
* | | | fs: new API for handling inode->i_versionJeff Layton2018-01-291-15/+0
| |/ / |/| |
* | | autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent2017-11-291-1/+2
* | | mm: introduce get_user_pages_longtermDan Williams2017-11-291-0/+14
* | | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
|/ /
* | Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-181-2/+2
|\ \
| * | nfs_common: convert int to boolCorentin Labbe2017-09-261-2/+2
| |/