summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-11block: move poll code to blk-mqJens Axboe5-49/+57
2016-11-11Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla1-9/+5
2016-11-11blk-mq: blk_mq_try_issue_directly() should lookup hardware queueJens Axboe1-4/+4
2016-11-10block: hook up writeback throttlingJens Axboe8-4/+181
2016-11-10blk-wbt: add general throttling mechanismJens Axboe4-0/+1054
2016-11-10block: add scalable completion tracking of requestsJens Axboe10-3/+427
2016-11-10block: cfq_cpd_alloc() should use @gfpTejun Heo1-1/+1
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig5-11/+21
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig11-86/+76
2016-11-09skd: fix function prototypeArnd Bergmann1-2/+2
2016-11-09skd: fix msix error handlingArnd Bergmann1-2/+3
2016-11-08block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSHJens Axboe1-0/+7
2016-11-08writeback: track if we're sleeping on progress in balance_dirty_pages()Jens Axboe3-0/+4
2016-11-07skd_main: use %*ph to dump small buffersAndy Shevchenko1-12/+4
2016-11-07skd: use pci_alloc_irq_vectorsChristoph Hellwig1-146/+66
2016-11-07pktcdvd: don't scribble over the bvec arrayChristoph Hellwig1-41/+6
2016-11-06blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi1-3/+1
2016-11-05block: add code to track actual device queue depthJens Axboe3-0/+26
2016-11-03blk-mq: immediately dispatch big size requestShaohua Li1-1/+6
2016-11-03block: immediately dispatch big size requestShaohua Li2-1/+4
2016-11-03block: drop q argument from bsg_validate_sgv4_hdrJohannes Thumshirn1-2/+2
2016-11-02nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche1-14/+2
2016-11-02nvme: Fix a race condition related to stopping queuesBart Van Assche1-1/+1
2016-11-02dm: Fix a race condition related to stopping and starting queuesBart Van Assche1-12/+1
2016-11-02dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche1-15/+1
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche7-15/+15
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche4-7/+69
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche4-10/+0
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche4-12/+3
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 Assche2-0/+21
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 Overstreet2-0/+50
2016-11-02writeback: mark background writeback as suchJens Axboe1-0/+2
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe8-16/+17
2016-11-02block: add REQ_BACKGROUNDJens Axboe1-0/+2
2016-11-01block: remove the CONFIG_BLOCK ifdef in blk_types.hChristoph Hellwig1-3/+0
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig7-1/+9
2016-11-01ceph: don't include blk_types.h in messenger.hChristoph Hellwig1-1/+1
2016-11-01arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig2-2/+0
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig18-1/+19
2016-11-01block, fs: move submit_bio to bio.hChristoph Hellwig2-1/+2
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig4-14/+11
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig53-182/+133
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig6-28/+33
2016-11-01block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig2-4/+10
2016-11-01block: don't use REQ_SYNC in the READ_SYNC definitionChristoph Hellwig1-1/+1
2016-11-01btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig2-2/+2
2016-11-01bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig2-4/+3