summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-11Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla
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-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig
2016-11-09skd: fix function prototypeArnd Bergmann
2016-11-09skd: fix msix error handlingArnd Bergmann
2016-11-08block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSHJens Axboe
2016-11-08writeback: track if we're sleeping on progress in balance_dirty_pages()Jens Axboe
2016-11-07skd_main: use %*ph to dump small buffersAndy Shevchenko
2016-11-07skd: use pci_alloc_irq_vectorsChristoph Hellwig
2016-11-07pktcdvd: don't scribble over the bvec arrayChristoph 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-02nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche
2016-11-02nvme: Fix a race condition related to stopping queuesBart Van Assche
2016-11-02dm: Fix a race condition related to stopping and starting queuesBart Van Assche
2016-11-02dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche
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-02writeback: mark background writeback as suchJens Axboe
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe
2016-11-02block: add REQ_BACKGROUNDJens Axboe
2016-11-01block: remove the CONFIG_BLOCK ifdef in blk_types.hChristoph Hellwig
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig
2016-11-01ceph: don't include blk_types.h in messenger.hChristoph Hellwig
2016-11-01arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig
2016-11-01block, fs: move submit_bio to bio.hChristoph Hellwig
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig