Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: - NVMe pull request from Keith, with fixes from a few folks. - bio and sbitmap before atomic barrier fixes (Andrea) - Hang fix for blk-mq freeze and unfreeze (Bob) - Single segment count regression fix (Christoph) - AoE now has a new maintainer - tools/io_uring/ Makefile fix, and sync with liburing (me) * tag 'for-linus-20190524' of git://git.kernel.dk/linux-block: (23 commits) tools/io_uring: sync with liburing tools/io_uring: fix Makefile for pthread library link blk-mq: fix hang caused by freeze/unfreeze sequence block: remove the bi_seg_{front,back}_size fields in struct bio block: remove the segment size check in bio_will_gap block: force an unlimited segment size on queues with a virt boundary block: don't decrement nr_phys_segments for physically contigous segments sbitmap: fix improper use of smp_mb__before_atomic() bio: fix improper use of smp_mb__before_atomic() aoe: list new maintainer for aoe driver nvme-pci: use blk-mq mapping for unmanaged irqs nvme: update MAINTAINERS nvme: copy MTFA field from identify controller nvme: fix memory leak for power latency tolerance nvme: release namespace SRCU protection before performing controller ioctls nvme: merge nvme_ns_ioctl into nvme_ioctl nvme: remove the ifdef around nvme_nvm_ioctl nvme: fix srcu locking on error return in nvme_get_ns_from_disk nvme: Fix known effects nvme-pci: Sync queues on reset ...
No related branches found
No related tags found
Showing
- MAINTAINERS 2 additions, 2 deletionsMAINTAINERS
- block/blk-core.c 2 additions, 1 deletionblock/blk-core.c
- block/blk-merge.c 13 additions, 121 deletionsblock/blk-merge.c
- block/blk-mq.c 10 additions, 9 deletionsblock/blk-mq.c
- block/blk-settings.c 11 additions, 0 deletionsblock/blk-settings.c
- drivers/nvme/host/core.c 61 additions, 28 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/nvme.h 1 addition, 0 deletionsdrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 14 additions, 13 deletionsdrivers/nvme/host/pci.c
- include/linux/bio.h 1 addition, 1 deletioninclude/linux/bio.h
- include/linux/blk_types.h 0 additions, 7 deletionsinclude/linux/blk_types.h
- include/linux/blkdev.h 6 additions, 1 deletioninclude/linux/blkdev.h
- lib/sbitmap.c 1 addition, 1 deletionlib/sbitmap.c
- tools/io_uring/Makefile 1 addition, 1 deletiontools/io_uring/Makefile
- tools/io_uring/io_uring-cp.c 15 additions, 6 deletionstools/io_uring/io_uring-cp.c
- tools/io_uring/liburing.h 52 additions, 12 deletionstools/io_uring/liburing.h
- tools/io_uring/queue.c 14 additions, 22 deletionstools/io_uring/queue.c
- tools/io_uring/setup.c 7 additions, 3 deletionstools/io_uring/setup.c
- tools/io_uring/syscall.c 30 additions, 18 deletionstools/io_uring/syscall.c
Loading
Please register or sign in to comment