aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-02blk-stat: fix a typoShaohua Li1-1/+1
2016-12-01block: factor out req_set_nomergeRitesh Harjani1-9/+10
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni7-8/+105
2016-12-01block: add async variant of blkdev_issue_zerooutChaitanya Kulkarni1-34/+81
2016-12-01block: Check partition alignment on zoned block devicesDamien Le Moal1-0/+65
2016-11-29blk-mq: Drop explicit timeout sync in hotplugGabriel Krisman Bertazi1-8/+1
2016-11-28blk-wbt: allow wbt to be enabled always through sysfsJens Axboe3-7/+29
2016-11-28blk-wbt: cleanup disable-by-default for CFQJens Axboe3-10/+13
2016-11-28blk-wbt: allow reset of default latency through sysfsJens Axboe3-11/+34
2016-11-22block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcgTejun Heo2-5/+7
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-2/+6
2016-11-21block: apply blk_partition_remap to REQ_OP_ZONE_RESETShaun Tancheff1-1/+6
2016-11-17blk-mq: make the polling code adaptiveJens Axboe2-11/+82
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe3-0/+80
2016-11-16blk-wbt: fix old-style function declarationArnd Bergmann1-1/+1
2016-11-16block: deal with stale req count of plug listMing Lei2-1/+11
2016-11-14bsg: Add sparse annotations to bsg_request_fn()Bart Van Assche1-0/+2
2016-11-11blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1Jens Axboe1-6/+6
2016-11-11blk-wbt: remove stat opsJens Axboe3-43/+8
2016-11-11blk-wbt: store queue instead of bdiJens Axboe2-11/+13
2016-11-11block: move poll code to blk-mqJens Axboe2-46/+54
2016-11-11blk-mq: blk_mq_try_issue_directly() should lookup hardware queueJens Axboe1-4/+4
2016-11-10block: hook up writeback throttlingJens Axboe6-4/+171
2016-11-10blk-wbt: add general throttling mechanismJens Axboe3-0/+901
2016-11-10block: add scalable completion tracking of requestsJens Axboe8-3/+404
2016-11-10block: cfq_cpd_alloc() should use @gfpTejun Heo1-1/+1
2016-11-08block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSHJens Axboe1-0/+7
2016-11-06blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi1-3/+1
2016-11-05block: add code to track actual device queue depthJens Axboe1-0/+12
2016-11-03blk-mq: immediately dispatch big size requestShaohua Li1-1/+6
2016-11-03block: immediately dispatch big size requestShaohua Li1-1/+3
2016-11-03block: drop q argument from bsg_validate_sgv4_hdrJohannes Thumshirn1-2/+2
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2-7/+8
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche2-7/+65
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche1-6/+0
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche1-5/+1
2016-11-02blk-mq: Move more code into blk_mq_direct_issue_request()Bart Van Assche1-8/+10
2016-11-02blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche1-0/+20
2016-11-02blk-mq: Introduce blk_mq_hctx_stopped()Bart Van Assche2-6/+11
2016-11-02blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche1-3/+3
2016-11-02block: add bio_iov_iter_get_pages()Kent Overstreet1-0/+49
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig1-3/+8
2016-11-01cfq-iosched: use op_is_sync instead of opencoding itChristoph Hellwig1-12/+4
2016-10-28block: better op and flags encodingChristoph Hellwig7-95/+69
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig9-77/+78
2016-10-28block: replace REQ_THROTTLED with a bio flagChristoph Hellwig1-5/+5
2016-10-28block: remove bio_is_rwChristoph Hellwig1-1/+1
2016-10-27blk-mq: get rid of confusing blk_map_ctx structureJens Axboe1-13/+5
2016-10-27blk-mq: update hardware and software queues for sleeping allocJens Axboe1-3/+3