summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner
2023-08-21super: wait until we passed kill superChristian Brauner
2023-08-21super: wait for nascent superblocksChristian Brauner
2023-08-21fs: create kiocb_{start,end}_write() helpersAmir Goldstein
2023-08-21fs: add kerneldoc to file_{start,end}_write() helpersAmir Goldstein
2023-08-21fs: remove get_superChristoph Hellwig
2023-08-18fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigat...Zhu, Lipeng
2023-08-15vfs: fix up the assert in i_readcount_decMateusz Guzik
2023-08-11fs: add infrastructure for multigrain timestampsJeff Layton
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton
2023-08-09libfs: Add directory operations for stable offsetsChuck Lever
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-08-01fs: add IOCB flags related to passing back dio completionsJens Axboe
2023-07-24fs: rename i_ctime field to __i_ctimeJeff Layton
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong
2023-07-10fs: Pass argument to fcntl_setlease as intLuca Vizzarro
2023-07-10fcntl: Cast commands with int args explicitlyLuca Vizzarro
2023-07-10fs: new helper: simple_rename_timestampJeff Layton
2023-07-10fs: add ctime accessors infrastructureJeff Layton
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara
2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein
2023-06-19fs: use a helper for opening kernel internal filesAmir Goldstein
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein
2023-06-12Remove file->f_op->sendpageDavid Howells
2023-06-12fs: remove the now unused FMODE_* flagsChristoph Hellwig
2023-06-12fs: remove sb->s_modeChristoph Hellwig
2023-06-12fs: Fix comment typoMao Zhu
2023-06-09fs: factor out a direct_write_fallback helperChristoph Hellwig
2023-06-09filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig
2023-06-08splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells
2023-06-08splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells
2023-06-05fs: add a method to shut down the file systemChristoph Hellwig
2023-06-05fs.h: Optimize file struct to prevent false sharingchenzhiyin
2023-05-30fs: Drop wait_unfrozen wait queueJan Kara
2023-05-29Revert "module: error out early on concurrent load of the same module file"Linus Torvalds
2023-05-25module: error out early on concurrent load of the same module fileLinus Torvalds
2023-05-24splice: Remove generic_file_splice_read()David Howells