summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-13fs: add a vfs_fchmod helperChristoph Hellwig1-0/+1
2024-04-13fs: add a vfs_fchown helperChristoph Hellwig1-0/+2
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche1-0/+2
2023-12-08ovl: skip overlayfs superblocks at global syncKonstantin Khlebnikov1-0/+2
2023-01-18libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita1-2/+10
2021-12-08fs: add fget_many() and fput_many()Jens Axboe1-1/+3
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-07-28mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler1-0/+2
2019-05-08fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov1-0/+4
2019-05-02aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds1-1/+7
2018-11-13fsnotify: Fix busy inodes during unmountJan Kara1-0/+3
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein1-14/+3
2018-08-30vfs: add the fadvise() file operationAmir Goldstein1-0/+5
2018-08-24namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-0/+2
2018-08-22Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-14/+15
2018-08-18mpage: mpage_readpages() should submit IO as read-aheadJens Axboe1-0/+4
2018-08-18vfs: discard ATTR_ATTR_FLAGNeilBrown1-1/+0
2018-08-14Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+3
2018-08-14Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+16
2018-08-14Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-8/+9
2018-08-03new helper: inode_fake_hash()Al Viro1-0/+11
2018-08-03new primitive: discard_new_inode()Al Viro1-1/+5
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2018-07-18vfs: remove open_flags from d_real()Miklos Szeredi1-1/+1
2018-07-18Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi1-12/+1
2018-07-18Revert "vfs: add flags to d_real()"Miklos Szeredi1-1/+1
2018-07-18Revert "vfs: update ovl inode before relatime check"Miklos Szeredi1-0/+1
2018-07-18vfs: export vfs_dedupe_file_range_one() to modulesMiklos Szeredi1-0/+4
2018-07-18vfs: export vfs_ioctl() to modulesMiklos Szeredi1-0/+2
2018-07-18vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi1-0/+3
2018-07-18Merge branch 'dedupe-cleanup' into overlayfs-nextMiklos Szeredi1-1/+1
2018-07-12new helper: open_with_fake_path()Al Viro1-0/+2
2018-07-12kill FILE_{CREATED,OPENED}Al Viro1-4/+0
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro1-1/+1
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro1-2/+1
2018-07-12introduce FMODE_CREATED and switch to itAl Viro1-0/+1
2018-07-12introduce FMODE_OPENEDAl Viro1-0/+2
2018-07-11drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro1-0/+1
2018-07-11turn filp_clone_open() into inline wrapper for dentry_open()Al Viro1-1/+4
2018-07-09fs: shave 8 bytes off of struct inodeAmir Goldstein1-2/+3
2018-07-07vfs: dedupe: rationalize argsMiklos Szeredi1-1/+1
2018-07-07vfs: dedupe: return intMiklos Szeredi1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-2/+0
2018-06-18removed extra extern file_fdatawait_rangeVasily Averin1-2/+0
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-11/+13
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+14
2018-06-07Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+4