aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29block: don't print a message when the device went awayChristoph Hellwig1-2/+2
2018-05-29blk-mq: simplify blk_mq_rq_timed_outChristoph Hellwig1-14/+8
2018-05-29block: remove BLK_EH_HANDLEDChristoph Hellwig2-7/+0
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2-2/+2
2018-05-29blk-mq: Remove generation seqeunceKeith Busch5-231/+77
2018-05-29blk-mq: Fix timeout and state orderKeith Busch1-1/+1
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches8-80/+73
2018-05-24blk-mq: avoid starving tag allocation after allocating process migratesMing Lei1-0/+12
2018-05-22blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersBart Van Assche1-2/+6
2018-05-22blk-mq: remove wrong 'unlikely' checkhuhai1-1/+1
2018-05-18blk-mq: clear hctx->dispatch_from when mappings changehuhai1-0/+1
2018-05-16blk-mq: remove redundant insert case in blk_mq_make_request()huhai1-15/+1
2018-05-14block: Add sysfs entry for fua supportKent Overstreet1-0/+11
2018-05-14block: Export bio check/set pages_dirtyKent Overstreet1-0/+2
2018-05-14block: Add warning for bi_next not NULL in bio_endio()Kent Overstreet2-1/+10
2018-05-14block: Add missing flush_dcache_page() callKent Overstreet1-0/+2
2018-05-14block: Split out bio_list_copy_data()Kent Overstreet1-32/+51
2018-05-14block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet1-20/+24
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet2-5/+4
2018-05-14block: Add bioset_init()/bioset_exit()Kent Overstreet1-28/+65
2018-05-14block: Convert bio_set to mempool_init()Kent Overstreet2-34/+31
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig1-1/+1
2018-05-14block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIMChristoph Hellwig1-3/+2
2018-05-14block: pass an explicit gfp_t to get_requestChristoph Hellwig1-7/+7
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig3-19/+8
2018-05-14block: fix __get_request documentationChristoph Hellwig1-1/+1
2018-05-10kyber-iosched: update shallow depth when setting up hardware queueJens Axboe1-0/+3
2018-05-10bfq-iosched: update shallow depth to smallest one usedJens Axboe1-3/+14
2018-05-10bfq-iosched: remove unused variableJens Axboe2-15/+7
2018-05-10bfq: calculate shallow depths at init timeJens Axboe1-47/+50
2018-05-10bfq-iosched: don't worry about reserved tags in limit_depthJens Axboe1-8/+1
2018-05-10blk-mq: don't call into depth limiting for reserved tagsJens Axboe1-2/+4
2018-05-10block, bfq: postpone rq preparation to insert or mergePaolo Valente1-29/+57
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval8-39/+27
2018-05-09block: move blk_stat_add() to __blk_mq_end_request()Omar Sandoval1-4/+5
2018-05-09block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval3-48/+51
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval8-65/+23
2018-05-09block: replace bio->bi_issue_stat with bio-specific typeOmar Sandoval1-11/+8
2018-05-09block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval4-46/+45
2018-05-09block: move some wbt helpers to blk-wbt.cOmar Sandoval2-25/+28
2018-05-08blk-wbt: throttle discards like background writesJens Axboe3-21/+32
2018-05-08blk-wbt: pass in enum wbt_flags to get_rq_wait()Jens Axboe2-11/+18
2018-05-08blk-wbt: account any writing command as a writeJens Axboe1-1/+1
2018-05-08block: break discard submissions into the user defined sizeJens Axboe1-3/+9
2018-05-07block: Shorten interrupt disabled regionsThomas Gleixner1-10/+2
2018-05-07block: Remove redundant WARN_ON()Anna-Maria Gleixner1-1/+0
2018-05-07block: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior1-3/+0
2018-04-26blk-mq: fix sysfs inflight counterOmar Sandoval4-5/+40
2018-04-26blk-mq: count allocated but not started requests in iostats inflightOmar Sandoval1-12/+9
2018-04-25Revert "blk-mq: remove code for dealing with remapping queue"Ming Lei1-3/+31