aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2022-01-25Merge tag 'v4.14.257' into v4.14/standard/baseBruce Ashfield
2021-12-08fs: add fget_many() and fput_many()Jens Axboe
2021-06-10Merge tag 'v4.14.218' into v4.14/standard/baseBruce Ashfield
2021-01-30writeback: Drop I_DIRTY_TIME_EXPIREJan Kara
2021-01-30fs: move I_DIRTY_INODE to fs.hChristoph Hellwig
2020-10-20Merge tag 'v4.14.196' into v4.14/standard/baseBruce Ashfield
2020-09-03writeback: Avoid skipping inode writebackJan Kara
2020-05-28Merge tag 'v4.14.181' into v4.14/standard/baseBruce Ashfield
2020-05-20gcc-10 warnings: fix low-hanging fruitLinus Torvalds
2020-04-14Merge tag 'v4.14.175' into v4.14/standard/baseBruce Ashfield
2020-04-02futex: Fix inode life-time issuePeter Zijlstra
2019-09-15Merge tag 'v4.14.135' into v4.14/standard/baseBruce Ashfield
2019-09-15Merge tag 'v4.14.125' into v4.14/standard/baseBruce Ashfield
2019-07-31mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler
2019-06-11fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-05-21Merge tag 'v4.14.114' into v4.14/standard/baseBruce Ashfield
2019-04-27iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong
2019-01-10Merge tag 'v4.14.85' into v4.14/standard/baseBruce Ashfield
2019-01-10Merge tag 'v4.14.80' into v4.14/standard/baseBruce Ashfield
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca
2018-11-10vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein
2018-03-26Merge tag 'v4.14.29' into v4.14/standard/baseBruce Ashfield
2018-03-26Merge tag 'v4.14.25' into v4.14/standard/baseBruce Ashfield
2018-03-21fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman
2018-03-08dax: fix vma_is_fsdax() helperDan Williams
2018-02-01aufs4: base supportBruce Ashfield
2017-12-05autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent
2017-12-05mm: introduce get_user_pages_longtermDan Williams
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-03include/linux/fs.h: fix comment about struct address_spaceMike Rapoport
2017-09-14vfs: constify path argument to kernel_read_file_from_pathMimi Zohar
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-08autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-06include/linux/fs.h: remove unneeded forward definition of mm_structJeff Layton
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-09-06Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-04fs: unexport vfs_readv and vfs_writevChristoph Hellwig
2017-09-04fs: unexport __vfs_read/__vfs_writeChristoph Hellwig
2017-09-04fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig