This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from eeddbe6841cd Merge tag 's390-5.9-7' of git://git.kernel.org/pub/scm/lin [...] new 59e330f8ff7a nvme: return errors for hwmon init new 50b7c24390a5 nvme-pci: fix NULL req in completion handler new 9e0e8dac985d nvme-fc: fail new connections to a deleted host or remote port new 46d2613eae51 nvme-core: don't use NVME_NSID_ALL for command effects and [...] new 9754d6cb63c7 Merge tag 'nvme-5.9-2020-09-24' of git://git.infradead.org [...] new 3aab91774bbd block: remove unused BLK_QC_T_EAGAIN flag new 9d2fbaefb3b0 Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/li [...] new f3cd4850504f io_uring: ensure open/openat2 name is cleaned on cancelation new 62c774ed4831 io_uring: don't unconditionally set plug->nowait = true new f38c7e3abfba io_uring: ensure async buffered read-retry is setup properly new 692495baa377 Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk [...] new 7f04839ec448 scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supported new 27ba3e8ff3ab scsi: sd: sd_zbc: Fix handling of host-aware ZBC disks new 6c5dee18756b scsi: sd: sd_zbc: Fix ZBC disk initialization new a1bffa48745a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 15 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: block/blk-settings.c | 46 ++++++++++++++++++++++++ drivers/nvme/host/core.c | 9 +++-- drivers/nvme/host/fc.c | 6 ++-- drivers/nvme/host/hwmon.c | 14 ++++---- drivers/nvme/host/nvme.h | 7 ++-- drivers/nvme/host/pci.c | 14 ++++---- drivers/scsi/lpfc/lpfc_hbadisc.c | 76 +++++++++++++++++++++++++++------------- drivers/scsi/sd.c | 34 +++++++++--------- drivers/scsi/sd.h | 8 +---- drivers/scsi/sd_zbc.c | 66 ++++++++++++++++++++-------------- fs/io_uring.c | 14 ++++---- include/linux/blk_types.h | 3 +- include/linux/blkdev.h | 2 ++ 13 files changed, 195 insertions(+), 104 deletions(-)