summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-08fs: add fget_many() and fput_many()Jens Axboe1-1/+3
2021-01-30writeback: Drop I_DIRTY_TIME_EXPIREJan Kara1-1/+0
2021-01-30fs: move I_DIRTY_INODE to fs.hChristoph Hellwig1-1/+2
2020-09-03writeback: Avoid skipping inode writebackJan Kara1-2/+6
2020-05-20gcc-10 warnings: fix low-hanging fruitLinus Torvalds1-1/+1
2020-04-02futex: Fix inode life-time issuePeter Zijlstra1-0/+1
2019-07-31mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler1-0/+2
2019-06-11fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov1-0/+4
2019-04-27iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong1-0/+1
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-0/+2
2018-11-10vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein1-14/+3
2018-03-21fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman1-0/+1
2018-03-09dax: fix vma_is_fsdax() helperDan Williams1-1/+1
2017-12-05autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent1-1/+2
2017-12-05mm: introduce get_user_pages_longtermDan Williams1-0/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-04include/linux/fs.h: fix comment about struct address_spaceMike Rapoport1-1/+1
2017-09-15vfs: constify path argument to kernel_read_file_from_pathMimi Zohar1-1/+1
2017-09-15Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-10/+38
2017-09-15Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+3
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2017-09-09autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent1-2/+1
2017-09-09lib/interval_tree: fast overlap detectionDavidlohr Bueso1-2/+2
2017-09-08Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2017-09-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2017-09-07include/linux/fs.h: remove unneeded forward definition of mm_structJeff Layton1-2/+0
2017-09-07Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-4/+16
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+0
2017-09-06Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+7
2017-09-05fs: unexport vfs_readv and vfs_writevChristoph Hellwig1-2/+0
2017-09-05fs: unexport __vfs_read/__vfs_writeChristoph Hellwig1-1/+0
2017-09-05fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig1-1/+1
2017-09-05fs: fix kernel_write prototypeChristoph Hellwig1-1/+1
2017-09-05fs: fix kernel_read prototypeChristoph Hellwig1-1/+1
2017-09-05fs: support RWF_NOWAIT for buffered readsChristoph Hellwig1-3/+3
2017-09-04vfs: add flags to d_real()Miklos Szeredi1-1/+1
2017-09-01xfs: evict all inodes involved with log redo itemDarrick J. Wong1-0/+1
2017-09-01annotate RWF_... flagsChristoph Hellwig1-5/+7
2017-08-28Merge 4.13-rc7 into char-misc-nextGreg Kroah-Hartman1-2/+2
2017-08-27Clarify (and fix) MAX_LFS_FILESIZE macrosLinus Torvalds1-2/+2
2017-08-23block: cache the partition index in struct block_deviceChristoph Hellwig1-0/+1
2017-08-17fs: Provide __inode_get_bytes()Jan Kara1-0/+4
2017-08-01mm: remove optimizations based on i_size in mapping writeback waitsJeff Layton1-1/+6
2017-08-01mm: add file_fdatawait_range and file_write_and_waitJeff Layton1-1/+10
2017-07-29Documentation: add some docs for errseq_tJeff Layton1-2/+0
2017-07-24Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman1-8/+9
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+9