This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 47a2ee5d4a0b Merge tag 'firewire-fixes-6.4-rc2' of git://git.kernel.org [...] new 3b90b09af5be riscv: Fix orphan section warnings caused by kernel/pi new ed6a75e3133b Merge tag 'riscv-for-linus-6.4-rc2' of git://git.kernel.or [...] new 293007b03341 io_uring: make io_uring_sqe_cmd() unconditionally available new 584dc5dbcbcc Merge tag 'io_uring-6.4-2023-05-12' of git://git.kernel.dk/linux new c04fe8e32f90 pipe: check for IOCB_NOWAIT alongside O_NONBLOCK new df8c2d13e227 Merge tag 'vfs/v6.4-rc1/pipe' of gitolite.kernel.org:pub/s [...] new d66cde50c3c8 cifs: fix pcchunk length type in smb2_copychunk_range new cbd4cbabef64 do not reuse connection if share marked as isolated new ba8c2b75b02a smb3: improve parallel reads of large files new 2cb6f968775a SMB3: force unmount was failing to close deferred close files new 716a3cf31745 smb3: fix problem remounting a share after shutdown new d39fc592ef8a cifs: release leases for deferred close handles when freezing new fd88f147cb12 Merge tag '6.4-rc1-smb3-client-fixes' of git://git.samba.o [...] new c87f318e6f47 btrfs: print-tree: parent bytenr must be aligned to sector size new 0004ff15ea26 btrfs: fix space cache inconsistency after error loading i [...] new 0cad8f14d70c btrfs: fix backref walking not returning all inode refs new f84353c7c205 btrfs: zoned: zone finish data relocation BG with last IO new 02ca9e6fb5f6 btrfs: zoned: fix full zone super block reading on ZNS new c83b56d1dd87 btrfs: zero the buffer before marking it dirty in btrfs_re [...] new 1d6a4fc85717 btrfs: make clear_cache mount option to rebuild FST withou [...] new 76c7f8873a76 Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/sc [...]
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: arch/riscv/kernel/pi/Makefile | 2 +- arch/riscv/kernel/vmlinux.lds.S | 7 ++---- fs/btrfs/backref.c | 19 ++++++++-------- fs/btrfs/backref.h | 6 +++++ fs/btrfs/disk-io.c | 25 +++++++++++++++------ fs/btrfs/free-space-cache.c | 7 +++--- fs/btrfs/free-space-tree.c | 50 ++++++++++++++++++++++++++++++++++++++++- fs/btrfs/free-space-tree.h | 3 ++- fs/btrfs/inode.c | 3 +++ fs/btrfs/print-tree.c | 6 ++--- fs/btrfs/relocation.c | 2 +- fs/btrfs/super.c | 3 +-- fs/btrfs/zoned.c | 11 +++++---- fs/cifs/cifsfs.c | 18 ++++++++++++++- fs/cifs/connect.c | 7 ++++++ fs/cifs/smb2ops.c | 2 +- fs/cifs/smb2pdu.c | 3 +++ fs/pipe.c | 6 +++-- include/linux/io_uring.h | 10 ++++----- 19 files changed, 142 insertions(+), 48 deletions(-)