Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block
Pull core block updates from Jens Axboe: "We don't have a lot of core changes this time around, it's mostly in drivers, which will come in a subsequent pull. The cores changes include: - blk-mq - Prep patch from Christoph, changing blk_mq_alloc_request() to take flags instead of just using gfp_t for sleep/nosleep. - Doc patch from me, clarifying the difference between legacy and blk-mq for timer usage. - Fixes from Raghavendra for memory-less numa nodes, and a reuse of CPU masks. - Cleanup from Geliang Tang, using offset_in_page() instead of open coding it. - From Ilya, rename request_queue slab to it reflects what it holds, and a fix for proper use of bdgrab/put. - A real fix for the split across stripe boundaries from Keith. We yanked a broken version of this from 4.4-rc final, this one works. - From Mike Krinkin, emit a trace message when we split. - From Wei Tang, two small cleanups, not explicitly clearing memory that is already cleared" * 'for-4.5/core' of git://git.kernel.dk/linux-block: block: use bd{grab,put}() instead of open-coding block: split bios to max possible length block: add call to split trace point blk-mq: Avoid memoryless numa node encoded in hctx numa_node blk-mq: Reuse hardware context cpumask for tags blk-mq: add a flags parameter to blk_mq_alloc_request Revert "blk-flush: Queue through IO scheduler when flush not required" block: clarify blk_add_timer() use case for blk-mq bio: use offset_in_page macro block: do not initialise statics to 0 or NULL block: do not initialise globals to 0 or NULL block: rename request_queue slab cache
No related branches found
No related tags found
Showing
- block/bio.c 2 additions, 2 deletionsblock/bio.c
- block/blk-core.c 8 additions, 7 deletionsblock/blk-core.c
- block/blk-merge.c 19 additions, 3 deletionsblock/blk-merge.c
- block/blk-mq-cpumap.c 1 addition, 1 deletionblock/blk-mq-cpumap.c
- block/blk-mq-tag.c 5 additions, 6 deletionsblock/blk-mq-tag.c
- block/blk-mq.c 10 additions, 21 deletionsblock/blk-mq.c
- block/blk-mq.h 4 additions, 7 deletionsblock/blk-mq.h
- block/blk-timeout.c 6 additions, 0 deletionsblock/blk-timeout.c
- block/genhd.c 1 addition, 1 deletionblock/genhd.c
- drivers/block/mtip32xx/mtip32xx.c 1 addition, 1 deletiondrivers/block/mtip32xx/mtip32xx.c
- drivers/block/null_blk.c 1 addition, 1 deletiondrivers/block/null_blk.c
- drivers/char/raw.c 1 addition, 1 deletiondrivers/char/raw.c
- drivers/nvme/host/lightnvm.c 1 addition, 1 deletiondrivers/nvme/host/lightnvm.c
- drivers/nvme/host/pci.c 6 additions, 5 deletionsdrivers/nvme/host/pci.c
- fs/block_dev.c 5 additions, 5 deletionsfs/block_dev.c
- include/linux/blk-mq.h 7 additions, 1 deletioninclude/linux/blk-mq.h
- include/linux/blkdev.h 1 addition, 1 deletioninclude/linux/blkdev.h
Loading
Please register or sign in to comment