summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: mark bio_wouldblock_error() bio with BIO_QUIETJens Axboe2020-06-011-0/+1
* blk-wbt: rename __wbt_update_limits to wbt_update_limitsGuoqing Jiang2020-05-291-4/+4
* blk-wbt: remove wbt_update_limitsGuoqing Jiang2020-05-292-12/+0
* blk-throttle: remove tg_drain_biosGuoqing Jiang2020-05-291-22/+0
* blk-throttle: remove blk_throtl_drainGuoqing Jiang2020-05-292-43/+0
* null_blk: force complete for timeout requestDongli Zhang2020-05-291-1/+1
* blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei2020-05-297-4/+133
* blk-mq: add blk_mq_all_tag_iterMing Lei2020-05-292-18/+34
* blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctxChristoph Hellwig2020-05-291-21/+23
* blk-mq: use BLK_MQ_NO_TAG in more placesChristoph Hellwig2020-05-293-13/+13
* blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAGChristoph Hellwig2020-05-293-5/+5
* blk-mq: move more request initialization to blk_mq_rq_ctx_initChristoph Hellwig2020-05-291-17/+19
* blk-mq: simplify the blk_mq_get_request calling conventionChristoph Hellwig2020-05-291-14/+22
* blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig2020-05-295-5/+5
* nvme: force complete cancelled requestsKeith Busch2020-05-291-1/+1
* blk-mq: blk-mq: provide forced completion methodKeith Busch2020-05-292-2/+14
* block: fix a warning when blkdev.h is included for !CONFIG_BLOCK buildsChristoph Hellwig2020-05-281-1/+1
* block: blk-crypto-fallback: remove redundant initialization of variable errColin Ian King2020-05-271-1/+1
* block: reduce part_stat_lock() scopeChristoph Hellwig2020-05-272-3/+5
* block: use __this_cpu_add() instead of access by smp_processor_id()Konstantin Khlebnikov2020-05-271-1/+1
* block: remove rcu_read_lock() from part_stat_lock()Konstantin Khlebnikov2020-05-272-5/+10
* block: add a blk_account_io_merge_bio helperKonstantin Khlebnikov2020-05-274-12/+19
* block: account merge of two requestsKonstantin Khlebnikov2020-05-271-7/+5
* block: always use a percpu variable for disk statsChristoph Hellwig2020-05-275-69/+18
* block: move update_io_ticks to blk-core.cChristoph Hellwig2020-05-273-17/+15
* block: remove generic_{start,end}_io_acctChristoph Hellwig2020-05-272-45/+0
* zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acctChristoph Hellwig2020-05-271-14/+10
* nvdimm: use bio_{start,end}_io_acctChristoph Hellwig2020-05-274-25/+12
* dm: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-7/+2
* bcache: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-14/+4
* lightnvm/pblk: use bio_{start,end}_io_acctChristoph Hellwig2020-05-272-12/+7
* rsxx: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-17/+2
* drbd: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-23/+4
* block: add disk/bio-based accounting helpersChristoph Hellwig2020-05-272-0/+62
* block: remove the disk and queue NULL checks in blkdev_issue_flushChristoph Hellwig2020-05-221-8/+0
* block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-2222-41/+27
* block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang2020-05-192-2/+0
* null_blk: Zero-initialize read buffers in non-memory-backed modeBart Van Assche2020-05-191-0/+26
* block: Document the bio_vec propertiesBart Van Assche2020-05-191-2/+11
* bio.h: Declare the arguments of the bio iteration functions constBart Van Assche2020-05-191-3/+3
* block: Fix type of first compat_put_{,u}long() argumentBart Van Assche2020-05-191-2/+2
* block: merge part_{inc,dev}_in_flight into their only callersChristoph Hellwig2020-05-193-26/+8
* block: don't call part_{inc,dec}_in_flight for blk-mq devicesChristoph Hellwig2020-05-192-18/+5
* block: move the blk-mq calls out of part_in_flight{,_rw}Christoph Hellwig2020-05-191-14/+14
* block: mark blk_account_io_completion staticChristoph Hellwig2020-05-192-2/+1
* blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig2020-05-194-31/+37
* blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request_hctxChristoph Hellwig2020-05-191-3/+0
* blk-mq: remove a pointless queue enter pair in blk_mq_alloc_requestChristoph Hellwig2020-05-191-3/+0
* blk-mq: move the call to blk_queue_enter_live out of blk_mq_get_requestChristoph Hellwig2020-05-191-11/+16
* blktrace: Report pid with note messagesJan Kara2020-05-161-2/+2