summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-flush: run the queue when inserting blk-mq flushJens Axboe2016-12-091-1/+1
* elevator: make the rqhash helpers exportedJens Axboe2016-12-091-4/+4
* blk-mq: abstract out blk_mq_dispatch_rq_list() helperJens Axboe2016-12-092-38/+48
* blk-mq: add blk_mq_start_stopped_hw_queue()Jens Axboe2016-12-091-7/+12
* block: improve handling of the magic discard payloadChristoph Hellwig2016-12-094-78/+21
* blk-wbt: don't throttle discard or write zeroesChristoph Hellwig2016-12-091-3/+2
* blk-mq: blk_account_io_start() takes a boolJens Axboe2016-12-051-1/+1
* block: fix unintended fallthrough in generic_make_request_checks()Nicolai Stange2016-12-051-0/+1
* blk-stat: fix a typoShaohua Li2016-12-021-1/+1
* block: factor out req_set_nomergeRitesh Harjani2016-12-011-9/+10
* block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-017-8/+105
* block: add async variant of blkdev_issue_zerooutChaitanya Kulkarni2016-12-011-34/+81
* block: Check partition alignment on zoned block devicesDamien Le Moal2016-12-011-0/+65
* blk-mq: Drop explicit timeout sync in hotplugGabriel Krisman Bertazi2016-11-291-8/+1
* blk-wbt: allow wbt to be enabled always through sysfsJens Axboe2016-11-283-7/+29
* blk-wbt: cleanup disable-by-default for CFQJens Axboe2016-11-283-10/+13
* blk-wbt: allow reset of default latency through sysfsJens Axboe2016-11-283-11/+34
* block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcgTejun Heo2016-11-222-5/+7
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-2/+6
* block: apply blk_partition_remap to REQ_OP_ZONE_RESETShaun Tancheff2016-11-211-1/+6
* blk-mq: make the polling code adaptiveJens Axboe2016-11-172-11/+82
* blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe2016-11-173-0/+80
* blk-wbt: fix old-style function declarationArnd Bergmann2016-11-161-1/+1
* block: deal with stale req count of plug listMing Lei2016-11-162-1/+11
* bsg: Add sparse annotations to bsg_request_fn()Bart Van Assche2016-11-141-0/+2
* blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1Jens Axboe2016-11-111-6/+6
* blk-wbt: remove stat opsJens Axboe2016-11-113-43/+8
* blk-wbt: store queue instead of bdiJens Axboe2016-11-112-11/+13
* block: move poll code to blk-mqJens Axboe2016-11-112-46/+54
* blk-mq: blk_mq_try_issue_directly() should lookup hardware queueJens Axboe2016-11-111-4/+4
* block: hook up writeback throttlingJens Axboe2016-11-106-4/+171
* blk-wbt: add general throttling mechanismJens Axboe2016-11-103-0/+901
* block: add scalable completion tracking of requestsJens Axboe2016-11-108-3/+404
* block: cfq_cpd_alloc() should use @gfpTejun Heo2016-11-101-1/+1
* block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSHJens Axboe2016-11-081-0/+7
* blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi2016-11-061-3/+1
* block: add code to track actual device queue depthJens Axboe2016-11-051-0/+12
* blk-mq: immediately dispatch big size requestShaohua Li2016-11-031-1/+6
* block: immediately dispatch big size requestShaohua Li2016-11-031-1/+3
* block: drop q argument from bsg_validate_sgv4_hdrJohannes Thumshirn2016-11-031-2/+2
* blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-022-7/+8
* blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche2016-11-022-7/+65
* blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2016-11-021-6/+0
* blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche2016-11-021-5/+1
* blk-mq: Move more code into blk_mq_direct_issue_request()Bart Van Assche2016-11-021-8/+10
* blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche2016-11-021-0/+20
* blk-mq: Introduce blk_mq_hctx_stopped()Bart Van Assche2016-11-022-6/+11
* blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche2016-11-021-3/+3
* block: add bio_iov_iter_get_pages()Kent Overstreet2016-11-021-0/+49
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-2/+2