summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-16block: save 8 bytes of space in struct blkdev_diofor-4.10/hch-diofor-4.10/dioJens Axboe
2016-11-16block: make __blkdev_direct_IO_sync() support O_SYNC/DSYNCJens Axboe
2016-11-16block_dev: avoid atomic ops in direct I/O unless necessaryChristoph Hellwig
2016-11-16block: new direct I/O implementationChristoph Hellwig
2016-11-16block: support a full bio worth of IO for simplified bdev direct-ioJens Axboe
2016-11-16blk-mq: make the polling code adaptiveJens Axboe
2016-11-16blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe
2016-11-16block: fast-path for small and simple direct I/O requestsChristoph Hellwig
2016-11-16blk-wbt: fix old-style function declarationArnd Bergmann
2016-11-16null_blk: add usage hints for NVMYasuaki Ishimatsu
2016-11-16block: deal with stale req count of plug listMing Lei
2016-11-15scsi_lib: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval
2016-11-14loop: return proper error from loop_queue_rq()Omar Sandoval
2016-11-14sd_zbc: Force use of READ16/WRITE16Damien Le Moal
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