summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ceph: don't include blk_types.h in messenger.hChristoph Hellwig2016-11-011-1/+1
* arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig2016-11-012-2/+0
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-0118-1/+19
* block, fs: move submit_bio to bio.hChristoph Hellwig2016-11-012-1/+2
* fs: decouple READ and WRITE from the block layer opsChristoph Hellwig2016-11-014-14/+11
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-0153-182/+133
* block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig2016-11-016-28/+33
* block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig2016-11-012-4/+10
* block: don't use REQ_SYNC in the READ_SYNC definitionChristoph Hellwig2016-11-011-1/+1