aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2024-05-13Merge tag 'v5.10.211' into v5.10/standard/baseBruce Ashfield
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche
2023-12-18Merge tag 'v5.10.203' into v5.10/standard/baseBruce Ashfield
2023-12-08fs: add ctime accessors infrastructureJeff Layton
2023-06-05Merge tag 'v5.10.181' into v5.10/standard/baseBruce Ashfield
2023-05-30fs: fix undefined behavior in bit shift for SB_NOUSERHao Ge
2023-03-28Merge tag 'v5.10.176' into v5.10/standard/baseBruce Ashfield
2023-03-22fs: use consistent setgid checks in is_sxid()Christian Brauner
2023-03-22attr: use consistent sgid stripping checksAmir Goldstein
2023-03-22fs: add mode_strip_sgid() helperYang Xu
2023-01-25Merge tag 'v5.10.163' into v5.10/standard/baseBruce Ashfield
2023-01-14filelock: new helper: vfs_inode_has_locksJeff Layton
2023-01-14libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita
2022-12-19Merge tag 'v5.10.160' into v5.10/standard/baseBruce Ashfield
2022-12-19vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein
2022-11-16Merge tag 'v5.10.154' into v5.10/standard/baseBruce Ashfield
2022-11-10fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers
2022-09-09Merge tag 'v5.10.141' into v5.10/standard/baseBruce Ashfield
2022-09-05io_uring: disable polling pollfree filesPavel Begunkov
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