This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e3fb13b7e47c Merge tag 'modules-for-v5.3-rc6' of git://git.kernel.org/p [...] new 314e01a6d7dd xfs: fall back to native ioctls for unhandled compat ones new 4529e6d7a6ab xfs: compat_ioctl: use compat_ptr() new edc58dd0123b vfs: fix page locking deadlocks when deduping files new 5d888b481e6a xfs: fix reflink source file racing with directio writes new b68271609c4f fs/xfs: Fix return code of xfs_break_leased_layouts() new f576518c9ab5 Merge tag 'xfs-5.3-fixes-4' of git://git.kernel.org/pub/sc [...] new cf3591ef8329 Revert "dm bufio: fix deadlock with loop device" new d1fef41465f0 dm kcopyd: always complete failed jobs new b234c6d7a703 dm zoned: improve error handling in reclaim new d7428c50118e dm zoned: improve error handling in i/o map code new 75d66ffb48ef dm zoned: properly handle backing device failure new bae9a0aa331d dm zoned: add SPDX license identifiers new ad1bd578bd5a dm zoned: fix a few typos new 5729b6e5a1bc dm integrity: fix a crash due to BUG_ON in __journal_read_write() new 08c04c84a5cd dm dust: use dust block size for badblocklist index new e0702d90b79d dm zoned: fix potential NULL dereference in dmz_do_reclaim() new dc1a3e8e0cc6 dm raid: add missing cleanup in raid_ctr() new e4f9d6013820 dm btree: fix order of block initialization in btree_split [...] new ae148243d3f0 dm space map metadata: fix missing store of apply_bops() r [...] new 1cfd5d3399e8 dm table: fix invalid memory accesses with too high sector number new dd469a456047 Merge tag 'for-5.3/dm-fixes-2' 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: drivers/md/dm-bufio.c | 4 +- drivers/md/dm-dust.c | 11 +++- drivers/md/dm-integrity.c | 15 +++++ drivers/md/dm-kcopyd.c | 5 +- drivers/md/dm-raid.c | 2 +- drivers/md/dm-table.c | 5 +- drivers/md/dm-zoned-metadata.c | 68 ++++++++++++++++------ drivers/md/dm-zoned-reclaim.c | 47 +++++++++++---- drivers/md/dm-zoned-target.c | 68 +++++++++++++++++++--- drivers/md/dm-zoned.h | 11 ++++ drivers/md/persistent-data/dm-btree.c | 31 +++++----- drivers/md/persistent-data/dm-space-map-metadata.c | 2 +- fs/read_write.c | 49 +++++++++++++--- fs/xfs/xfs_ioctl32.c | 56 +----------------- fs/xfs/xfs_pnfs.c | 2 +- fs/xfs/xfs_reflink.c | 63 +++++++++++--------- 16 files changed, 291 insertions(+), 148 deletions(-)