summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-043-120/+15Star
|\
| * blk-mq: Create hctx for each present CPUChristoph Hellwig2017-06-282-114/+11Star
| * blk-mq: Include all present CPUs in the default queue mappingChristoph Hellwig2017-06-281-3/+2Star
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-033-12/+12
|\ \
| * \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-243-24/+59
| |\ \
| * | | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-203-6/+6
| * | | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-203-6/+6
| | |/ | |/|
* | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-0330-671/+854
|\ \ \
| * | | blk-mq: map all HWQ also in hyperthreaded systemMax Gurtovoy2017-06-291-46/+22Star
| * | | block, bfq: update wr_busy_queues if needed on a queue splitPaolo Valente2017-06-271-3/+18
| * | | block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-271-5/+0Star
| * | | block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig2017-06-271-5/+5
| * | | blk-mq: don't bounce by defaultChristoph Hellwig2017-06-271-5/+0Star
| * | | block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-273-5/+10
| * | | block: remove the queue_bounce_pfn helperChristoph Hellwig2017-06-271-3/+3
| * | | block: move bounce declarations to block/blk.hChristoph Hellwig2017-06-272-0/+14
| * | | blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig2017-06-272-6/+3Star
| * | | blk-mq: expose write hints through debugfsJens Axboe2017-06-271-0/+24
| * | | block: add support for write hints in a bioJens Axboe2017-06-273-0/+17
| * | | Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe2017-06-234-36/+81
| |\ \ \ | | | |/ | | |/|
| * | | blk-mq: remove double set queue_numweiping2017-06-221-1/+0Star
| * | | blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche2017-06-211-2/+18
| * | | block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()Bart Van Assche2017-06-211-2/+2
| * | | block: Declare local symbols staticBart Van Assche2017-06-211-1/+1
| * | | block: Add fallthrough markers to switch statementsBart Van Assche2017-06-213-1/+4
| * | | blk-mq: Warn when attempting to run a hardware queue that is not mappedBart Van Assche2017-06-211-3/+5
| * | | block: Constify disk_typeBart Van Assche2017-06-211-2/+2
| * | | blk-mq: Document locking assumptionsBart Van Assche2017-06-212-0/+6
| * | | block: Document what queue type each function is intended forBart Van Assche2017-06-212-0/+35
| * | | block: Check locking assumptions at runtimeBart Van Assche2017-06-215-37/+64
| * | | blk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init()Bart Van Assche2017-06-211-1/+2
| * | | block: Change argument type of scsi_req_init()Bart Van Assche2017-06-211-3/+7
| * | | block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-212-4/+0Star
| * | | block: Introduce request_queue.initialize_rq_fn()Bart Van Assche2017-06-211-4/+13
| * | | block: Make request operation type argument declarations consistentBart Van Assche2017-06-212-11/+12
| * | | blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche2017-06-211-8/+22
| * | | block: return on congested block deviceGoldwyn Rodrigues2017-06-202-2/+24
| * | | Revert "blk-mq: don't use sync workqueue flushing from drivers"Ming Lei2017-06-181-22/+8Star
| * | | blk-mq: clarify dispatch may not be drained/blocked by stopping queueMing Lei2017-06-181-0/+18
| * | | blk-mq: don't stop queue for quiescingMing Lei2017-06-181-6/+3Star
| * | | blk-mq: update comments on blk_mq_quiesce_queue()Ming Lei2017-06-181-3/+4
| * | | blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei2017-06-182-2/+12
| * | | blk-mq: introduce blk_mq_unquiesce_queueMing Lei2017-06-181-0/+13
| * | | block: don't check for BIO_MAX_PAGES in blk_bio_segment_split()NeilBrown2017-06-181-16/+0Star
| * | | block: remove bio_clone() and all references.NeilBrown2017-06-182-4/+4
| * | | block: Improvements to bounce-buffer handlingNeilBrown2017-06-182-16/+30
| * | | blk: use non-rescuing bioset for q->bio_split.NeilBrown2017-06-181-2/+1Star
| * | | blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-182-3/+13
| * | | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-182-39/+23Star
| * | | blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-183-7/+6Star