summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei17-50/+28
2016-11-22block_dev: get rid of blksize bits calculationJens Axboe1-4/+4
2016-11-22block_dev: Fixed direct I/O bio sector calculationDamien Le Moal1-2/+2
2016-11-22block: apply blk_partition_remap to REQ_OP_ZONE_RESETShaun Tancheff1-1/+6
2016-11-21block: clear all of bi_opf in bio_set_op_attrsChristoph Hellwig1-2/+5
2016-11-21pktcdvd: mark as unmaintained and deprecatedJens Axboe2-3/+6
2016-11-18block: Change extern inline to static inlineTobias Klauser1-1/+1
2016-11-18skd_main: drop duplicate header scatterlist.hGeliang Tang1-1/+0
2016-11-18block: document the 'io_poll_delay' queue sysfs fileJens Axboe1-0/+14
2016-11-17block: new direct I/O implementationChristoph Hellwig1-4/+162
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-15loop: 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-07blk-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