summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-05-22blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersBart Van Assche
2018-05-22blk-mq: remove wrong 'unlikely' checkhuhai
2018-05-18blk-mq: clear hctx->dispatch_from when mappings changehuhai
2018-05-16blk-mq: remove redundant insert case in blk_mq_make_request()huhai
2018-05-14block: Add sysfs entry for fua supportKent Overstreet
2018-05-14block: Export bio check/set pages_dirtyKent Overstreet
2018-05-14block: Add warning for bi_next not NULL in bio_endio()Kent Overstreet
2018-05-14block: Add missing flush_dcache_page() callKent Overstreet
2018-05-14block: Split out bio_list_copy_data()Kent Overstreet
2018-05-14block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet
2018-05-14block: Add bioset_init()/bioset_exit()Kent Overstreet
2018-05-14block: Convert bio_set to mempool_init()Kent Overstreet
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig
2018-05-14block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIMChristoph Hellwig
2018-05-14block: pass an explicit gfp_t to get_requestChristoph Hellwig
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-05-14block: fix __get_request documentationChristoph Hellwig
2018-05-10kyber-iosched: update shallow depth when setting up hardware queueJens Axboe
2018-05-10bfq-iosched: update shallow depth to smallest one usedJens Axboe
2018-05-10bfq-iosched: remove unused variableJens Axboe
2018-05-10bfq: calculate shallow depths at init timeJens Axboe
2018-05-10bfq-iosched: don't worry about reserved tags in limit_depthJens Axboe
2018-05-10blk-mq: don't call into depth limiting for reserved tagsJens Axboe
2018-05-10block, bfq: postpone rq preparation to insert or mergePaolo Valente
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval
2018-05-09block: move blk_stat_add() to __blk_mq_end_request()Omar Sandoval
2018-05-09block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval
2018-05-09block: replace bio->bi_issue_stat with bio-specific typeOmar Sandoval
2018-05-09block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval
2018-05-09block: move some wbt helpers to blk-wbt.cOmar Sandoval
2018-05-08blk-wbt: throttle discards like background writesJens Axboe
2018-05-08blk-wbt: pass in enum wbt_flags to get_rq_wait()Jens Axboe
2018-05-08blk-wbt: account any writing command as a writeJens Axboe
2018-05-08block: break discard submissions into the user defined sizeJens Axboe
2018-05-07block: Shorten interrupt disabled regionsThomas Gleixner
2018-05-07block: Remove redundant WARN_ON()Anna-Maria Gleixner
2018-05-07block: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior
2018-04-26blk-mq: fix sysfs inflight counterOmar Sandoval
2018-04-26blk-mq: count allocated but not started requests in iostats inflightOmar Sandoval
2018-04-25Revert "blk-mq: remove code for dealing with remapping queue"Ming Lei
2018-04-25block: mq: Add some minor doc for core structsLinus Walleij
2018-04-19blkcg: init root blkcg_gq under lockJiang Biao
2018-04-19blkcg: small fix on comment in blkcg_init_queueJiang Biao
2018-04-18blkcg: don't hold blkcg lock when deactivating policyJiang Biao
2018-04-17bfq-iosched: ensure to clear bic/bfqq pointers when preparing requestJens Axboe
2018-04-16blk-mq: start request gstate with gen 1Jianchao Wang
2018-04-14block: do not use interruptible wait anywhereAlan Jenkins
2018-04-11blk-mq: Revert "blk-mq: reimplement blk_mq_hw_queue_mapped"Ming Lei