summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/BusLogic.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-06driver: xen-blkfront: move talk_to_blkback to a more suitable placeBob Liu1-8/+6
2015-06-06drivers: xen-blkback: delay pending_req allocation to connect_ringBob Liu2-45/+39
2015-06-05NVMe: Automatic namespace rescanKeith Busch3-32/+132
2015-06-05block: add blk_set_queue_dying() to blkdev.hJens Axboe1-0/+1
2015-06-05NVMe: Memory barrier before queue_count is incrementedJon Derrick1-1/+4
2015-06-05NVMe: add sysfs and ioctl controller resetKeith Busch2-0/+54
2015-06-02null_blk: restart request processing on completion handlerAkinobu Mita1-0/+12
2015-06-02null_blk: prevent timer handler running on a different CPU where startedAkinobu Mita1-1/+1
2015-06-01NVMe: Remove hctx reliance for multi-namespaceKeith Busch1-33/+19
2015-06-01blk-mq: Shared tag enhancementsKeith Busch4-2/+53
2015-05-29block: don't honor chunk sizes for data-less IOJens Axboe1-1/+1
2015-05-29block: only honor SG gap prevention for merges that contain dataJens Axboe1-1/+2
2015-05-29NVMe: End sync requests immediately on failureKeith Busch1-0/+1
2015-05-29NVMe: Use requested sync command timeoutKeith Busch1-1/+1
2015-05-26block: fix returnvar.cocci warningsJulia Lawall1-2/+1
2015-05-22NVMe: Fix obtaining command resultKeith Busch1-4/+6
2015-05-22block, dm: don't copy bios for request clonesChristoph Hellwig6-230/+73
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer12-66/+27
2015-05-22nvme: submit internal commands through the block layerChristoph Hellwig3-545/+300
2015-05-22nvme: fail SCSI read/write command with unsupported protection bitChristoph Hellwig1-0/+7
2015-05-22nvme: report the DPOFUA in MODE_SENSEChristoph Hellwig1-2/+2
2015-05-22nvme: simplify and cleanup the READ/WRITE SCSI CDB parsing codeChristoph Hellwig1-54/+24
2015-05-22nvme: first round at deobsfucating the SCSI translation codeChristoph Hellwig1-244/+82
2015-05-22nvme: fix scsi translation error handlingChristoph Hellwig1-251/+127
2015-05-22nvme: split nvme_trans_send_fw_cmdChristoph Hellwig1-46/+47
2015-05-22nvme: store a struct device pointer in struct nvme_devChristoph Hellwig3-96/+79
2015-05-22nvme: consolidate synchronous command submission helpersChristoph Hellwig3-77/+42
2015-05-20loop: remove (now) unused 'out' labelJens Axboe1-1/+0
2015-05-20s390/block/dasd: remove obsolete while -EBUSY loopJarod Wilson1-9/+3
2015-05-20block: dasd_genhd: convert to blkdev_reread_partMing Lei1-6/+3
2015-05-20block: nbd: convert to blkdev_reread_part()Ming Lei1-1/+1
2015-05-20block: loop: fix another reread part failureMing Lei1-4/+26
2015-05-20block: loop: don't hold lo_ctl_mutex in lo_openMing Lei2-10/+13
2015-05-20block: replace trylock with mutex_lock in blkdev_reread_part()Ming Lei1-2/+7
2015-05-20block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson2-3/+28
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig6-155/+122
2015-05-19block: collapse bio bit spaceJens Axboe1-9/+9
2015-05-19block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig2-4/+0
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig7-38/+2
2015-05-19nvme: disable irqs in nvme_freeze_queuesChristoph Hellwig1-2/+2
2015-05-19block: use an atomic_t for mq_freeze_depthChristoph Hellwig2-15/+11
2015-05-18cciss: correct the non-resettable board listTomas Henzl1-2/+21
2015-05-18cciss: remove duplicate entries from board_type structTomas Henzl1-4/+0
2015-05-08blk-mq: make plug work for mutiple disks and queuesShaohua Li3-9/+23
2015-05-08blk-mq: do limited block plug for multiple queue caseShaohua Li1-23/+59
2015-05-08blk-mq: avoid re-initialize request which is failed in direct dispatchShaohua Li1-0/+2
2015-05-08blk-mq: fix plugging in blk_sq_make_requestJeff Moyer1-22/+14
2015-05-08sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li1-4/+1
2015-05-08blk: clean up plugShaohua Li1-12/+12
2015-05-05block: loop: avoiding too many pending per work I/OMing Lei1-1/+1