summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-1/+16
|\ \
| * | include/linux/fs.h: fix comment about struct address_spaceMike Rapoport2017-11-051-1/+1
| * | stubs for mount_bdev() and kill_block_super() in !CONFIG_BLOCK caseAl Viro2017-10-151-0/+16
| * | make vfs_ustat() staticAl Viro2017-10-141-1/+0
| |/
* | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-0/+1
|\ \
| * | mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams2017-11-031-0/+1
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-0/+2
|\ \ \
| * | | fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2017-10-181-0/+2
| | |/ | |/|
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-131-0/+1
|\ \ \
| * | | integrity: use kernel_read_file_from_path() to read x509 certsChristoph Hellwig2017-11-081-0/+1
| |/ /
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/ |/|
* | include/linux/fs.h: fix comment about struct address_spaceMike Rapoport2017-10-031-1/+1
|/
* vfs: constify path argument to kernel_read_file_from_pathMimi Zohar2017-09-141-1/+1
* Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-141-3/+3
|\
| * fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-041-3/+3
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-10/+38
|\ \
| * | VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells2017-07-171-9/+36
| * | vfs: Add sb_rdonly(sb) to query the MS_RDONLY flag on s_flagsDavid Howells2017-07-171-1/+2
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-6/+3
|\ \ \
| * | | fs: unexport vfs_readv and vfs_writevChristoph Hellwig2017-09-041-2/+0
| * | | fs: unexport __vfs_read/__vfs_writeChristoph Hellwig2017-09-041-1/+0
| * | | fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig2017-09-041-1/+1
| * | | fs: fix kernel_write prototypeChristoph Hellwig2017-09-041-1/+1
| * | | fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-1/+1
| | |/ | |/|
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-131-1/+1
|\ \ \
| * | | vfs: add flags to d_real()Miklos Szeredi2017-09-041-1/+1
* | | | autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent2017-09-081-2/+1
* | | | lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-2/+2
* | | | Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-071-0/+4
|\ \ \ \
| * | | | fs: Provide __inode_get_bytes()Jan Kara2017-08-171-0/+4
| |/ / /
* | | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-0/+1
|\ \ \ \
| * | | | block: cache the partition index in struct block_deviceChristoph Hellwig2017-08-231-0/+1
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-2/+0
|\ \ \ \
| * | | | include/linux/fs.h: remove unneeded forward definition of mm_structJeff Layton2017-09-061-2/+0
* | | | | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-4/+16
|\ \ \ \ \
| * | | | | mm: remove optimizations based on i_size in mapping writeback waitsJeff Layton2017-08-011-1/+6
| * | | | | mm: add file_fdatawait_range and file_write_and_waitJeff Layton2017-07-311-1/+10
| * | | | | Documentation: add some docs for errseq_tJeff Layton2017-07-291-2/+0
| | |_|_|/ | |/| | |
* | | | | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-1/+0
|\ \ \ \ \
| * | | | | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-1/+0
| |/ / / /
* | | | | Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-09-061-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | xfs: evict all inodes involved with log redo itemDarrick J. Wong2017-09-011-0/+1
| | |/ / | |/| |
* | | | Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-051-3/+7
|\ \ \ \
| * \ \ \ Merge 4.13-rc7 into char-misc-nextGreg Kroah-Hartman2017-08-281-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman2017-07-231-8/+9
| |\ \ \ \ | | | |/ / | | |/| |
OpenPOWER on IntegriCloud