This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 83a7eefedc9b Linux 6.10-rc3 new 0c07c273a5fe debugfs: continue to ignore unknown mount options new db003a28e03f netfs: fix kernel doc for nets_wait_for_outstanding_io() new ed7ee6a69f92 statx: Update offset commentary for struct statx new cc5ac966f261 cachefiles: add output string to cachefiles_obj_[get|put]_ [...] new 0fc75c5940fa cachefiles: remove requests from xarray during flushing requests new de3e26f9e5b7 cachefiles: fix slab-use-after-free in cachefiles_ondemand [...] new da4a82741606 cachefiles: fix slab-use-after-free in cachefiles_ondemand [...] new 3e6d704f02aa cachefiles: remove err_put_fd label in cachefiles_ondemand [...] new a26dc49df37e cachefiles: add consistency check for copen/cread new 0a790040838c cachefiles: add spin_lock for cachefiles_ondemand_info new 4988e35e95fc cachefiles: never get a new anonymous fd if ondemand_id is valid new 4b4391e77a6b cachefiles: defer exposing anon_fd until after copy_to_use [...] new 4f8703fb3482 cachefiles: Set object to close if ondemand_id < 0 in copen new 85e833cd7243 cachefiles: flush all requests after setting CACHEFILES_DEAD new bc9dde615546 cachefiles: make on-demand read killable new a82c13d29985 Merge patch series "cachefiles: some bugfixes and cleanups [...] new ed8c7fbdfe11 fs/file: fix the check in find_next_fd() new 3d117494e2a8 cachefiles: remove unneeded include of <linux/fdtable.h> new 0841ea4a3b41 iomap: keep on increasing i_size in iomap_write_end() new f5ceb1bbc98c iomap: Fix iomap_adjust_read_range for plen calculation new 2ef5971ff345 Merge tag 'vfs-6.10-rc4.fixes' of git://git.kernel.org/pub [...]
The 21 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/cachefiles/daemon.c | 3 +- fs/cachefiles/internal.h | 5 + fs/cachefiles/ondemand.c | 218 ++++++++++++++++++++++++++++---------- fs/debugfs/inode.c | 10 +- fs/file.c | 4 +- fs/iomap/buffered-io.c | 56 +++++----- include/linux/netfs.h | 2 +- include/trace/events/cachefiles.h | 8 +- include/uapi/linux/stat.h | 2 +- 9 files changed, 215 insertions(+), 93 deletions(-)