summaryrefslogtreecommitdiffstats
path: root/Documentation/cputopology.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-17block: make __blkdev_direct_IO_sync() support O_SYNC/DSYNCJens Axboe1-2/+12
2016-11-17block: support a full bio worth of IO for simplified bdev direct-ioJens Axboe1-4/+15
2016-11-17blk-mq: make the polling code adaptiveJens Axboe3-12/+83
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe4-0/+81
2016-11-17block: fast-path for small and simple direct I/O requestsChristoph Hellwig1-0/+80
2016-11-17nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe1-9/+23
2016-11-16blk-wbt: fix old-style function declarationArnd Bergmann1-1/+1
2016-11-16null_blk: add usage hints for NVMYasuaki Ishimatsu2-1/+2
2016-11-16block: deal with stale req count of plug listMing Lei2-1/+11
2016-11-15scsi_lib: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval1-3/+3
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval4-10/+10
2016-11-14loop: return proper error from loop_queue_rq()Omar Sandoval1-1/+1
2016-11-14sd_zbc: Force use of READ16/WRITE16Damien Le Moal1-0/+4
2016-11-14bsg: Add sparse annotations to bsg_request_fn()Bart Van Assche1-0/+2
2016-11-12blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1Jens Axboe1-6/+6
2016-11-12blk-wbt: remove stat opsJens Axboe3-43/+8
2016-11-12blk-wbt: store queue instead of bdiJens Axboe2-11/+13
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-10skd: fix function prototypeArnd Bergmann1-2/+2
2016-11-10skd: fix msix error handlingArnd Bergmann1-2/+3
2016-11-09block: 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-08skd_main: use %*ph to dump small buffersAndy Shevchenko1-12/+4
2016-11-08skd: 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-06block: add code to track actual device queue depthJens Axboe3-0/+26
2016-11-04blk-mq: immediately dispatch big size requestShaohua Li1-1/+6
2016-11-04block: 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