summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig-12/+4
2017-04-08block: stop using discards for zeroingChristoph Hellwig-6/+6
2017-04-08block: add a new BLKDEV_ZERO_NOFALLBACK flagChristoph Hellwig-1/+4
2017-04-08block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROESChristoph Hellwig-14/+5
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig-18/+15
2017-04-08block: stop using blkdev_issue_write_same for zeroingChristoph Hellwig-4/+0
2017-04-08block: implement splitting of REQ_OP_WRITE_ZEROES biosChristoph Hellwig-2/+15
2017-04-07block: sed-opal: Tone down all the pr_* to debugsScott Bauer-79/+74
2017-04-07blk-mq: Clarify comments in blk_mq_dispatch_rq_list()Bart Van Assche-10/+18
2017-04-07blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_listBart Van Assche-2/+9
2017-04-07blk-mq: use true instead of 1 for blk_mq_queue_data.lastOmar Sandoval-1/+1
2017-04-07blk-mq: make driver tag failure path easier to followOmar Sandoval-10/+9
2017-04-07blk-mq-sched: provide hooks for initializing hardware queue dataOmar Sandoval-42/+43
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe-146/+262
2017-04-07blk-mq: Restart a single queue if tag sets are sharedBart Van Assche-26/+55
2017-04-07blk-mq: Introduce blk_mq_delay_run_hw_queue()Bart Van Assche-2/+30
2017-04-07block: trace completion of all bios.NeilBrown-1/+23
2017-04-07blk-mq: remap queues when adding/removing hardware queuesOmar Sandoval-4/+10
2017-04-07blk-mq-sched: fix crash in switch error pathOmar Sandoval-47/+66
2017-04-07blk-mq-sched: set up scheduler tags when bringing up new queuesOmar Sandoval-1/+35
2017-04-07blk-mq-sched: refactor scheduler initializationOmar Sandoval-59/+57
2017-04-07blk-mq: use the right hctx when getting a driver tag failsOmar Sandoval-17/+19
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig-4/+4
2017-04-05blk-mq: Remove blk_mq_queue_data.listBart Van Assche-17/+0
2017-04-05cfq: Disable writeback throttling by defaultJan Kara-12/+5
2017-04-04block: fix inheriting request priority from bioAdam Manzanares-1/+1
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com-3/+4
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro-97/+100
2017-03-30blk-mq: fix schedule-under-preempt for blocking driversJens Axboe-3/+14
2017-03-30block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"Colin Ian King-1/+1
2017-03-30block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim-1/+0
2017-03-30block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim-1/+0
2017-03-29blk-mq: include errors in did_work calculationJens Axboe-3/+4
2017-03-29block-mq: don't re-queue if we get a queue errorJosef Bacik-2/+1
2017-03-29blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan-25/+98
2017-03-29Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock"Jens Axboe-87/+51
2017-03-29blk-mq: fix a typo and a spelling mistakeJens Axboe-2/+2
2017-03-29blk-mq-pci: Fix two spelling mistakesSagi Grimberg-1/+1
2017-03-29block: fix leak of q->rq_wbOmar Sandoval-1/+3
2017-03-29blk-mq: fix leak of q->statsOmar Sandoval-4/+0
2017-03-29block: warn if sharing request queue across gendisksOmar Sandoval-0/+7
2017-03-29block: block new I/O just after queue is set as dyingMing Lei-3/+10
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei-6/+6
2017-03-29block: add a read barrier in blk_queue_enter()Ming Lei-0/+9
2017-03-29blk-mq: comment on races related with timeout handlerMing Lei-0/+22
2017-03-29blk-mq: don't complete un-started request in timeout handlerMing Lei-10/+1
2017-03-28blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan-51/+87
2017-03-28new helper: uaccess_kernel()Al Viro-1/+1
2017-03-28blk-throttle: add latency target supportShaohua Li-4/+35
2017-03-28blk-throttle: add a mechanism to estimate IO latencyShaohua Li-6/+180