aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-14block: remove the blk_recount_segments exportChristoph Hellwig1-1/+0
2018-12-14block: remove the bio_phys_segments exportChristoph Hellwig1-2/+1
2018-12-13blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg1-4/+4
2018-12-12blkcg: handle dying request_queue when associating a blkgDennis Zhou1-0/+6
2018-12-12block: deactivate blk_stat timer in wbt_disable_default()Ming Lei2-1/+8
2018-12-11block: Fix null_blk_zoned creation failure with small number of zonesShin'ichiro Kawasaki1-1/+1
2018-12-10block/bio: Do not zero user pagesKeith Busch1-1/+2
2018-12-10block: return just one value from part_in_flightMikulas Patocka4-34/+21
2018-12-10block: switch to per-cpu in-flight countersMikulas Patocka1-10/+33
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka5-68/+25
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer5-35/+30
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe4-28/+111
2018-12-07blk-mq: re-build queue map in case of kdump kernelMing Lei1-2/+3
2018-12-07block: convert io-latency to use rq_qos_waitJosef Bacik1-23/+8
2018-12-07block: convert wbt_wait() to use rq_qos_wait()Josef Bacik1-54/+11
2018-12-07block: add rq_qos_wait to rq_qosJosef Bacik2-0/+92
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou3-4/+3
2018-12-07blkcg: change blkg reference counting to use percpu_refDennis Zhou1-2/+39
2018-12-07blkcg: remove bio_disassociate_task()Dennis Zhou1-10/+1
2018-12-07blkcg: remove additional reference to the cssDennis Zhou1-38/+28
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2-47/+14
2018-12-07blkcg: associate writeback bios with a blkgDennis Zhou1-0/+18
2018-12-07blkcg: associate a blkg for pages being evicted by swapDennis Zhou1-24/+38
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou4-10/+2
2018-12-07blkcg: associate blkg when associating a deviceDennis Zhou3-4/+2
2018-12-07dm: set the static flush bio device on demandDennis Zhou1-0/+1
2018-12-07blkcg: introduce common blkg association logicDennis Zhou3-20/+58
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou4-29/+29
2018-12-07blkcg: update blkg_lookup_create() to do lockingDennis Zhou2-4/+26
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou4-6/+12
2018-12-07blk-mq: punt failed direct issue to dispatch listJens Axboe1-28/+5
2018-12-07block, bfq: fix decrement of num_active_groupsPaolo Valente3-25/+107
2018-12-04blk-mq: fix corruption with direct issueJens Axboe1-1/+25
2018-12-04block: enable polling by default if a poll map is initalizedChristoph Hellwig1-0/+2
2018-12-04block: only allow polling if a poll queue_map existsChristoph Hellwig1-1/+1
2018-12-04block: remove ->poll_fnChristoph Hellwig2-28/+19
2018-12-04block: move queues types to the block layerChristoph Hellwig2-10/+20
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe1-1/+1
2018-12-03blk-mq: don't call ktime_get_ns() if we don't need itJens Axboe1-2/+17
2018-12-01block: add cmd_flags to print_req_errorBalbir Singh1-4/+5
2018-11-30sbitmap: optimize wakeup checkJens Axboe1-6/+5
2018-11-30block: fix single range discard mergeMing Lei1-1/+1
2018-11-29blk-mq: use plug for devices that implement ->commits_rqs()Jens Axboe1-1/+5
2018-11-29blk-mq: use bd->last == true for list insertsJens Axboe3-10/+10
2018-11-29blk-mq: add mq_ops->commit_rqs()Jens Axboe1-0/+16
2018-11-29block: improve logic around when to sort a plug listJens Axboe2-5/+19
2018-11-29blk-mq: Add a NULL check in blk_mq_free_map_and_requests()Dan Carpenter1-1/+1
2018-11-28block: add io timeout to sysfsWeiping Zhang1-0/+27
2018-11-28block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu1-3/+5
2018-11-28blk-mq: fix failure to decrement plug count on single rq removalJens Axboe1-1/+3