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
hisilicon
sti
tegra
Kconfig -rw-r--r-- 7.6 KB
Makefile -rw-r--r-- 1.5 KB
core.c -rw-r--r-- 24.2 KB
reset-a10sr.c -rw-r--r-- 3.2 KB
reset-ath79.c -rw-r--r-- 3.3 KB
reset-axs10x.c -rw-r--r-- 2.1 KB
reset-berlin.c -rw-r--r-- 2.5 KB
reset-brcmstb-rescal.c -rw-r--r-- 2.8 KB
reset-brcmstb.c -rw-r--r-- 3.3 KB
reset-hsdk.c -rw-r--r-- 3.5 KB
reset-imx7.c -rw-r--r-- 13.9 KB
reset-intel-gw.c -rw-r--r-- 6.4 KB
reset-lantiq.c -rw-r--r-- 5.2 KB
reset-lpc18xx.c -rw-r--r-- 5.7 KB
reset-meson-audio-arb.c -rw-r--r-- 4.9 KB
reset-meson.c -rw-r--r-- 3.6 KB
reset-npcm.c -rw-r--r-- 7.6 KB
reset-oxnas.c -rw-r--r-- 2.7 KB
reset-pistachio.c -rw-r--r-- 3.3 KB
reset-qcom-aoss.c -rw-r--r-- 3.5 KB
reset-qcom-pdc.c -rw-r--r-- 3.2 KB
reset-raspberrypi.c -rw-r--r-- 3.1 KB
reset-scmi.c -rw-r--r-- 3.4 KB
reset-simple.c -rw-r--r-- 5.4 KB
reset-socfpga.c -rw-r--r-- 2.0 KB
reset-stm32mp1.c -rw-r--r-- 2.8 KB
reset-sunxi.c -rw-r--r-- 1.9 KB
reset-ti-sci.c -rw-r--r-- 8.1 KB
reset-ti-syscon.c -rw-r--r-- 7.1 KB
reset-uniphier-glue.c -rw-r--r-- 4.8 KB
reset-uniphier.c -rw-r--r-- 14.1 KB
reset-zynq.c -rw-r--r-- 3.2 KB
reset-zynqmp.c -rw-r--r-- 3.5 KB

back to top