Skip to content
  • Linus Torvalds's avatar
    ce307084
    Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block · ce307084
    Linus Torvalds authored
    Pull block fixes from Jens Axboe:
     "Mostly just random fixes all over the map.
    
      The only odd-one-out change is finally getting the rename of
      BIO_MAX_PAGES to BIO_MAX_VECS done. This should've been done with the
      multipage bvec change, but it's been left.
    
      Do it now to avoid hassles around changes piling up for the next merge
      window.
    
      Summary:
    
       - NVMe pull request:
          - one more quirk (Dmitry Monakhov)
          - fix max_zone_append_sectors initialization (Chaitanya Kulkarni)
          - nvme-fc reset/create race fix (James Smart)
          - fix status code on aborts/resets (Hannes Reinecke)
          - fix the CSS check for ZNS namespaces (Chaitanya Kulkarni)
          - fix a use after free in a debug printk in nvme-rdma (Lv Yunlong)
    
       - Follow-up NVMe error fix for NULL 'id' (Christoph)
    
       - Fixup for the bd_size_lock being IRQ safe, now that the offending
         driver has been dropped (Damien).
    
       - rsxx probe failure error return (Jia-Ju)
    
       - umem probe failure error return (Wei)
    
       - s390/dasd unbind fixes (Stefan)
    
       - blk-cgroup stats summing fix (Xunlei)
    
       - zone reset handling fix (Damien)
    
       - Rename BIO_MAX_PAGES to BIO_MAX_VECS (Christoph)
    
       - Suppress uevent trigger for hidden devices (Daniel)
    
       - Fix handling of discard on busy device (Jan)
    
       - Fix stale cache issue with zone reset (Shin'ichiro)"
    
    * tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block:
      nvme: fix the nsid value to print in nvme_validate_or_alloc_ns
      block: Discard page cache of zone reset target range
      block: Suppress uevent for hidden device when removed
      block: rename BIO_MAX_PAGES to BIO_MAX_VECS
      nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a
      nvme-rdma: Fix a use after free in nvmet_rdma_write_data_done
      nvme-core: check ctrl css before setting up zns
      nvme-fc: fix racing controller reset and create association
      nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted
      nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()
      nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()
      nvme: simplify error logic in nvme_validate_ns()
      nvme: set max_zone_append_sectors nvme_revalidate_zones
      block: rsxx: fix error return code of rsxx_pci_probe()
      block: Fix REQ_OP_ZONE_RESET_ALL handling
      umem: fix error return code in mm_pci_probe()
      blk-cgroup: Fix the recursive blkg rwstat
      s390/dasd: fix hanging IO request during DASD driver unbind
      s390/dasd: fix hanging DASD driver unbind
      block: Try to handle busy underlying device on discard
    ce307084
    Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block
    Linus Torvalds authored
    Pull block fixes from Jens Axboe:
     "Mostly just random fixes all over the map.
    
      The only odd-one-out change is finally getting the rename of
      BIO_MAX_PAGES to BIO_MAX_VECS done. This should've been done with the
      multipage bvec change, but it's been left.
    
      Do it now to avoid hassles around changes piling up for the next merge
      window.
    
      Summary:
    
       - NVMe pull request:
          - one more quirk (Dmitry Monakhov)
          - fix max_zone_append_sectors initialization (Chaitanya Kulkarni)
          - nvme-fc reset/create race fix (James Smart)
          - fix status code on aborts/resets (Hannes Reinecke)
          - fix the CSS check for ZNS namespaces (Chaitanya Kulkarni)
          - fix a use after free in a debug printk in nvme-rdma (Lv Yunlong)
    
       - Follow-up NVMe error fix for NULL 'id' (Christoph)
    
       - Fixup for the bd_size_lock being IRQ safe, now that the offending
         driver has been dropped (Damien).
    
       - rsxx probe failure error return (Jia-Ju)
    
       - umem probe failure error return (Wei)
    
       - s390/dasd unbind fixes (Stefan)
    
       - blk-cgroup stats summing fix (Xunlei)
    
       - zone reset handling fix (Damien)
    
       - Rename BIO_MAX_PAGES to BIO_MAX_VECS (Christoph)
    
       - Suppress uevent trigger for hidden devices (Daniel)
    
       - Fix handling of discard on busy device (Jan)
    
       - Fix stale cache issue with zone reset (Shin'ichiro)"
    
    * tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block:
      nvme: fix the nsid value to print in nvme_validate_or_alloc_ns
      block: Discard page cache of zone reset target range
      block: Suppress uevent for hidden device when removed
      block: rename BIO_MAX_PAGES to BIO_MAX_VECS
      nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a
      nvme-rdma: Fix a use after free in nvmet_rdma_write_data_done
      nvme-core: check ctrl css before setting up zns
      nvme-fc: fix racing controller reset and create association
      nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted
      nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()
      nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()
      nvme: simplify error logic in nvme_validate_ns()
      nvme: set max_zone_append_sectors nvme_revalidate_zones
      block: rsxx: fix error return code of rsxx_pci_probe()
      block: Fix REQ_OP_ZONE_RESET_ALL handling
      umem: fix error return code in mm_pci_probe()
      blk-cgroup: Fix the recursive blkg rwstat
      s390/dasd: fix hanging IO request during DASD driver unbind
      s390/dasd: fix hanging DASD driver unbind
      block: Try to handle busy underlying device on discard
Loading