summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-12-251-2/+1
|\
| * fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li2020-12-101-2/+1
* | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-0/+1
|\ \
| * | libfs: Add generic function for setting dentry_opsDaniel Rosenberg2020-12-021-0/+1
* | | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-4/+1
|\ \ \
| * | | block: remove i_bdevChristoph Hellwig2020-12-011-1/+0
| * | | fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig2020-12-011-3/+1
| | |/ | |/|
* | | Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-12-151-3/+2
|\ \ \
| * | | epoll: take epitem list out of struct fileAl Viro2020-10-251-3/+2
| * | | convert ->f_ep_links/->fllink to hlistAl Viro2020-10-251-1/+1
* | | | mm/gup: remove the vma allocation from gup_longterm_locked()Jason Gunthorpe2020-12-151-1/+1
| |/ / |/| |
* | | Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-11-131-11/+27
|\ \ \ | |_|/ |/| |
| * | vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong2020-11-101-3/+18
| * | vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong2020-11-101-10/+11
| |/
* / fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-1/+1
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-17/+5
|\
| * fs: move vfs_fstatat out of lineChristoph Hellwig2020-09-261-7/+2
| * fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatatChristoph Hellwig2020-09-261-9/+7
| * fs: remove vfs_statx_fdChristoph Hellwig2020-09-261-6/+1
* | Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-231-6/+2
|\ \
| * | vfs: move the generic write and copy checks out of mmDarrick J. Wong2020-10-151-3/+0
| * | vfs: move the remap range helpers to remap_range.cDarrick J. Wong2020-10-151-3/+0
| * | vfs: move generic_remap_checks out of mmDarrick J. Wong2020-10-141-0/+2
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-2/+0
|\ \ \
| * | | fs: don't allow splice read/write without explicit opsChristoph Hellwig2020-09-081-2/+0
| | |/ | |/|
* | | Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-161-0/+16
|\ \ \
| * | | fs: Add standard casefolding supportDaniel Rosenberg2020-09-101-0/+16
| | |/ | |/|
* | | fs: do not update nr_thps for mappings which support THPsMatthew Wilcox (Oracle)2020-10-161-27/+0
* | | fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)2020-10-161-0/+1
* | | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-39/+0
|\ \ \
| * | | fs/kernel_read_file: Split into separate include fileScott Branden2020-10-051-38/+0
| * | | fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enumKees Cook2020-10-051-2/+1
| * | | fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook2020-10-051-1/+1
| |/ /
* | | mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEEDYafang Shao2020-10-131-0/+4
* | | Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-27/+19
|\ \ \
| * | | fs: align IOCB_* flags with RWF_* flagsJens Axboe2020-09-301-18/+19
| * | | io_uring: move io_uring_get_socket() into io_uring.hJens Axboe2020-09-301-9/+0
| |/ /
* | | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-1/+1
|\ \ \
| * | | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-0/+1
| * | | fs: remove the unused SB_I_MULTIROOT flagChristoph Hellwig2020-09-241-1/+0
| |/ /
* | | Merge tag 'for-5.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2020-10-131-2/+0
|\ \ \
| * | | fs: remove no longer used dio_end_io()Goldwyn Rodrigues2020-10-071-2/+0
| |/ /
* | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-13/+0
|\ \ \ | |/ / |/| |
| * | iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig2020-10-031-13/+0
| |/
* | Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-281-2/+5
|\ \ | |/ |/|
| * writeback: Drop I_DIRTY_TIME_EXPIREJan Kara2020-06-151-1/+0
| * writeback: Avoid skipping inode writebackJan Kara2020-06-151-2/+6
* | Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-161-1/+1
|\ \
| * | fs: RWF_NOWAIT should imply IOCB_NOIOJens Axboe2020-08-111-1/+1
* | | hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsemMike Kravetz2020-08-121-0/+10