aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
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
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig
2016-11-01cfq-iosched: use op_is_sync instead of opencoding itChristoph Hellwig
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-10-28block: replace REQ_THROTTLED with a bio flagChristoph Hellwig
2016-10-28block: remove bio_is_rwChristoph Hellwig
2016-10-27blk-mq: get rid of confusing blk_map_ctx structureJens Axboe
2016-10-27blk-mq: update hardware and software queues for sleeping allocJens Axboe
2016-10-27blk-mq: update hardware and software queues for sleeping allocJens Axboe
2016-10-26block: flush: fix IO hang in case of flood fua reqMing Lei
2016-10-24block: zoned: fix harmless maybe-uninitialized warningArnd Bergmann
2016-10-21badblocks: badblocks_set/clear update unacked_existShaohua Li
2016-10-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-19block: Add iocontext priority to requestAdam Manzanares
2016-10-18blk-zoned: implement ioctlsShaun Tancheff
2016-10-18block: Implement support for zoned block devicesHannes Reinecke
2016-10-18block: Define zoned block device operationsShaun Tancheff
2016-10-18block: update chunk_sectors in blk_stack_limits()Hannes Reinecke
2016-10-18blk-sysfs: Add 'chunk_sectors' to sysfs attributesHannes Reinecke
2016-10-18block: Add 'zoned' queue limitDamien Le Moal
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds