Revision 5fc6b075e165f641fbc366b58b578055762d5f8c authored by Linus Torvalds on 30 October 2020, 22:02:49 UTC, committed by Linus Torvalds on 30 October 2020, 22:02:49 UTC
Pull block fixes from Jens Axboe:

 - null_blk zone fixes (Damien, Kanchan)

 - NVMe pull request from Christoph:
       - improve zone revalidation (Keith Busch)
       - gracefully handle zero length messages in nvme-rdma (zhenwei pi)
       - nvme-fc error handling fixes (James Smart)
       - nvmet tracing NULL pointer dereference fix (Chaitanya Kulkarni)"

 - xsysace platform fixes (Andy)

 - scatterlist type cleanup (David)

 - blk-cgroup memory fixes (Gabriel)

 - nbd block size update fix (Ming)

 - Flush completion state fix (Ming)

 - bio_add_hw_page() iteration fix (Naohiro)

* tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-block:
  blk-mq: mark flush request as IDLE in flush_end_io()
  lib/scatterlist: use consistent sg_copy_buffer() return type
  xsysace: use platform_get_resource() and platform_get_irq_optional()
  null_blk: Fix locking in zoned mode
  null_blk: Fix zone reset all tracing
  nbd: don't update block size after device is started
  block: advance iov_iter on bio_add_hw_page failure
  null_blk: synchronization fix for zoned device
  nvmet: fix a NULL pointer dereference when tracing the flush command
  nvme-fc: remove nvme_fc_terminate_io()
  nvme-fc: eliminate terminate_io use by nvme_fc_error_recovery
  nvme-fc: remove err_work work item
  nvme-fc: track error_recovery while connecting
  nvme-rdma: handle unexpected nvme completion data length
  nvme: ignore zone validate errors on subsequent scans
  blk-cgroup: Pre-allocate tree node on blkg_conf_prep
  blk-cgroup: Fix memleak on error path
2 parent s cf9446c + 65ff5cd
History
File Mode Size
104-quad-8.c -rw-r--r-- 44.4 KB
Kconfig -rw-r--r-- 2.5 KB
Makefile -rw-r--r-- 401 bytes
counter.c -rw-r--r-- 38.4 KB
ftm-quaddec.c -rw-r--r-- 8.3 KB
microchip-tcb-capture.c -rw-r--r-- 10.4 KB
stm32-lptimer-cnt.c -rw-r--r-- 18.4 KB
stm32-timer-cnt.c -rw-r--r-- 11.3 KB
ti-eqep.c -rw-r--r-- 11.4 KB

back to top