aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-29nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling8-298/+197
2016-11-29nvme: lightnvm: frees wrong cmd structureMatias Bjørling1-1/+1
2016-11-29blk-mq: Drop explicit timeout sync in hotplugGabriel Krisman Bertazi1-8/+1
2016-11-28blk-wbt: allow wbt to be enabled always through sysfsJens Axboe3-7/+29
2016-11-28blk-wbt: cleanup disable-by-default for CFQJens Axboe3-10/+13
2016-11-28blk-wbt: allow reset of default latency through sysfsJens Axboe4-12/+37
2016-11-22nbd: fix setting of 'error' in NBD_DO_IT ioctlJens Axboe1-2/+5
2016-11-22nbd: move multi-connection bit to unused valueJens Axboe1-1/+1
2016-11-22nbd: add multi-connection supportJosef Bacik2-148/+243
2016-11-22block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcgTejun Heo2-5/+7
2016-11-22fs: logfs: remove unnecesary checkMing Lei1-1/+0
2016-11-22fs: logfs: use bio_add_page() in do_erase()Ming Lei1-29/+15
2016-11-22fs: logfs: use bio_add_page() in __bdev_writeseg()Ming Lei1-31/+20
2016-11-22fs: logfs: convert to bio_add_page() in sync_request()Ming Lei1-5/+1
2016-11-22bcache: debug: avoid accessing .bi_io_vec directlyMing Lei1-3/+8
2016-11-22target: avoid accessing .bi_vcnt directlyMing Lei1-6/+2
2016-11-22block: floppy: use bio_add_page()Ming Lei1-5/+2
2016-11-22block: drbd: remove impossible failure handlingMing Lei1-13/+1
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-21block: 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-17block: 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-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-11blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1Jens Axboe1-6/+6
2016-11-11blk-wbt: remove stat opsJens Axboe3-43/+8
2016-11-11blk-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