aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig
2018-05-30blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatchLiu Bo
2018-05-30block: kyber: make kyber more friendly with mergingJianchao Wang
2018-05-30blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperJens Axboe
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig
2018-05-29block: don't print a message when the device went awayChristoph Hellwig
2018-05-29blk-mq: simplify blk_mq_rq_timed_outChristoph Hellwig
2018-05-29block: remove BLK_EH_HANDLEDChristoph Hellwig
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2018-05-29blk-mq: Remove generation seqeunceKeith Busch
2018-05-29blk-mq: Fix timeout and state orderKeith Busch
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-24blk-mq: avoid starving tag allocation after allocating process migratesMing Lei
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-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
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