summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* | | block: don't print a message when the device went awayChristoph Hellwig2018-05-291-2/+2
* | | blk-mq: simplify blk_mq_rq_timed_outChristoph Hellwig2018-05-291-14/+8
* | | block: remove BLK_EH_HANDLEDChristoph Hellwig2018-05-292-7/+0
* | | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-292-2/+2
* | | blk-mq: Remove generation seqeunceKeith Busch2018-05-295-231/+77
* | | blk-mq: Fix timeout and state orderKeith Busch2018-05-291-1/+1
* | | block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-248-80/+73
* | | blk-mq: avoid starving tag allocation after allocating process migratesMing Lei2018-05-241-0/+12
* | | blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersBart Van Assche2018-05-221-2/+6
* | | blk-mq: remove wrong 'unlikely' checkhuhai2018-05-221-1/+1
* | | blk-mq: clear hctx->dispatch_from when mappings changehuhai2018-05-181-0/+1
* | | blk-mq: remove redundant insert case in blk_mq_make_request()huhai2018-05-161-15/+1
* | | block: Add sysfs entry for fua supportKent Overstreet2018-05-141-0/+11
* | | block: Export bio check/set pages_dirtyKent Overstreet2018-05-141-0/+2
* | | block: Add warning for bi_next not NULL in bio_endio()Kent Overstreet2018-05-142-1/+10
* | | block: Add missing flush_dcache_page() callKent Overstreet2018-05-141-0/+2
* | | block: Split out bio_list_copy_data()Kent Overstreet2018-05-141-32/+51
* | | block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet2018-05-141-20/+24
* | | block: Use bioset_init() for fs_bio_setKent Overstreet2018-05-142-5/+4
* | | block: Add bioset_init()/bioset_exit()Kent Overstreet2018-05-141-28/+65
* | | block: Convert bio_set to mempool_init()Kent Overstreet2018-05-142-34/+31
* | | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-1/+1
* | | block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIMChristoph Hellwig2018-05-141-3/+2
* | | block: pass an explicit gfp_t to get_requestChristoph Hellwig2018-05-141-7/+7
* | | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-143-19/+8
* | | block: fix __get_request documentationChristoph Hellwig2018-05-141-1/+1
* | | kyber-iosched: update shallow depth when setting up hardware queueJens Axboe2018-05-101-0/+3
* | | bfq-iosched: update shallow depth to smallest one usedJens Axboe2018-05-101-3/+14
* | | bfq-iosched: remove unused variableJens Axboe2018-05-102-15/+7
* | | bfq: calculate shallow depths at init timeJens Axboe2018-05-101-47/+50
* | | bfq-iosched: don't worry about reserved tags in limit_depthJens Axboe2018-05-101-8/+1
* | | blk-mq: don't call into depth limiting for reserved tagsJens Axboe2018-05-101-2/+4
* | | block, bfq: postpone rq preparation to insert or mergePaolo Valente2018-05-101-29/+57
* | | block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-098-39/+27
* | | block: move blk_stat_add() to __blk_mq_end_request()Omar Sandoval2018-05-091-4/+5
* | | block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval2018-05-093-48/+51
* | | block: get rid of struct blk_issue_statOmar Sandoval2018-05-098-65/+23
* | | block: replace bio->bi_issue_stat with bio-specific typeOmar Sandoval2018-05-091-11/+8
* | | block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval2018-05-094-46/+45
* | | block: move some wbt helpers to blk-wbt.cOmar Sandoval2018-05-092-25/+28
* | | blk-wbt: throttle discards like background writesJens Axboe2018-05-083-21/+32
* | | blk-wbt: pass in enum wbt_flags to get_rq_wait()Jens Axboe2018-05-082-11/+18
* | | blk-wbt: account any writing command as a writeJens Axboe2018-05-081-1/+1
* | | block: break discard submissions into the user defined sizeJens Axboe2018-05-081-3/+9
* | | block: Shorten interrupt disabled regionsThomas Gleixner2018-05-071-10/+2
* | | block: Remove redundant WARN_ON()Anna-Maria Gleixner2018-05-071-1/+0
* | | block: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior2018-05-071-3/+0
|/ /
* | blk-mq: fix sysfs inflight counterOmar Sandoval2018-04-264-5/+40
* | blk-mq: count allocated but not started requests in iostats inflightOmar Sandoval2018-04-261-12/+9
|/
* Revert "blk-mq: remove code for dealing with remapping queue"Ming Lei2018-04-251-3/+31
OpenPOWER on IntegriCloud