summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: add a few missing debugfs RQF_ flagsJens Axboe2018-01-101-0/+2
* blk-mq: Explain when 'active_queues' is decrementedBart Van Assche2018-01-101-0/+6
* partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron2018-01-101-1/+3
* block, bfq: fix occurrences of request finish method's old nameChiara Bruschi2018-01-101-13/+13
* Revert "block: blk-merge: try to make front segments in full size"Ming Lei2018-01-091-49/+5
* bfq-iosched: don't call bfqg_and_blkg_put for !CONFIG_BFQ_GROUP_IOSCHEDJens Axboe2018-01-091-1/+1
* block: Fix kernel-doc warnings reported when building with W=1Bart Van Assche2018-01-092-3/+5
* blk-mq: Fix spelling in a source code commentBart Van Assche2018-01-091-2/+2
* blk-mq: silence false positive warnings in hctx_unlock()Jens Axboe2018-01-091-2/+4
* blk-mq: rename blk_mq_hw_ctx->queue_rq_srcu to ->srcuTejun Heo2018-01-091-7/+7
* blk-mq: remove REQ_ATOM_STARTEDTejun Heo2018-01-094-33/+10
* blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mqTejun Heo2018-01-092-8/+8
* blk-mq: make blk_abort_request() trigger timeout pathTejun Heo2018-01-093-7/+10
* blk-mq: use blk_mq_rq_state() instead of testing REQ_ATOM_COMPLETETejun Heo2018-01-091-3/+3
* blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo2018-01-095-79/+206
* blk-mq: protect completion path with RCUTejun Heo2018-01-091-0/+5
* blk-mq: move hctx lock/unlock into a helperJens Axboe2018-01-091-34/+32
* block, bfq: release oom-queue ref to root group on exitPaolo Valente2018-01-091-0/+3
* block, bfq: put async queues for root bfq groups tooPaolo Valente2018-01-091-2/+5
* blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei2018-01-091-1/+2
* blk-mq: fix race between updating nr_hw_queues and switching io schedMing Lei2018-01-061-0/+4
* blk-mq: avoid to map CPU into stale hw queueMing Lei2018-01-061-2/+20
* blk-mq: quiesce queue during switching io sched and updating nr_requestsMing Lei2018-01-062-1/+28
* blk-mq: quiesce queue before freeing queueMing Lei2018-01-061-0/+9
* mq-deadline: make it clear that __dd_dispatch_request() works on all hw queuesJens Axboe2018-01-061-3/+8
* block: blk-merge: remove unnecessary checkMing Lei2018-01-061-3/+1
* block: blk-merge: try to make front segments in full sizeMing Lei2018-01-061-5/+49
* blk-merge: compute bio->bi_seg_front_size efficientlyMing Lei2018-01-061-4/+5
* block: move bio_alloc_pages() to bcacheMing Lei2018-01-061-28/+0
* block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irqMing Lei2018-01-061-5/+11
* block: bounce: avoid direct access to bvec tableMing Lei2018-01-061-9/+8
* block, bfq: remove batches of confusing ifdefsPaolo Valente2018-01-051-55/+72
* block, bfq: consider also past I/O in soft real-time detectionPaolo Valente2018-01-051-34/+81
* block, bfq: remove superfluous check in queue-merging setupAngelo Ruocco2018-01-051-31/+5
* block, bfq: let a queue be merged only shortly after starting I/OPaolo Valente2018-01-053-11/+52
* block, bfq: check low_latency flag in bfq_bfqq_save_state()Angelo Ruocco2018-01-051-1/+2
* block, bfq: add missing rq_pos_tree update on rq removalPaolo Valente2018-01-051-0/+2
* block, bfq: increase threshold to deem I/O as randomPaolo Valente2018-01-051-1/+1
* deadline-iosched: Introduce zone locking supportDamien Le Moal2018-01-051-3/+68
* deadline-iosched: Introduce dispatch helpersDamien Le Moal2018-01-051-10/+37
* mq-deadline: Introduce zone locking supportDamien Le Moal2018-01-051-3/+86
* mq-deadline: Introduce dispatch helpersDamien Le Moal2018-01-051-8/+37
* block: introduce zoned block devices zone write lockingChristoph Hellwig2018-01-052-0/+43
* blk-mq: remove confusing comment of blk_mq_sched_dispatch_requestsLiu Bo2018-01-051-1/+0
* blk-mq: improve heavily contended tag caseJens Axboe2017-12-221-6/+7
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-12-014-13/+10
|\
| * blk-wbt: fix comments typoweiping zhang2017-11-231-1/+1
| * blk-wbt: move wbt_clear_stat to common place in wbt_doneweiping zhang2017-11-231-2/+1
| * blk-sysfs: remove NULL pointer checking in queue_wb_lat_storeweiping zhang2017-11-231-4/+1
| * blk-wbt: remove duplicated setting in wbt_initweiping zhang2017-11-231-2/+0