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