aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-01block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow pathzhong jiang1-3/+2
2018-07-30block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin1-0/+1
2018-07-30block: move dif_prepare/dif_complete functions to block layerMax Gurtovoy1-0/+110
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds2-16/+42
2018-07-27partitions/aix: append null character to print data from diskMauricio Faria de Oliveira1-2/+6
2018-07-27partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira1-2/+3
2018-07-27block: reset bi_iter.bi_done after splitting bioGreg Edwards1-0/+1
2018-07-26block: move bio_integrity_{intervals,bytes} into blkdev.hGreg Edwards1-22/+0
2018-07-26block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck1-3/+32
2018-07-26block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck1-10/+8
2018-07-24block: allow max_discard_segments to be stackedMike Snitzer1-1/+1
2018-07-24block: unexport bio_clone_biosetChristoph Hellwig2-78/+68
2018-07-24blk-mq: export setting request completion stateKeith Busch1-3/+1
2018-07-24block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vecChristoph Hellwig1-4/+2
2018-07-24block: simplify bio_check_pages_dirtyChristoph Hellwig1-35/+21
2018-07-22blk-mq: fail the request in case issue failureMing Lei1-2/+6
2018-07-22blk-rq-qos: make depth comparisons unsignedJosef Bacik2-5/+5
2018-07-18blkcg: Track DISCARD statistics and output them in cgroup io.statTejun Heo1-4/+9
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan2-5/+17
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2-13/+15
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan2-16/+16
2018-07-17blk-mq: issue directly if hw queue isn't busy in case of 'none'Ming Lei3-2/+36
2018-07-16blk-iolatency: truncate our current timeJosef Bacik1-0/+6
2018-07-16blk-iolatency: don't change the latency windowJosef Bacik1-10/+0
2018-07-14Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2018-07-12bsg: remove read/write supportChristoph Hellwig1-454/+6
2018-07-11bsg: fix bogus EINVAL on non-data commandsTony Battersby1-2/+0
2018-07-11blk-iolatency: fix max_depth comparisonsJosef Bacik1-6/+6
2018-07-10block: iolatency: avoid 64-bit divisionArnd Bergmann1-2/+1
2018-07-09block: Add default switch case to blk_pm_allow_request() to kill warningGeert Uytterhoeven1-2/+2
2018-07-09block: fix infinite loop if the device loses discard capabilityMikulas Patocka1-0/+10
2018-07-09block, mm: remove unnecessary __GFP_HIGH flagShakeel Butt1-1/+1
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik5-0/+957
2018-07-09rq-qos: introduce dio_bio callbackJosef Bacik3-0/+16
2018-07-09block: remove external dependency on wbt_flagsJosef Bacik6-42/+68
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik9-249/+476
2018-07-09blk-stat: export helpers for modifying blk_rq_statJosef Bacik2-8/+12
2018-07-09blkcg: add generic throttling mechanismJosef Bacik1-0/+220
2018-07-09swap,blkcg: issue swap io with the appropriate contextTejun Heo1-0/+24
2018-07-09blk-cgroup: allow controllers to output their own statsJosef Bacik1-3/+44
2018-07-09block: add bi_blkg to the bio for cgroupsJosef Bacik2-14/+30
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei3-10/+43
2018-07-09blk-mq: only attempt to merge bio if there is rq in sw queueMing Lei1-1/+2
2018-07-09blk-mq: use list_splice_tail_init() to insert requestsMing Lei1-7/+7
2018-07-09blk-mq: fix typo in a function commentMinwoo Im1-1/+1
2018-07-09blk-mq: code clean-up by adding an API to clear set->mq_mapMinwoo Im3-5/+12
2018-07-09partitions/ldm: remove redundant pointer dgrpColin Ian King1-3/+0
2018-07-09Block: blk-throttle: set low_valid immediately once one cgroup has io.low configuredLiu Bo1-1/+3
2018-07-09block: Document how blk_update_request() handles RQF_SPECIAL_PAYLOAD requestsBart Van Assche1-0/+4
2018-07-09blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()Ming Lei1-2/+6