diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-08-23 14:45:45 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-08-23 14:45:45 -0700 |
commit | b9bd6806d014f7d3647caa66ea245329a3ee0253 (patch) | |
tree | a6534a843670c43fbf89eb8fc8876266fb5b92cf /MAINTAINERS | |
parent | dd469a456047af5eb1ee0bcfc8fe61f5940ef0e0 (diff) | |
parent | 08f5439f1df25a6cf6cf4c72cf6c13025599ce67 (diff) | |
download | linux-b9bd6806d014f7d3647caa66ea245329a3ee0253.tar.gz linux-b9bd6806d014f7d3647caa66ea245329a3ee0253.tar.bz2 linux-b9bd6806d014f7d3647caa66ea245329a3ee0253.zip |
Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe:
"Here's a set of fixes that should go into this release. This contains:
- Three minor fixes for NVMe.
- Three minor tweaks for the io_uring polling logic.
- Officially mark Song as the MD maintainer, after he's been filling
that role sucessfully for the last 6 months or so"
* tag 'for-linus-20190823' of git://git.kernel.dk/linux-block:
io_uring: add need_resched() check in inner poll loop
md: update MAINTAINERS info
io_uring: don't enter poll loop if we have CQEs pending
nvme: Add quirk for LiteON CL1 devices running FW 22301111
nvme: Fix cntlid validation when not using NVMEoF
nvme-multipath: fix possible I/O hang when paths are updated
io_uring: fix potential hang with polled IO
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 035ffc1e16a3..9cbcf167bdd0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14883,9 +14883,9 @@ F: include/linux/arm_sdei.h F: include/uapi/linux/arm_sdei.h SOFTWARE RAID (Multiple Disks) SUPPORT -M: Shaohua Li <shli@kernel.org> +M: Song Liu <song@kernel.org> L: linux-raid@vger.kernel.org -T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git S: Supported F: drivers/md/Makefile F: drivers/md/Kconfig |