summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-3/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+2
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-8/+1
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-5/+3
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-8/+34
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-7/+13
2023-06-24Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-6/+0
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara1-1/+1
2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein1-5/+28
2023-06-19fs: use a helper for opening kernel internal filesAmir Goldstein1-0/+2
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein1-3/+4
2023-06-13Remove file->f_op->sendpageDavid Howells1-1/+0
2023-06-12fs: remove the now unused FMODE_* flagsChristoph Hellwig1-7/+0
2023-06-12fs: remove sb->s_modeChristoph Hellwig1-1/+0
2023-06-12fs: Fix comment typoMao Zhu1-1/+1
2023-06-10fs: factor out a direct_write_fallback helperChristoph Hellwig1-0/+2
2023-06-10filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig1-5/+0
2023-06-09splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells1-0/+1
2023-06-09splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells1-2/+0
2023-06-05fs: add a method to shut down the file systemChristoph Hellwig1-0/+1
2023-06-05fs.h: Optimize file struct to prevent false sharingchenzhiyin1-5/+11
2023-05-30fs: Drop wait_unfrozen wait queueJan Kara1-1/+0
2023-05-29Revert "module: error out early on concurrent load of the same module file"Linus Torvalds1-6/+0
2023-05-26module: error out early on concurrent load of the same module fileLinus Torvalds1-0/+6
2023-05-24splice: Remove generic_file_splice_read()David Howells1-2/+0
2023-05-24splice: Rename direct_splice_read() to copy_splice_read()David Howells1-3/+3
2023-05-17fs: fix undefined behavior in bit shift for SB_NOUSERHao Ge1-21/+21
2023-04-29Merge tag 'iomap-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+14
2023-04-26Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-0/+3
2023-04-25Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2023-04-21fs.h: Add TRACE_IOCB_STRINGS for use in trace pointsRitesh Harjani (IBM)1-0/+14
2023-04-03fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe1-0/+3
2023-03-30nfs: use vfs setgid helperChristian Brauner1-0/+2
2023-03-06__blockdev_direct_IO(): get rid of submit_io callbackAl Viro1-2/+2
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2023-02-23Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+6
2023-02-21splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPEDavid Howells1-0/+3
2023-02-21splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells1-0/+3
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-90/+84
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner1-10/+4
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner1-11/+10
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-23/+14
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner1-8/+16
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner1-5/+5
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-10/+13
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-1/+1