This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4d2008430ce8 Merge tag 'docs-6.9-fixes2' of git://git.lwn.net/linux new 32cf5a4eda46 Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain" new 1c582ec1428a Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/lin [...] new 02bed83d59e3 bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINE new 9fd5a48a1e3f bcachefs: Fix format specifier in validate_bset_keys() new fabb4d498542 bcachefs: node scan: ignore multiple nodes with same seq i [...] new 79055f50a65f bcachefs: make sure to release last journal pin in replay new fa845c73497f bcachefs: Fix bch2_dev_btree_bitmap_marked_sectors() shift new 605109ff5e43 bcachefs: KEY_TYPE_error is allowed for reflink new 719aec84b106 bcachefs: fix leak in bch2_gc_write_reflink_key new 0389c09b2fb7 bcachefs: Fix bio alloc in check_extent_checksum() new fcdbc1d7a4b6 bcachefs: Check for journal entries overruning end of sb c [...] new ec438ac59d7a bcachefs: Fix missing call to bch2_fs_allocator_background_exit() new 6e4d9bd110e2 bcachefs: bkey_cached.btree_trans_barrier_seq needs to be a ulong new adfe9357c39e bcachefs: Tweak btree key cache shrinker so it actually frees new 85ab365f7cdf bcachefs: Fix deadlock in journal write path new 0e42f381193d bcachefs: Fix inode early destruction path new e858beeddfa3 bcachefs: If we run merges at a lower watermark, they must [...] new a2c63a3f3d68 Merge tag 'bcachefs-2024-04-22' of https://evilpiepirate.o [...]
The 18 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/bcachefs/backpointers.c | 2 +- fs/bcachefs/bcachefs_format.h | 3 +- fs/bcachefs/btree_gc.c | 3 +- fs/bcachefs/btree_io.c | 2 +- fs/bcachefs/btree_key_cache.c | 19 ++------ fs/bcachefs/btree_node_scan.c | 2 + fs/bcachefs/btree_types.h | 2 +- fs/bcachefs/btree_update_interior.c | 6 ++- fs/bcachefs/chardev.c | 4 +- fs/bcachefs/fs.c | 9 ++-- fs/bcachefs/journal_io.c | 60 ++++++++++++++++-------- fs/bcachefs/recovery.c | 5 +- fs/bcachefs/sb-clean.c | 8 ++++ fs/bcachefs/sb-errors_types.h | 3 +- fs/bcachefs/sb-members.c | 4 +- fs/bcachefs/sb-members.h | 6 +-- fs/bcachefs/super.c | 1 + fs/bcachefs/thread_with_file.c | 15 +++++- fs/bcachefs/thread_with_file.h | 3 ++ include/linux/sunrpc/svc_rdma.h | 13 ++---- net/sunrpc/xprtrdma/svc_rdma_rw.c | 86 +++++++++-------------------------- net/sunrpc/xprtrdma/svc_rdma_sendto.c | 5 +- 22 files changed, 131 insertions(+), 130 deletions(-)