This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f00654007fe1 Merge tag 'folio-6.0' of git://git.infradead.org/users/wil [...] new 20aac6c60981 __follow_mount_rcu(): verify that mount_lock remains unchanged new 82ef069805a3 namei: get rid of pointless unlikely(read_seqcount_retry(...)) new 51c6546c30ea follow_dotdot{,_rcu}(): change calling conventions new 7e4745a09426 switch try_to_unlazy_next() to __legitimize_mnt() new 6e1803271530 namei: move clearing LOOKUP_RCU towards rcu_read_unlock() new 03fa86e9f79d namei: stash the sampled ->d_seq into nameidata new a4f5b52167a8 step_into(): lose inode argument new b16c001de0f6 follow_dotdot{,_rcu}(): don't bother with inode new 4cb640248041 lookup_fast(): don't bother with inode new 3bd8bc897161 step_into(): move fetching ->d_inode past handle_mounts() new d9395512c5bd Merge tag 'pull-work.namei' of git://git.kernel.org/pub/sc [...] new e7478158e137 fs: clear or set FMODE_LSEEK based on llseek function new 4e3299eaddff fs: do not compare against ->llseek new c9eb2d427c1c dma-buf: remove useless FMODE_LSEEK flag new 54ef7a47f67d vfio: do not set FMODE_LSEEK flag new 97ef77c52b78 fs: check FMODE_LSEEK to control internal pipe splicing new 868941b14441 fs: remove no_llseek new a782e8664972 Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/sc [...] new 40a3cb0d2314 d_add_ci(): make sure we don't miss d_lookup_done() new cf634d540a29 fs/dcache: Disable preemption on i_dir_seq write side on P [...] new 45f78b0a2743 fs/dcache: Move the wakeup from __d_lookup_done() to the caller. new 50417d22d0ef fs/dcache: Move wakeup out of i_seq_dir write held region. new 200e340f2196 Merge tag 'pull-work.dcache' of git://git.kernel.org/pub/s [...]
The 23 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: Documentation/filesystems/porting.rst | 8 ++ drivers/dma-buf/dma-buf.c | 1 - drivers/gpu/drm/drm_file.c | 3 +- drivers/vfio/vfio.c | 2 +- fs/coredump.c | 4 +- fs/dcache.c | 54 ++++++++-- fs/file_table.c | 2 + fs/mount.h | 1 - fs/namei.c | 191 +++++++++++++++------------------- fs/namespace.c | 2 +- fs/open.c | 2 + fs/overlayfs/copy_up.c | 3 +- fs/read_write.c | 17 +-- fs/splice.c | 10 +- include/linux/dcache.h | 9 +- include/linux/fs.h | 2 +- kernel/bpf/bpf_iter.c | 3 +- 17 files changed, 158 insertions(+), 156 deletions(-)