summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-11blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche
2018-08-09Blk-throttle: reduce tail io latency when iops limit is enforcedLiu Bo
2018-08-09block: Ensure that a request queue is dissociated from the cgroup controllerBart Van Assche
2018-08-09block: Introduce blk_exit_queue()Bart Van Assche
2018-08-09blk-mq: count the hctx as active before allocating tagJianchao Wang
2018-08-09block: bvec_nr_vecs() returns value for wrong slabGreg Edwards
2018-08-07cfq: Suppress compiler warnings about comparisonsBart Van Assche
2018-08-07cfq: Annotate fall-through in a switch statementBart Van Assche
2018-08-07blk-wbt: Avoid lock contention and thundering herd issue in wbt_waitAnchal Agarwal
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-08-04Partially revert "block: fail op_is_write() requests to read-only partitions"Linus Torvalds
2018-08-03Merge tag 'for-linus-20180803' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-02blk-mq: fix blk_mq_tagset_busy_iterMing Lei
2018-08-02blk-mq: fix updating tags depthMing Lei
2018-08-02block: really disable runtime-pm for blk-mqMing Lei
2018-08-02block: make iolatency avg_lat exponentially decayDennis Zhou (Facebook)
2018-08-01blk-cgroup: hold the queue ref during throttlingJosef Bacik
2018-08-01blk-iolatency: fix blkg leak in timer_fnJosef Bacik
2018-08-01block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow pathzhong jiang
2018-07-30block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin
2018-07-30block: move dif_prepare/dif_complete functions to block layerMax Gurtovoy
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-27partitions/aix: append null character to print data from diskMauricio Faria de Oliveira
2018-07-27partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira
2018-07-27block: reset bi_iter.bi_done after splitting bioGreg Edwards
2018-07-26block: move bio_integrity_{intervals,bytes} into blkdev.hGreg Edwards
2018-07-26block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck
2018-07-26block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck
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