aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2021-11-30Merge tag 'v5.10.82' into v5.10/standard/baseBruce Ashfield
2021-11-26fs: export an inode_update_time helperJosef Bacik
2021-09-08Merge tag 'v5.10.63' into v5.10/standard/baseBruce Ashfield
2021-09-08new helper: inode_wrong_type()Al Viro
2021-06-15aufs5: aufs-baseBruce Ashfield
2021-06-09Revert "aufs5: aufs5-base"Bruce Ashfield
2021-06-09Revert "for aufs: linux-v5.10-rc1, no more vfs_(read|write)f_t"Bruce Ashfield
2021-04-20for aufs: linux-v5.10-rc1, no more vfs_(read|write)f_tJ. R. Okajima
2020-12-30Merge tag 'v5.10.4' into v5.10/standard/baseBruce Ashfield
2020-12-30fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li
2020-12-17aufs5: aufs5-baseBruce Ashfield
2020-11-13Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-11-10vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong
2020-11-10vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-23Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-16fs: do not update nr_thps for mappings which support THPsMatthew Wilcox (Oracle)
2020-10-16fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-15vfs: move the generic write and copy checks out of mmDarrick J. Wong
2020-10-15vfs: move the remap range helpers to remap_range.cDarrick J. Wong
2020-10-14vfs: move generic_remap_checks out of mmDarrick J. Wong
2020-10-13mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEEDYafang Shao
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge tag 'for-5.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-07fs: remove no longer used dio_end_io()Goldwyn Rodrigues
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden
2020-10-05fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enumKees Cook
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook
2020-10-03iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig
2020-09-30fs: align IOCB_* flags with RWF_* flagsJens Axboe
2020-09-30io_uring: move io_uring_get_socket() into io_uring.hJens Axboe
2020-09-26fs: move vfs_fstatat out of lineChristoph Hellwig
2020-09-26fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatatChristoph Hellwig
2020-09-26fs: remove vfs_statx_fdChristoph Hellwig
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-09-24fs: remove the unused SB_I_MULTIROOT flagChristoph Hellwig
2020-09-10fs: Add standard casefolding supportDaniel Rosenberg
2020-09-08fs: don't allow splice read/write without explicit opsChristoph Hellwig
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-12hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsemMike Kravetz
2020-08-11fs: RWF_NOWAIT should imply IOCB_NOIOJens Axboe
2020-08-10Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds