summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen/block: add multi-page ring supportBob Liu2015-06-064-59/+180
* driver: xen-blkfront: move talk_to_blkback to a more suitable placeBob Liu2015-06-061-8/+6
* drivers: xen-blkback: delay pending_req allocation to connect_ringBob Liu2015-06-062-45/+39
* NVMe: Automatic namespace rescanKeith Busch2015-06-053-32/+132
* Merge branch 'for-4.2/core' into for-4.2/driversJens Axboe2015-06-051-0/+1
|\
| * block: add blk_set_queue_dying() to blkdev.hJens Axboe2015-06-051-0/+1
* | NVMe: Memory barrier before queue_count is incrementedJon Derrick2015-06-051-1/+4
* | NVMe: add sysfs and ioctl controller resetKeith Busch2015-06-052-0/+54
* | null_blk: restart request processing on completion handlerAkinobu Mita2015-06-021-0/+12
* | null_blk: prevent timer handler running on a different CPU where startedAkinobu Mita2015-06-021-1/+1
* | NVMe: Remove hctx reliance for multi-namespaceKeith Busch2015-06-011-33/+19
* | Merge branch 'for-4.2/core' into for-4.2/driversJens Axboe2015-06-0124-302/+157
|\|
| * blk-mq: Shared tag enhancementsKeith Busch2015-06-014-2/+53
| * block: don't honor chunk sizes for data-less IOJens Axboe2015-05-291-1/+1
| * block: only honor SG gap prevention for merges that contain dataJens Axboe2015-05-291-1/+2
| * block: fix returnvar.cocci warningsJulia Lawall2015-05-261-2/+1
| * block, dm: don't copy bios for request clonesChristoph Hellwig2015-05-226-230/+73
| * block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-2212-66/+27
* | NVMe: End sync requests immediately on failureKeith Busch2015-05-291-0/+1
* | NVMe: Use requested sync command timeoutKeith Busch2015-05-291-1/+1
* | NVMe: Fix obtaining command resultKeith Busch2015-05-221-4/+6
* | nvme: submit internal commands through the block layerChristoph Hellwig2015-05-223-545/+300
* | nvme: fail SCSI read/write command with unsupported protection bitChristoph Hellwig2015-05-221-0/+7
* | nvme: report the DPOFUA in MODE_SENSEChristoph Hellwig2015-05-221-2/+2
* | nvme: simplify and cleanup the READ/WRITE SCSI CDB parsing codeChristoph Hellwig2015-05-221-54/+24
* | nvme: first round at deobsfucating the SCSI translation codeChristoph Hellwig2015-05-221-244/+82
* | nvme: fix scsi translation error handlingChristoph Hellwig2015-05-221-251/+127
* | nvme: split nvme_trans_send_fw_cmdChristoph Hellwig2015-05-221-46/+47
* | nvme: store a struct device pointer in struct nvme_devChristoph Hellwig2015-05-223-96/+79
* | nvme: consolidate synchronous command submission helpersChristoph Hellwig2015-05-223-77/+42
* | loop: remove (now) unused 'out' labelJens Axboe2015-05-201-1/+0
* | s390/block/dasd: remove obsolete while -EBUSY loopJarod Wilson2015-05-201-9/+3
* | block: dasd_genhd: convert to blkdev_reread_partMing Lei2015-05-201-6/+3
* | block: nbd: convert to blkdev_reread_part()Ming Lei2015-05-201-1/+1
* | block: loop: fix another reread part failureMing Lei2015-05-201-4/+26
* | block: loop: don't hold lo_ctl_mutex in lo_openMing Lei2015-05-202-10/+13
* | Merge branch 'for-4.2/core' into for-4.2/driversJens Axboe2015-05-2020-291/+285
|\|
| * block: replace trylock with mutex_lock in blkdev_reread_part()Ming Lei2015-05-201-2/+7
| * block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson2015-05-202-3/+28
| * suspend: simplify block I/O handlingChristoph Hellwig2015-05-196-155/+122
| * block: collapse bio bit spaceJens Axboe2015-05-191-9/+9
| * block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig2015-05-192-4/+0
| * block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-197-38/+2
| * block: use an atomic_t for mq_freeze_depthChristoph Hellwig2015-05-192-15/+11
| * blk-mq: make plug work for mutiple disks and queuesShaohua Li2015-05-083-9/+23
| * blk-mq: do limited block plug for multiple queue caseShaohua Li2015-05-081-23/+59
| * blk-mq: avoid re-initialize request which is failed in direct dispatchShaohua Li2015-05-081-0/+2
| * blk-mq: fix plugging in blk_sq_make_requestJeff Moyer2015-05-081-22/+14
| * sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li2015-05-081-4/+1
| * blk: clean up plugShaohua Li2015-05-081-12/+12