Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block
Pull core block layer updates from Jens Axboe: "This is the pull request for the core block IO bits for the 3.15 kernel. It's a smaller round this time, it contains: - Various little blk-mq fixes and additions from Christoph and myself. - Cleanup of the IPI usage from the block layer, and associated helper code. From Frederic Weisbecker and Jan Kara. - Duplicate code cleanup in bio-integrity from Gu Zheng. This will give you a merge conflict, but that should be easy to resolve. - blk-mq notify spinlock fix for RT from Mike Galbraith. - A blktrace partial accounting bug fix from Roman Pen. - Missing REQ_SYNC detection fix for blk-mq from Shaohua Li" * 'for-3.15/core' of git://git.kernel.dk/linux-block: (25 commits) blk-mq: add REQ_SYNC early rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlock blk-mq: support partial I/O completions blk-mq: merge blk_mq_insert_request and blk_mq_run_request blk-mq: remove blk_mq_alloc_rq blk-mq: don't dump CPU -> hw queue map on driver load blk-mq: fix wrong usage of hctx->state vs hctx->flags blk-mq: allow blk_mq_init_commands() to return failure block: remove old blk_iopoll_enabled variable blktrace: fix accounting of partially completed requests smp: Rename __smp_call_function_single() to smp_call_function_single_async() smp: Remove wait argument from __smp_call_function_single() watchdog: Simplify a little the IPI call smp: Move __smp_call_function_single() below its safe version smp: Consolidate the various smp_call_function_single() declensions smp: Teach __smp_call_function_single() to check for offline cpus smp: Remove unused list_head from csd smp: Iterate functions through llist_for_each_entry_safe() block: Stop abusing rq->csd.list in blk-softirq block: Remove useless IPI struct initialization ...
No related branches found
No related tags found
Showing
- block/blk-cgroup.c 1 addition, 1 deletionblock/blk-cgroup.c
- block/blk-core.c 1 addition, 1 deletionblock/blk-core.c
- block/blk-ioc.c 1 addition, 1 deletionblock/blk-ioc.c
- block/blk-iopoll.c 0 additions, 3 deletionsblock/blk-iopoll.c
- block/blk-mq-cpumap.c 0 additions, 10 deletionsblock/blk-mq-cpumap.c
- block/blk-mq-sysfs.c 31 additions, 0 deletionsblock/blk-mq-sysfs.c
- block/blk-mq.c 59 additions, 11 deletionsblock/blk-mq.c
- block/blk-mq.h 2 additions, 0 deletionsblock/blk-mq.h
- block/blk-softirq.c 12 additions, 7 deletionsblock/blk-softirq.c
- block/cfq-iosched.c 4 additions, 4 deletionsblock/cfq-iosched.c
- block/deadline-iosched.c 4 additions, 4 deletionsblock/deadline-iosched.c
- block/partitions/atari.h 3 additions, 1 deletionblock/partitions/atari.h
- block/partitions/efi.h 5 additions, 4 deletionsblock/partitions/efi.h
- block/partitions/karma.c 2 additions, 1 deletionblock/partitions/karma.c
- drivers/block/virtio_blk.c 2 additions, 1 deletiondrivers/block/virtio_blk.c
- drivers/cpuidle/coupled.c 1 addition, 1 deletiondrivers/cpuidle/coupled.c
- drivers/scsi/be2iscsi/be_main.c 63 additions, 143 deletionsdrivers/scsi/be2iscsi/be_main.c
- drivers/scsi/ipr.c 5 additions, 10 deletionsdrivers/scsi/ipr.c
- fs/bio-integrity.c 36 additions, 48 deletionsfs/bio-integrity.c
- fs/bio.c 0 additions, 1 deletionfs/bio.c
Loading
Please register or sign in to comment