summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
Commit message (Expand)AuthorAge
* Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-12
|\
| * buffer.c: call thaw_super during emergency thawMateusz Guzik2018-03-19
* | Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-04-12
|\ \
| * | vfs: Remove the const from dir_context::actorDavid Howells2018-04-09
* | | page cache: use xa_lockMatthew Wilcox2018-04-11
* | | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-10
|\ \ \ | |/ / |/| |
| * | Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams2018-04-09
| |\ \
| | * | fs, dax: prepare for dax-specific address_space_operationsDan Williams2018-03-30
* | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-07
|\ \ \ \
| * | | | ima: fail file signature verification on non-init mounted filesystemsMimi Zohar2018-03-23
| |/ / /
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-06
|\ \ \ \
| * | | | fs: move I_DIRTY_INODE to fs.hChristoph Hellwig2018-03-28
| * | | | vfs: make sure struct filename->iname is word-alignedRasmus Villemoes2018-03-19
* | | | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-05
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | direct-io: Remove unused DIO_SKIP_DIO_COUNT logicNikolay Borisov2018-03-12
| * | | | direct-io: Remove unused DIO_ASYNC_EXTEND flagNikolay Borisov2018-03-12
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-03-15
|\ \ \ \ | |_|/ / |/| | |
| * | | fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman2018-03-15
| |/ /
* | | dax: fix vma_is_fsdax() helperDan Williams2018-02-26
|/ /
* | Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-31
|\ \
| * | xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong2018-01-29
| * | iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong2018-01-08
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-31
|\ \ \
| * | | fs: fold __inode_permission() into inode_permission()Eric Biggers2018-01-25
| * | | fs: add RWF_APPENDJürg Billeter2018-01-25
| * | | VFS: don't keep disconnected dentries on d_anonNeilBrown2017-12-25
* | | | Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-01-30
|\ \ \ \
| * | | | new primitive: vfs_mkobj()Al Viro2018-01-05
| | |/ / | |/| |
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\ \ \ \
| * | | | ->poll() methods should return __poll_tAl Viro2017-11-27
| | |/ / | |/| |
* | | | fs: handle inode->i_version more efficientlyJeff Layton2018-01-29
* | | | fs: new API for handling inode->i_versionJeff Layton2018-01-29
| |/ / |/| |
* | | autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent2017-11-29
* | | mm: introduce get_user_pages_longtermDan Williams2017-11-29
* | | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
|/ /
* | Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-18
|\ \
| * | nfs_common: convert int to boolCorentin Labbe2017-09-26
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-17
|\ \
| * | include/linux/fs.h: fix comment about struct address_spaceMike Rapoport2017-11-05
| * | stubs for mount_bdev() and kill_block_super() in !CONFIG_BLOCK caseAl Viro2017-10-15
| * | make vfs_ustat() staticAl Viro2017-10-14
| |/
* | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-17
|\ \
| * | mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams2017-11-03
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-14
|\ \ \
| * | | fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2017-10-18
| | |/ | |/|
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-13
|\ \ \
| * | | integrity: use kernel_read_file_from_path() to read x509 certsChristoph Hellwig2017-11-08
| |/ /
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
| |/ |/|
* | include/linux/fs.h: fix comment about struct address_spaceMike Rapoport2017-10-03
|/
* vfs: constify path argument to kernel_read_file_from_pathMimi Zohar2017-09-14