summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * blk-wbt: fix old-style function declarationArnd Bergmann2016-11-161-1/+1
| * null_blk: add usage hints for NVMYasuaki Ishimatsu2016-11-162-1/+2
| * block: deal with stale req count of plug listMing Lei2016-11-162-1/+11
| * scsi_lib: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval2016-11-151-3/+3
| * nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval2016-11-154-10/+10
| * loop: return proper error from loop_queue_rq()Omar Sandoval2016-11-141-1/+1
| * sd_zbc: Force use of READ16/WRITE16Damien Le Moal2016-11-141-0/+4
| * 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-115-49/+57
| * Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla2016-11-111-9/+5
| * blk-mq: blk_mq_try_issue_directly() should lookup hardware queueJens Axboe2016-11-111-4/+4
| * block: hook up writeback throttlingJens Axboe2016-11-108-4/+181
| * blk-wbt: add general throttling mechanismJens Axboe2016-11-104-0/+1054
| * block: add scalable completion tracking of requestsJens Axboe2016-11-1010-3/+427
| * block: cfq_cpd_alloc() should use @gfpTejun Heo2016-11-101-1/+1
| * nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig2016-11-105-11/+21
| * nvme: introduce struct nvme_requestChristoph Hellwig2016-11-1011-86/+76
| * skd: fix function prototypeArnd Bergmann2016-11-091-2/+2
| * skd: fix msix error handlingArnd Bergmann2016-11-091-2/+3
| * block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSHJens Axboe2016-11-081-0/+7
| * writeback: track if we're sleeping on progress in balance_dirty_pages()Jens Axboe2016-11-083-0/+4
| * skd_main: use %*ph to dump small buffersAndy Shevchenko2016-11-071-12/+4
| * skd: use pci_alloc_irq_vectorsChristoph Hellwig2016-11-071-146/+66
| * pktcdvd: don't scribble over the bvec arrayChristoph Hellwig2016-11-071-41/+6
| * blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi2016-11-061-3/+1
| * block: add code to track actual device queue depthJens Axboe2016-11-053-0/+26
| * blk-mq: immediately dispatch big size requestShaohua Li2016-11-031-1/+6
| * block: immediately dispatch big size requestShaohua Li2016-11-032-1/+4
| * block: drop q argument from bsg_validate_sgv4_hdrJohannes Thumshirn2016-11-031-2/+2
| * nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche2016-11-021-14/+2
| * nvme: Fix a race condition related to stopping queuesBart Van Assche2016-11-021-1/+1
| * dm: Fix a race condition related to stopping and starting queuesBart Van Assche2016-11-021-12/+1
| * dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche2016-11-021-15/+1
| * blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-027-15/+15
| * blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche2016-11-024-7/+69
| * blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2016-11-024-10/+0
| * blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche2016-11-024-12/+3
| * 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-022-0/+21
| * 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-022-0/+50
| * writeback: mark background writeback as suchJens Axboe2016-11-021-0/+2
| * writeback: add wbc_to_write_flags()Jens Axboe2016-11-028-16/+17
| * block: add REQ_BACKGROUNDJens Axboe2016-11-021-0/+2
| * block: remove the CONFIG_BLOCK ifdef in blk_types.hChristoph Hellwig2016-11-011-3/+0
| * mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2016-11-017-1/+9