This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 324c92e5e0ee Merge tag 'efi-urgent-2021-06-02' of git://git.kernel.org/ [...] new 4c80a97d7b02 btrfs: fix compressed writes that cross stripe boundary new b86652be7c83 btrfs: fix error handling in btrfs_del_csums new 856bd270dc4d btrfs: return errors from btrfs_del_csums in cleanup_ref_head new d61bec08b904 btrfs: mark ordered extent and inode with error if we fail [...] new 011b28acf940 btrfs: fixup error handling in fixup_inode_link_counts new f96d44743a44 btrfs: check error value from btrfs_update_inode in tree log new dc09ef356272 btrfs: abort in rename_exchange if we fail to insert the s [...] new ea7036de0d36 btrfs: fix fsync failure and transaction abort after write [...] new 76a6d5cd7447 btrfs: fix deadlock when cloning inline extents and low on [...] new 503d1acb0182 MAINTAINERS: add btrfs IRC link new fd2ff2774e90 Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/s [...] new 216e5835966a io_uring: fix misaccounting fix buf pinned pages new ec955023967c Merge tag 'io_uring-5.13-2021-06-03' of git://git.kernel.d [...] new 12b2aaadb6d5 nvme-rdma: fix in-casule data send for chained sgls new a6c144f3d2e2 nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_ [...] new 1c5f8e882a05 nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure [...] new 4237de2f73a6 nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy [...] new 6622f9acd29c nvme-loop: do not warn for deleted controllers during reset new bcd9a0797d73 nvmet: fix freeing unallocated p2pmem new e369edbb0d8c Merge tag 'nvme-5.13-2021-06-03' of git://git.infradead.or [...] new 143d28dcf238 Merge tag 'block-5.13-2021-06-03' of git://git.kernel.dk/l [...] new d1ce2c79156d vfio/pci: Fix error return code in vfio_ecap_init() new 2a55ca373501 vfio/pci: zap_vma_ptes() needs MMU new 78b238147e4d vfio/iommu_type1: Use struct_size() for kzalloc() new 752774ce7793 samples: vfio-mdev: fix error handing in mdpy_fb_probe() new dc51ff91cf2d vfio/platform: fix module_put call in error flow new f88cd3fb9df2 Merge tag 'vfio-v5.13-rc5' of git://github.com/awilliam/li [...]
The 27 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: MAINTAINERS | 1 + drivers/nvme/host/rdma.c | 5 +- drivers/nvme/target/core.c | 33 ++++---- drivers/nvme/target/loop.c | 11 ++- drivers/vfio/pci/Kconfig | 1 + drivers/vfio/pci/vfio_pci_config.c | 2 +- drivers/vfio/platform/vfio_platform_common.c | 2 +- drivers/vfio/vfio_iommu_type1.c | 2 +- fs/btrfs/compression.c | 17 +++-- fs/btrfs/extent-tree.c | 2 +- fs/btrfs/file-item.c | 108 ++++++++++++++++++++------- fs/btrfs/inode.c | 19 ++++- fs/btrfs/reflink.c | 38 ++++++---- fs/btrfs/tree-log.c | 21 ++++-- fs/io_uring.c | 1 + samples/vfio-mdev/mdpy-fb.c | 13 +++- 16 files changed, 189 insertions(+), 87 deletions(-)