summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-12-05blk-mq: blk_account_io_start() takes a boolJens Axboe
2016-12-05block: fix unintended fallthrough in generic_make_request_checks()Nicolai Stange
2016-12-02blk-stat: fix a typoShaohua Li
2016-12-01block: factor out req_set_nomergeRitesh Harjani
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni
2016-12-01block: add async variant of blkdev_issue_zerooutChaitanya Kulkarni
2016-12-01block: Check partition alignment on zoned block devicesDamien Le Moal
2016-11-29blk-mq: Drop explicit timeout sync in hotplugGabriel Krisman Bertazi
2016-11-28blk-wbt: allow wbt to be enabled always through sysfsJens Axboe
2016-11-28blk-wbt: cleanup disable-by-default for CFQJens Axboe
2016-11-28blk-wbt: allow reset of default latency through sysfsJens Axboe
2016-11-22block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcgTejun Heo
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei
2016-11-21block: apply blk_partition_remap to REQ_OP_ZONE_RESETShaun Tancheff
2016-11-17scsi: fc: move FC transport's bsg code to bsg-libJohannes Thumshirn
2016-11-17block: add bsg_job_put() and bsg_job_get()Johannes Thumshirn
2016-11-17scsi: fc: use bsg_softirq_doneJohannes Thumshirn
2016-11-17scsi: fc: Use bsg_destroy_jobJohannes Thumshirn
2016-11-17block: add reference counting for struct bsg_jobJohannes Thumshirn
2016-11-17blk-mq: make the polling code adaptiveJens Axboe
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe
2016-11-16blk-wbt: fix old-style function declarationArnd Bergmann
2016-11-16block: deal with stale req count of plug listMing Lei
2016-11-14bsg: Add sparse annotations to bsg_request_fn()Bart Van Assche
2016-11-11blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1Jens Axboe
2016-11-11blk-wbt: remove stat opsJens Axboe
2016-11-11blk-wbt: store queue instead of bdiJens Axboe
2016-11-11block: move poll code to blk-mqJens Axboe
2016-11-11blk-mq: blk_mq_try_issue_directly() should lookup hardware queueJens Axboe
2016-11-10block: hook up writeback throttlingJens Axboe
2016-11-10blk-wbt: add general throttling mechanismJens Axboe
2016-11-10block: add scalable completion tracking of requestsJens Axboe
2016-11-10block: cfq_cpd_alloc() should use @gfpTejun Heo
2016-11-08block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSHJens Axboe
2016-11-08blk-mq: export blk_mq_map_queuesChristoph Hellwig
2016-11-06blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi
2016-11-05block: add code to track actual device queue depthJens Axboe
2016-11-03blk-mq: immediately dispatch big size requestShaohua Li
2016-11-03block: immediately dispatch big size requestShaohua Li
2016-11-03block: drop q argument from bsg_validate_sgv4_hdrJohannes Thumshirn
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche
2016-11-02blk-mq: Move more code into blk_mq_direct_issue_request()Bart Van Assche
2016-11-02blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche
2016-11-02blk-mq: Introduce blk_mq_hctx_stopped()Bart Van Assche
2016-11-02blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche
2016-11-02block: add bio_iov_iter_get_pages()Kent Overstreet
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig