summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* fs: export sget_dev()Christian Brauner2023-08-311-0/+1
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-1/+1
|\
| * fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigat...Zhu, Lipeng2023-08-181-1/+1
* | Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-281-2/+33
|\ \
| * | fs: add IOCB flags related to passing back dio completionsJens Axboe2023-08-011-2/+33
| |/
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-6/+12
|\ \
| * \ Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner2023-08-231-5/+10
| |\ \
| | * | fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong2023-07-171-5/+10
| | |/
| * | super: wait until we passed kill superChristian Brauner2023-08-211-0/+1
| * | super: wait for nascent superblocksChristian Brauner2023-08-211-0/+1
| * | fs: remove get_superChristoph Hellwig2023-08-211-1/+0
| |/
* | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-281-6/+54
|\ \
| * | fs: create kiocb_{start,end}_write() helpersAmir Goldstein2023-08-211-0/+36
| * | fs: add kerneldoc to file_{start,end}_write() helpersAmir Goldstein2023-08-211-1/+14
| * | vfs: fix up the assert in i_readcount_decMateusz Guzik2023-08-151-2/+1
| * | fs: Pass argument to fcntl_setlease as intLuca Vizzarro2023-07-101-2/+2
| * | fcntl: Cast commands with int args explicitlyLuca Vizzarro2023-07-101-1/+1
| |/
* | Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-0/+18
|\ \
| * | libfs: Add directory operations for stable offsetsChuck Lever2023-08-091-0/+18
| |/
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-6/+94
|\ \
| * | fs: add infrastructure for multigrain timestampsJeff Layton2023-08-111-2/+44
| * | fs: drop the timespec64 argument from update_timeJeff Layton2023-08-111-2/+2
| * | fs: drop the timespec64 arg from generic_update_timeJeff Layton2023-08-091-1/+2
| * | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * | fs: rename i_ctime field to __i_ctimeJeff Layton2023-07-241-3/+3
| * | fs: new helper: simple_rename_timestampJeff Layton2023-07-101-0/+2
| * | fs: add ctime accessors infrastructureJeff Layton2023-07-101-1/+44
| |/
* / vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-1/+7
|/
* Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-291-1/+0
|\
| * fs: Drop wait_unfrozen wait queueJan Kara2023-05-301-1/+0
* | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-3/+1
|\ \
| * | Remove file->f_op->sendpageDavid Howells2023-06-121-1/+0
| * | splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells2023-06-081-0/+1
| * | splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells2023-06-081-2/+0
* | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-5/+2
|\ \ \
| * | | Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-231-6/+0
| |\| |
| * | | fs: factor out a direct_write_fallback helperChristoph Hellwig2023-06-091-0/+2
| * | | filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig2023-06-091-5/+0
* | | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-8/+1
|\ \ \ \
| * | | | fs: remove the now unused FMODE_* flagsChristoph Hellwig2023-06-121-7/+0
| * | | | fs: remove sb->s_modeChristoph Hellwig2023-06-121-1/+0
| * | | | fs: add a method to shut down the file systemChristoph Hellwig2023-06-051-0/+1
* | | | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-5/+3
|\| | | |
| * | | | splice: Remove generic_file_splice_read()David Howells2023-05-241-2/+0
| * | | | splice: Rename direct_splice_read() to copy_splice_read()David Howells2023-05-241-3/+3
| | |_|/ | |/| |
* | | | Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-06-261-8/+34
|\ \ \ \
| * | | | fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein2023-06-191-5/+28
| * | | | fs: use a helper for opening kernel internal filesAmir Goldstein2023-06-191-0/+2
| * | | | fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein2023-06-191-3/+4
| |/ / /
* | | | Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-06-261-7/+13
|\ \ \ \ | |_|_|/ |/| | |