Age | Commit message (Expand) | Author |
2023-06-29 | Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-06-26 | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds |
2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds |
2023-06-26 | Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds |
2023-06-26 | Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds |
2023-06-23 | Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes. | Andrew Morton |
2023-06-20 | fs: Provide helpers for manipulating sb->s_readonly_remount | Jan Kara |
2023-06-19 | fs: use backing_file container for internal files with "fake" f_path | Amir Goldstein |
2023-06-19 | fs: use a helper for opening kernel internal files | Amir Goldstein |
2023-06-19 | fs: rename {vfs,kernel}_tmpfile_open() | Amir Goldstein |
2023-06-12 | Remove file->f_op->sendpage | David Howells |
2023-06-12 | fs: remove the now unused FMODE_* flags | Christoph Hellwig |
2023-06-12 | fs: remove sb->s_mode | Christoph Hellwig |
2023-06-12 | fs: Fix comment typo | Mao Zhu |
2023-06-09 | fs: factor out a direct_write_fallback helper | Christoph Hellwig |
2023-06-09 | filemap: add a kiocb_invalidate_post_direct_write helper | Christoph Hellwig |
2023-06-08 | splice, net: Add a splice_eof op to file-ops and socket-ops | David Howells |
2023-06-08 | splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage() | David Howells |
2023-06-05 | fs: add a method to shut down the file system | Christoph Hellwig |
2023-06-05 | fs.h: Optimize file struct to prevent false sharing | chenzhiyin |
2023-05-30 | fs: Drop wait_unfrozen wait queue | Jan Kara |
2023-05-29 | Revert "module: error out early on concurrent load of the same module file" | Linus Torvalds |
2023-05-25 | module: error out early on concurrent load of the same module file | Linus Torvalds |
2023-05-24 | splice: Remove generic_file_splice_read() | David Howells |
2023-05-24 | splice: Rename direct_splice_read() to copy_splice_read() | David Howells |
2023-05-17 | fs: fix undefined behavior in bit shift for SB_NOUSER | Hao Ge |
2023-04-29 | Merge tag 'iomap-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2023-04-26 | Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds |
2023-04-24 | Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2023-04-21 | fs.h: Add TRACE_IOCB_STRINGS for use in trace points | Ritesh Harjani (IBM) |
2023-04-03 | fs: add FMODE_DIO_PARALLEL_WRITE flag | Jens Axboe |
2023-03-30 | nfs: use vfs setgid helper | Christian Brauner |
2023-03-05 | __blockdev_direct_IO(): get rid of submit_io callback | Al Viro |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-22 | Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2023-02-20 | splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPE | David Howells |
2023-02-20 | splice: Add a func to do a splice from a buffered file without ITER_PIPE | David Howells |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-01-19 | fs: port vfs{g,u}id helpers to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port fs{g,u}id helpers to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port i_{g,u}id_{needs_}update() to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port privilege checking helpers to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port inode_owner_or_capable() to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner |