aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-12/+12
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds30-671/+854
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2-9/+7
2017-06-29blk-mq: map all HWQ also in hyperthreaded systemMax Gurtovoy1-46/+22
2017-06-28block: provide bio_uninit() free freeing integrity/task associationsJens Axboe1-3/+9
2017-06-27block, bfq: update wr_busy_queues if needed on a queue splitPaolo Valente1-3/+18
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig1-5/+0
2017-06-27block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig1-5/+5
2017-06-27blk-mq: don't bounce by defaultChristoph Hellwig1-5/+0
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig3-5/+10
2017-06-27block: remove the queue_bounce_pfn helperChristoph Hellwig1-3/+3
2017-06-27block: move bounce declarations to block/blk.hChristoph Hellwig2-0/+14
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig2-6/+3
2017-06-27blk-mq: expose write hints through debugfsJens Axboe1-0/+24
2017-06-27block: add support for write hints in a bioJens Axboe3-0/+17
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar3-24/+59
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe4-36/+81
2017-06-22blk-mq: remove double set queue_numweiping1-1/+0
2017-06-21blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche1-2/+18
2017-06-21block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()Bart Van Assche1-2/+2
2017-06-21block: Declare local symbols staticBart Van Assche1-1/+1
2017-06-21block: Add fallthrough markers to switch statementsBart Van Assche3-1/+4
2017-06-21blk-mq: fix performance regression with shared tagsJens Axboe3-24/+59
2017-06-20blk-mq: Warn when attempting to run a hardware queue that is not mappedBart Van Assche1-3/+5
2017-06-20block: Constify disk_typeBart Van Assche1-2/+2
2017-06-20blk-mq: Document locking assumptionsBart Van Assche2-0/+6
2017-06-20block: Document what queue type each function is intended forBart Van Assche2-0/+35
2017-06-20block: Check locking assumptions at runtimeBart Van Assche5-37/+64
2017-06-20blk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init()Bart Van Assche1-1/+2
2017-06-20block: Change argument type of scsi_req_init()Bart Van Assche1-3/+7
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche2-4/+0
2017-06-20block: Introduce request_queue.initialize_rq_fn()Bart Van Assche1-4/+13
2017-06-20block: Make request operation type argument declarations consistentBart Van Assche2-11/+12
2017-06-20blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche1-8/+22
2017-06-20block: return on congested block deviceGoldwyn Rodrigues2-2/+24
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar3-6/+6
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar3-6/+6
2017-06-18Revert "blk-mq: don't use sync workqueue flushing from drivers"Ming Lei1-22/+8
2017-06-18blk-mq: clarify dispatch may not be drained/blocked by stopping queueMing Lei1-0/+18
2017-06-18blk-mq: don't stop queue for quiescingMing Lei1-6/+3
2017-06-18blk-mq: update comments on blk_mq_quiesce_queue()Ming Lei1-3/+4
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei2-2/+12
2017-06-18blk-mq: introduce blk_mq_unquiesce_queueMing Lei1-0/+13
2017-06-18block: don't check for BIO_MAX_PAGES in blk_bio_segment_split()NeilBrown1-16/+0
2017-06-18block: remove bio_clone() and all references.NeilBrown2-4/+4
2017-06-18block: Improvements to bounce-buffer handlingNeilBrown2-16/+30
2017-06-18blk: use non-rescuing bioset for q->bio_split.NeilBrown1-2/+1
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown2-3/+13
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2-39/+23
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown3-7/+6