summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-wbt: cleanup disable-by-default for CFQJens Axboe2016-11-283-10/+13
* blk-wbt: allow reset of default latency through sysfsJens Axboe2016-11-284-12/+37
* nbd: fix setting of 'error' in NBD_DO_IT ioctlJens Axboe2016-11-221-2/+5
* nbd: move multi-connection bit to unused valueJens Axboe2016-11-221-1/+1
* nbd: add multi-connection supportJosef Bacik2016-11-222-148/+243
* block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcgTejun Heo2016-11-222-5/+7
* fs: logfs: remove unnecesary checkMing Lei2016-11-221-1/+0
* fs: logfs: use bio_add_page() in do_erase()Ming Lei2016-11-221-29/+15
* fs: logfs: use bio_add_page() in __bdev_writeseg()Ming Lei2016-11-221-31/+20
* fs: logfs: convert to bio_add_page() in sync_request()Ming Lei2016-11-221-5/+1
* bcache: debug: avoid accessing .bi_io_vec directlyMing Lei2016-11-221-3/+8
* target: avoid accessing .bi_vcnt directlyMing Lei2016-11-221-6/+2
* block: floppy: use bio_add_page()Ming Lei2016-11-221-5/+2
* block: drbd: remove impossible failure handlingMing Lei2016-11-221-13/+1
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-2217-50/+28
* block_dev: get rid of blksize bits calculationJens Axboe2016-11-221-4/+4
* block_dev: Fixed direct I/O bio sector calculationDamien Le Moal2016-11-221-2/+2
* block: apply blk_partition_remap to REQ_OP_ZONE_RESETShaun Tancheff2016-11-211-1/+6
* block: clear all of bi_opf in bio_set_op_attrsChristoph Hellwig2016-11-211-2/+5
* pktcdvd: mark as unmaintained and deprecatedJens Axboe2016-11-212-3/+6
* block: Change extern inline to static inlineTobias Klauser2016-11-181-1/+1
* skd_main: drop duplicate header scatterlist.hGeliang Tang2016-11-181-1/+0
* block: document the 'io_poll_delay' queue sysfs fileJens Axboe2016-11-171-0/+14
* block: new direct I/O implementationChristoph Hellwig2016-11-171-4/+162
* block: make __blkdev_direct_IO_sync() support O_SYNC/DSYNCJens Axboe2016-11-171-2/+12
* block: support a full bio worth of IO for simplified bdev direct-ioJens Axboe2016-11-171-4/+15
* blk-mq: make the polling code adaptiveJens Axboe2016-11-173-12/+83
* blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe2016-11-174-0/+81
* block: fast-path for small and simple direct I/O requestsChristoph Hellwig2016-11-171-0/+80
* nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe2016-11-171-9/+23
* blk-wbt: fix old-style function declarationArnd Bergmann2016-11-161-1/+1
* null_blk: add usage hints for NVMYasuaki Ishimatsu2016-11-162-1/+2
* block: deal with stale req count of plug listMing Lei2016-11-162-1/+11
* scsi_lib: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval2016-11-151-3/+3
* nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval2016-11-154-10/+10
* loop: return proper error from loop_queue_rq()Omar Sandoval2016-11-141-1/+1
* sd_zbc: Force use of READ16/WRITE16Damien Le Moal2016-11-141-0/+4
* bsg: Add sparse annotations to bsg_request_fn()Bart Van Assche2016-11-141-0/+2
* blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1Jens Axboe2016-11-111-6/+6
* blk-wbt: remove stat opsJens Axboe2016-11-113-43/+8
* blk-wbt: store queue instead of bdiJens Axboe2016-11-112-11/+13
* block: move poll code to blk-mqJens Axboe2016-11-115-49/+57
* Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla2016-11-111-9/+5
* blk-mq: blk_mq_try_issue_directly() should lookup hardware queueJens Axboe2016-11-111-4/+4
* block: hook up writeback throttlingJens Axboe2016-11-108-4/+181
* blk-wbt: add general throttling mechanismJens Axboe2016-11-104-0/+1054
* block: add scalable completion tracking of requestsJens Axboe2016-11-1010-3/+427
* block: cfq_cpd_alloc() should use @gfpTejun Heo2016-11-101-1/+1
* nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig2016-11-105-11/+21
* nvme: introduce struct nvme_requestChristoph Hellwig2016-11-1011-86/+76