summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-16blk-iolatency: don't change the latency windowJosef Bacik1-10/+0
2018-07-13lightnvm: pblk: assume that chunks are closed on 1.2 devicesHans Holmberg1-2/+3
2018-07-13lightnvm: pblk: add asynchronous partial readHeiner Litz2-63/+130
2018-07-13lightnvm: pblk: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-13lightnvm: pblk: expose generic disk name on pr_* msgsMatias Bjørling9-138/+153
2018-07-13lightnvm: limit get chunk meta request sizeMatias Bjørling1-2/+8
2018-07-13lightnvm: pblk: fix read_bitmap for 32bit archsMatias Bjørling1-7/+7
2018-07-13lightnvm: Remove redundant rq->__data_len initializationBart Van Assche1-4/+2
2018-07-13lightnvm: pblk: enable line minor version detectionMatias Bjørling1-2/+3
2018-07-13lightnvm: move NVM_DEBUG to pblkMatias Bjørling10-70/+72
2018-07-13lightnvm: pblk: handle case when mw_cunits equals to 0Marcin Dziegielewski2-7/+5
2018-07-13block: remove blkdev_entry_to_request() macroVladimir Zapolskiy1-2/+0
2018-07-13block: skd: Use %pad printk format for dma_addr_t valuesHelge Deller1-8/+8
2018-07-12bsg: remove read/write supportChristoph Hellwig1-454/+6
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/DAC960.c: fix defined but not used build warningsRandy Dunlap1-3/+6
2018-07-09null_blk: add zone supportMatias Bjørling5-3/+234
2018-07-09null_blk: move shared definitions to header fileMatias Bjørling2-75/+81
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-09null_blk: remove NULLB_DEV_FL_CONFIGURED on turning off nullb deviceLiu Bo1-0/+1
2018-07-09mm: skip readahead if the cgroup is congestedJosef Bacik1-0/+7
2018-07-09Documentation: add a doc for blk-iolatencyJosef Bacik1-0/+79
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik6-2/+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 Bacik10-251/+478
2018-07-09blk-stat: export helpers for modifying blk_rq_statJosef Bacik2-8/+12
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo7-14/+81
2018-07-09blkcg: add generic throttling mechanismJosef Bacik5-0/+332
2018-07-09swap,blkcg: issue swap io with the appropriate contextTejun Heo3-0/+32
2018-07-09blk: introduce REQ_SWAPJosef Bacik3-3/+4
2018-07-09blk-cgroup: allow controllers to output their own statsJosef Bacik2-3/+47
2018-07-09block: introduce bio_issue_as_root_blkgJosef Bacik1-0/+16
2018-07-09block: add bi_blkg to the bio for cgroupsJosef Bacik4-15/+32
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei4-11/+45
2018-07-09block/loop: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-09drbd: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
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-09paride: remove redundant variable nColin Ian King1-2/+1
2018-07-09partitions/ldm: remove redundant pointer dgrpColin Ian King1-3/+0
2018-07-09loop: remove redundant pointer inodeColin Ian King1-2/+0
2018-07-09block/floppy: remove redundant variable dflagsColin Ian King1-3/+0
2018-07-09Block: blk-throttle: set low_valid immediately once one cgroup has io.low con...Liu Bo1-1/+3
2018-07-09Blktrace: bail out early if block debugfs is not configuredLiu Bo1-3/+3