aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 40-1220/+2563
2018-08-11blkcg: Make blkg_root_lookup() work for queues in bypass modeGravatar Bart Van Assche 1-1/+1
2018-08-09Blk-throttle: reduce tail io latency when iops limit is enforcedGravatar Liu Bo 1-6/+1
2018-08-09block: Ensure that a request queue is dissociated from the cgroup controllerGravatar Bart Van Assche 1-0/+15
2018-08-09block: Introduce blk_exit_queue()Gravatar Bart Van Assche 2-24/+31
2018-08-09blk-mq: count the hctx as active before allocating tagGravatar Jianchao Wang 2-2/+9
2018-08-09block: bvec_nr_vecs() returns value for wrong slabGravatar Greg Edwards 1-1/+1
2018-08-07cfq: Suppress compiler warnings about comparisonsGravatar Bart Van Assche 1-10/+12
2018-08-07cfq: Annotate fall-through in a switch statementGravatar Bart Van Assche 1-0/+1
2018-08-07blk-wbt: Avoid lock contention and thundering herd issue in wbt_waitGravatar Anchal Agarwal 1-31/+24
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Gravatar Jens Axboe 1-2/+0
2018-08-04Partially revert "block: fail op_is_write() requests to read-only partitions"Gravatar Linus Torvalds 1-2/+3
2018-08-03Merge tag 'for-linus-20180803' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2018-08-02blk-mq: fix blk_mq_tagset_busy_iterGravatar Ming Lei 1-1/+1
2018-08-02blk-mq: fix updating tags depthGravatar Ming Lei 1-4/+4
2018-08-02block: really disable runtime-pm for blk-mqGravatar Ming Lei 1-2/+4
2018-08-02block: make iolatency avg_lat exponentially decayGravatar Dennis Zhou (Facebook) 1-15/+45
2018-08-01blk-cgroup: hold the queue ref during throttlingGravatar Josef Bacik 1-1/+1
2018-08-01blk-iolatency: fix blkg leak in timer_fnGravatar Josef Bacik 1-1/+1
2018-08-01block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow pathGravatar zhong jiang 1-3/+2
2018-07-30block: blk_init_allocated_queue() set q->fq as NULL in the fail caseGravatar xiao jin 1-0/+1
2018-07-30block: move dif_prepare/dif_complete functions to block layerGravatar Max Gurtovoy 1-0/+110
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-16/+42
2018-07-27partitions/aix: append null character to print data from diskGravatar Mauricio Faria de Oliveira 1-2/+6
2018-07-27partitions/aix: fix usage of uninitialized lv_info and lvname structuresGravatar Mauricio Faria de Oliveira 1-2/+3
2018-07-27block: reset bi_iter.bi_done after splitting bioGravatar Greg Edwards 1-0/+1
2018-07-26block: move bio_integrity_{intervals,bytes} into blkdev.hGravatar Greg Edwards 1-22/+0
2018-07-26block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsGravatar Martin Wilck 1-3/+32
2018-07-26block: bio_iov_iter_get_pages: fix size of last iovecGravatar Martin Wilck 1-10/+8
2018-07-24block: allow max_discard_segments to be stackedGravatar Mike Snitzer 1-1/+1
2018-07-24block: unexport bio_clone_biosetGravatar Christoph Hellwig 2-78/+68
2018-07-24blk-mq: export setting request completion stateGravatar Keith Busch 1-3/+1
2018-07-24block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vecGravatar Christoph Hellwig 1-4/+2
2018-07-24block: simplify bio_check_pages_dirtyGravatar Christoph Hellwig 1-35/+21
2018-07-22blk-mq: fail the request in case issue failureGravatar Ming Lei 1-2/+6
2018-07-22blk-rq-qos: make depth comparisons unsignedGravatar Josef Bacik 2-5/+5
2018-07-18blkcg: Track DISCARD statistics and output them in cgroup io.statGravatar Tejun Heo 1-4/+9
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatGravatar Michael Callahan 2-5/+17
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Gravatar Michael Callahan 2-13/+15
2018-07-18block: Define and use STAT_READ and STAT_WRITEGravatar Michael Callahan 2-16/+16
2018-07-17blk-mq: issue directly if hw queue isn't busy in case of 'none'Gravatar Ming Lei 3-2/+36
2018-07-16blk-iolatency: truncate our current timeGravatar Josef Bacik 1-0/+6
2018-07-16blk-iolatency: don't change the latency windowGravatar Josef Bacik 1-10/+0
2018-07-14Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+0
2018-07-12bsg: remove read/write supportGravatar Christoph Hellwig 1-454/+6
2018-07-11bsg: fix bogus EINVAL on non-data commandsGravatar Tony Battersby 1-2/+0
2018-07-11blk-iolatency: fix max_depth comparisonsGravatar Josef Bacik 1-6/+6
2018-07-10block: iolatency: avoid 64-bit divisionGravatar Arnd Bergmann 1-2/+1
2018-07-09block: Add default switch case to blk_pm_allow_request() to kill warningGravatar Geert Uytterhoeven 1-2/+2
2018-07-09block: fix infinite loop if the device loses discard capabilityGravatar Mikulas Patocka 1-0/+10