aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2018-12-17blk-mq: export hctx->type in debugfs instead of sysfsMing Lei
2018-12-17blk-mq: fix allocation for queue mapping tableMing Lei
2018-12-16blk-wbt: export internal state via debugfsMing Lei
2018-12-16blk-mq-debugfs: support rq_qosMing Lei
2018-12-16block: clear REQ_HIPRI if polling is not supportedChristoph Hellwig
2018-12-16blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang
2018-12-16blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requestsJianchao Wang
2018-12-16blk-mq: refactor the code of issue request directlyJianchao Wang
2018-12-16block: remove the bio_integrity_advance exportChristoph Hellwig
2018-12-16block: remove the bioset_integrity_free exportChristoph Hellwig
2018-12-14block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exportsChristoph Hellwig
2018-12-14block: remove the unused bio_iov_iter_get_pages exportChristoph Hellwig
2018-12-14block: remove the blk_recount_segments exportChristoph Hellwig
2018-12-14block: remove the bio_phys_segments exportChristoph Hellwig
2018-12-13blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg
2018-12-12blkcg: handle dying request_queue when associating a blkgDennis Zhou
2018-12-12block: deactivate blk_stat timer in wbt_disable_default()Ming Lei
2018-12-11block: Fix null_blk_zoned creation failure with small number of zonesShin'ichiro Kawasaki
2018-12-10block/bio: Do not zero user pagesKeith Busch
2018-12-10block: return just one value from part_in_flightMikulas Patocka
2018-12-10block: switch to per-cpu in-flight countersMikulas Patocka
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe
2018-12-07blk-mq: re-build queue map in case of kdump kernelMing Lei
2018-12-07block: convert io-latency to use rq_qos_waitJosef Bacik
2018-12-07block: convert wbt_wait() to use rq_qos_wait()Josef Bacik
2018-12-07block: add rq_qos_wait to rq_qosJosef Bacik
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou
2018-12-07blkcg: change blkg reference counting to use percpu_refDennis Zhou
2018-12-07blkcg: remove bio_disassociate_task()Dennis Zhou
2018-12-07blkcg: remove additional reference to the cssDennis Zhou
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou
2018-12-07blkcg: associate writeback bios with a blkgDennis Zhou
2018-12-07blkcg: associate a blkg for pages being evicted by swapDennis Zhou
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou
2018-12-07blkcg: associate blkg when associating a deviceDennis Zhou
2018-12-07dm: set the static flush bio device on demandDennis Zhou
2018-12-07blkcg: introduce common blkg association logicDennis Zhou
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou
2018-12-07blkcg: update blkg_lookup_create() to do lockingDennis Zhou
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou
2018-12-07blk-mq: punt failed direct issue to dispatch listJens Axboe
2018-12-07block, bfq: fix decrement of num_active_groupsPaolo Valente
2018-12-04blk-mq: fix corruption with direct issueJens Axboe
2018-12-04block: enable polling by default if a poll map is initalizedChristoph Hellwig
2018-12-04block: only allow polling if a poll queue_map existsChristoph Hellwig
2018-12-04block: remove ->poll_fnChristoph Hellwig
2018-12-04block: move queues types to the block layerChristoph Hellwig
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe