summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-07-24block: allow max_discard_segments to be stackedMike Snitzer
2018-07-24block: unexport bio_clone_biosetChristoph Hellwig
2018-07-24blk-mq: export setting request completion stateKeith Busch
2018-07-24block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vecChristoph Hellwig
2018-07-24block: simplify bio_check_pages_dirtyChristoph Hellwig
2018-07-22blk-mq: fail the request in case issue failureMing Lei
2018-07-22blk-rq-qos: make depth comparisons unsignedJosef Bacik
2018-07-18blkcg: Track DISCARD statistics and output them in cgroup io.statTejun Heo
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan
2018-07-17blk-mq: issue directly if hw queue isn't busy in case of 'none'Ming Lei
2018-07-16blk-iolatency: truncate our current timeJosef Bacik
2018-07-16blk-iolatency: don't change the latency windowJosef Bacik
2018-07-14Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-12bsg: remove read/write supportChristoph Hellwig
2018-07-11bsg: fix bogus EINVAL on non-data commandsTony Battersby
2018-07-11blk-iolatency: fix max_depth comparisonsJosef Bacik
2018-07-10block: iolatency: avoid 64-bit divisionArnd Bergmann
2018-07-09block: Add default switch case to blk_pm_allow_request() to kill warningGeert Uytterhoeven
2018-07-09block: fix infinite loop if the device loses discard capabilityMikulas Patocka
2018-07-09block, mm: remove unnecessary __GFP_HIGH flagShakeel Butt
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik
2018-07-09rq-qos: introduce dio_bio callbackJosef Bacik
2018-07-09block: remove external dependency on wbt_flagsJosef Bacik
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik
2018-07-09blk-stat: export helpers for modifying blk_rq_statJosef Bacik
2018-07-09blkcg: add generic throttling mechanismJosef Bacik
2018-07-09swap,blkcg: issue swap io with the appropriate contextTejun Heo
2018-07-09blk-cgroup: allow controllers to output their own statsJosef Bacik
2018-07-09block: add bi_blkg to the bio for cgroupsJosef Bacik
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei
2018-07-09blk-mq: only attempt to merge bio if there is rq in sw queueMing Lei
2018-07-09blk-mq: use list_splice_tail_init() to insert requestsMing Lei
2018-07-09blk-mq: fix typo in a function commentMinwoo Im
2018-07-09blk-mq: code clean-up by adding an API to clear set->mq_mapMinwoo Im
2018-07-09partitions/ldm: remove redundant pointer dgrpColin Ian King
2018-07-09Block: blk-throttle: set low_valid immediately once one cgroup has io.low con...Liu Bo
2018-07-09block: Document how blk_update_request() handles RQF_SPECIAL_PAYLOAD requestsBart Van Assche
2018-07-09blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()Ming Lei
2018-07-09blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei
2018-07-09blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei
2018-07-09blk-mq: don't pass **hctx to blk_mq_mark_tag_wait()Ming Lei
2018-07-09blk-mq: cleanup blk_mq_get_driver_tag()Ming Lei
2018-07-09block, bfq: give a better name to bfq_bfqq_may_idlePaolo Valente
2018-07-09block, bfq: fix service being wrongly set to zero in case of preemptionPaolo Valente
2018-07-09block, bfq: do not expire a queue that will deserve dispatch pluggingPaolo Valente
2018-07-09block, bfq: add/remove entity weights correctlyPaolo Valente
2018-07-09block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche
2018-07-09block: Inline blk_queue_nr_zones()Bart Van Assche