aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | block: allow max_discard_segments to be stackedMike Snitzer2018-07-241-1/+1
* | block: unexport bio_clone_biosetChristoph Hellwig2018-07-243-79/+68
* | md: remove a bogus commentChristoph Hellwig2018-07-241-4/+0
* | block: remove bio_clone_kmallocChristoph Hellwig2018-07-241-6/+0
* | exofs: use bio_clone_fast in _write_mirrorChristoph Hellwig2018-07-241-2/+2
* | bcache: don't clone bio in bch_data_verifyChristoph Hellwig2018-07-241-1/+5
* | block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vecChristoph Hellwig2018-07-241-4/+2
* | block: simplify bio_check_pages_dirtyChristoph Hellwig2018-07-241-35/+21
* | block: Rename the null_blk_mod kernel module back into null_blkBart Van Assche2018-07-242-3/+3
|/
* blk-mq: fail the request in case issue failureMing Lei2018-07-221-2/+6
* blk-rq-qos: make depth comparisons unsignedJosef Bacik2018-07-222-5/+5
* blkcg: Track DISCARD statistics and output them in cgroup io.statTejun Heo2018-07-183-9/+19
* block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan2018-07-187-18/+68
* block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-1813-43/+50
* block: Define and use STAT_READ and STAT_WRITEMichael Callahan2018-07-188-28/+40
* block: Add part_stat_read_accum to read across field entries.Michael Callahan2018-07-184-7/+7
* block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo2018-07-187-33/+34
* pktcdvd: remove assignment in if conditionRAGHU Halharvi2018-07-171-23/+46
* blk-mq: issue directly if hw queue isn't busy in case of 'none'Ming Lei2018-07-173-2/+36
* blk-iolatency: truncate our current timeJosef Bacik2018-07-161-0/+6
* blk-iolatency: don't change the latency windowJosef Bacik2018-07-161-10/+0
* lightnvm: pblk: assume that chunks are closed on 1.2 devicesHans Holmberg2018-07-131-2/+3
* lightnvm: pblk: add asynchronous partial readHeiner Litz2018-07-132-63/+130
* lightnvm: pblk: mark expected switch fall-throughGustavo A. R. Silva2018-07-131-0/+1
* lightnvm: pblk: expose generic disk name on pr_* msgsMatias Bjørling2018-07-139-138/+153
* lightnvm: limit get chunk meta request sizeMatias Bjørling2018-07-131-2/+8
* lightnvm: pblk: fix read_bitmap for 32bit archsMatias Bjørling2018-07-131-7/+7
* lightnvm: Remove redundant rq->__data_len initializationBart Van Assche2018-07-131-4/+2
* lightnvm: pblk: enable line minor version detectionMatias Bjørling2018-07-131-2/+3
* lightnvm: move NVM_DEBUG to pblkMatias Bjørling2018-07-1310-70/+72
* lightnvm: pblk: handle case when mw_cunits equals to 0Marcin Dziegielewski2018-07-132-7/+5
* block: remove blkdev_entry_to_request() macroVladimir Zapolskiy2018-07-131-2/+0
* block: skd: Use %pad printk format for dma_addr_t valuesHelge Deller2018-07-121-8/+8
* bsg: remove read/write supportChristoph Hellwig2018-07-121-454/+6
* blk-iolatency: fix max_depth comparisonsJosef Bacik2018-07-111-6/+6
* block: iolatency: avoid 64-bit divisionArnd Bergmann2018-07-101-2/+1
* block/DAC960.c: fix defined but not used build warningsRandy Dunlap2018-07-091-3/+6
* null_blk: add zone supportMatias Bjørling2018-07-095-3/+234
* null_blk: move shared definitions to header fileMatias Bjørling2018-07-092-75/+81
* block: Add default switch case to blk_pm_allow_request() to kill warningGeert Uytterhoeven2018-07-091-2/+2
* block: fix infinite loop if the device loses discard capabilityMikulas Patocka2018-07-091-0/+10
* block, mm: remove unnecessary __GFP_HIGH flagShakeel Butt2018-07-091-1/+1
* null_blk: remove NULLB_DEV_FL_CONFIGURED on turning off nullb deviceLiu Bo2018-07-091-0/+1
* mm: skip readahead if the cgroup is congestedJosef Bacik2018-07-091-0/+7
* Documentation: add a doc for blk-iolatencyJosef Bacik2018-07-091-0/+79
* block: introduce blk-iolatency io controllerJosef Bacik2018-07-096-2/+957
* rq-qos: introduce dio_bio callbackJosef Bacik2018-07-093-0/+16
* block: remove external dependency on wbt_flagsJosef Bacik2018-07-096-42/+68
* blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik2018-07-0910-251/+478
* blk-stat: export helpers for modifying blk_rq_statJosef Bacik2018-07-092-8/+12