summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2024-11-08mount: warn only once about timestamp range expirationAnthony Iliopoulos
2024-11-08fs: explicitly unregister per-superblock BDIsChristoph Hellwig
2024-09-04vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng
2024-04-13fs: add a vfs_fchmod helperChristoph Hellwig
2024-04-13fs: add a vfs_fchown helperChristoph Hellwig
2024-03-26io_uring/unix: drop usage of io_uring socketJens Axboe
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche
2024-02-23fs: add mode_strip_sgid() helperYang Xu
2023-12-08ovl: skip overlayfs superblocks at global syncKonstantin Khlebnikov
2023-06-05fs: fix undefined behavior in bit shift for SB_NOUSERHao Ge
2023-01-18libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita
2022-09-05io_uring: disable polling pollfree filesPavel Begunkov
2021-01-30writeback: Drop I_DIRTY_TIME_EXPIREJan Kara
2020-09-03writeback: Avoid skipping inode writebackJan Kara
2020-05-20gcc-10 warnings: fix low-hanging fruitLinus Torvalds
2020-03-25futex: Fix inode life-time issuePeter Zijlstra
2019-12-17compat_ioctl: add compat_ptr_ioctl()Arnd Bergmann
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-09-24mm,thp: avoid writes to file with THP in pagecacheSong Liu
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-09-18Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-18Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2019-08-30fs: Export generic_fadvise()Jan Kara
2019-08-30vfs: Add timestamp_truncate() apiDeepa Dinamani
2019-08-30vfs: Add file timestamp range supportDeepa Dinamani
2019-08-20vfs: don't allow writes to swap filesDarrick J. Wong
2019-08-19locks: create a new notifier chain for lease attemptsJeff Layton
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers
2019-07-30loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara
2019-07-28fs-verity: add inode and superblock fieldsEric Biggers
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds
2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-07-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-10Merge tag 'locks-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus Torvalds
2019-07-03locks: Cleanup lm_compare_owner and lm_owner_keyBenjamin Coddington
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
2019-06-20mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler
2019-06-19locks: eliminate false positive conflicts for write leaseAmir Goldstein
2019-06-09vfs: introduce file_modified() helperAmir Goldstein
2019-06-09vfs: add missing checks to copy_file_rangeAmir Goldstein
2019-06-09vfs: introduce generic_file_rw_checks()Amir Goldstein
2019-06-09vfs: introduce generic_copy_file_range()Dave Chinner
2019-06-08docs: fs: fix broken links to vfs.txt with was renamed to vfs.rstMauro Carvalho Chehab
2019-05-28fanotify: Disallow permission events for proc filesystemJan Kara
2019-05-25vfs: Kill sget_userns()David Howells