| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: libiscsi: add lock around task lists to fix list corruption regression | Chris Leech | 2017-04-22 | 1 | -0/+1 |
* | SCSI: add 1024 max sectors black list flag | Mike Christie | 2015-08-06 | 1 | -0/+1 |
* | scsi: set REQ_QUEUE for the blk-mq case | Christoph Hellwig | 2014-10-28 | 1 | -4/+4 |
* | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 2014-10-21 | 6 | -7/+7 |
|\ |
|
| * | Boaz Harrosh - Fix broken email address | Boaz Harrosh | 2014-10-19 | 6 | -7/+7 |
| * | [SCSI] fix regression that accidentally disabled block-based tcq | Christoph Hellwig | 2014-09-19 | 1 | -1/+1 |
* | | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-10-18 | 1 | -10/+26 |
|\ \ |
|
| * | | sd: Honor block layer integrity handling flags | Martin K. Petersen | 2014-09-30 | 1 | -10/+26 |
| * | | blk-mq: fix and simplify tag iteration for the timeout handler | Christoph Hellwig | 2014-09-22 | 1 | -1/+1 |
| |/ |
|
* | | Merge remote-tracking branch 'scsi-queue/drivers-for-3.18' into for-linus | James Bottomley | 2014-10-07 | 1 | -0/+1 |
|\ \ |
|
| * | | scsi: fix the type for well known LUs | Subhash Jadavani | 2014-10-01 | 1 | -0/+1 |
* | | | scsi: fix comment in struct Scsi_Host definition | Sebastian Herbszt | 2014-09-30 | 1 | -1/+1 |
|/ / |
|
* | | scsi: don't store LUN bits in CDB[1] for USB mass-storage devices | Alan Stern | 2014-09-15 | 2 | -0/+4 |
* | | scsi: add use_cmd_list flag | Kashyap.Desai@avagotech.com | 2014-09-15 | 1 | -0/+1 |
* | | scsi: fix regression that accidentally disabled block-based tcq | Christoph Hellwig | 2014-09-15 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2014-08-15 | 1 | -0/+1 |
|\ |
|
| * | Merge remote-tracking branch 'scsi-queue/drivers-for-3.17' into for-next | James Bottomley | 2014-08-06 | 1 | -0/+1 |
| |\ |
|
| | * | libiscsi: return new error code when nop times out | Mike Christie | 2014-08-01 | 1 | -0/+1 |
* | | | Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-08-14 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | block SG_IO: add SG_FLAG_Q_AT_HEAD flag | Douglas Gilbert | 2014-07-01 | 1 | -0/+3 |
* | | | | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott | 2014-08-08 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge remote-tracking branch 'scsi-queue/core-for-3.17' into for-next | James Bottomley | 2014-07-30 | 1 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | scsi: do not issue SCSI RSOC command to Promise Vtrak E610f | Janusz Dziemidowicz | 2014-07-29 | 1 | -0/+2 |
* | | | scsi: add defines for new FC port speeds. | Dick Kennedy | 2014-07-25 | 1 | -0/+4 |
|/ / |
|
* | | scsi: add a blacklist flag which enables VPD page inquiries | Martin K. Petersen | 2014-07-25 | 2 | -0/+2 |
* | | scsi: move the writeable field from struct scsi_device to struct scsi_cd | Christoph Hellwig | 2014-07-25 | 1 | -1/+0 |
* | | scsi: add a symbolic name for the ZBC device type | Christoph Hellwig | 2014-07-25 | 1 | -0/+1 |
* | | scsi: add support for a blk-mq based I/O path. | Christoph Hellwig | 2014-07-25 | 2 | -4/+42 |
* | | scsi: fix the {host,target,device}_blocked counter mess | Christoph Hellwig | 2014-07-25 | 2 | -8/+6 |
* | | scsi: convert device_busy to atomic_t | Christoph Hellwig | 2014-07-25 | 1 | -3/+1 |
* | | scsi: convert host_busy to atomic_t | Christoph Hellwig | 2014-07-25 | 1 | -7/+3 |
* | | scsi: convert target_busy to an atomic_t | Christoph Hellwig | 2014-07-25 | 1 | -2/+2 |
* | | scsi: mark scsi_setup_blk_pc_cmnd static | Christoph Hellwig | 2014-07-17 | 1 | -2/+0 |
* | | scsi: restructure command initialization for TYPE_FS requests | Christoph Hellwig | 2014-07-17 | 1 | -1/+0 |
* | | scsi: remove various exports that were only used by scsi_tgt | Christoph Hellwig | 2014-07-17 | 2 | -5/+0 |
* | | tgt: removal | Bart Van Assche | 2014-07-17 | 3 | -150/+0 |
* | | libsrp: removal | Christoph Hellwig | 2014-07-17 | 1 | -78/+0 |
* | | scsi: use 64-bit value for 'max_luns' | Hannes Reinecke | 2014-07-17 | 1 | -3/+3 |
* | | scsi: use 64-bit LUNs | Hannes Reinecke | 2014-07-17 | 3 | -13/+13 |
* | | scsi_scan: Restrict sequential scan to 256 LUNs | Hannes Reinecke | 2014-07-17 | 1 | -0/+2 |
* | | sg: add SG_FLAG_Q_AT_TAIL flag | Douglas Gilbert | 2014-07-17 | 1 | -0/+1 |
* | | sg: relax 16 byte cdb restriction | Douglas Gilbert | 2014-07-17 | 1 | -67/+24 |
* | | scsi: increase upper limit for max_sectors | Akinobu Mita | 2014-07-17 | 1 | -2/+2 |
* | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2014-07-06 | 1 | -1/+1 |
|\ \ |
|
| * | | [SCSI] use the scsi data buffer length to extract transfer size | Martin K. Petersen | 2014-07-03 | 1 | -1/+1 |
| |/ |
|
* / | usb-storage/SCSI: Add broken_fua blacklist flag | Alan Stern | 2014-06-30 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2014-06-12 | 1 | -0/+17 |
|\ |
|
| * | scsi_cmnd: Introduce scsi_transfer_length helper | Sagi Grimberg | 2014-06-11 | 1 | -0/+17 |
* | | Merge remote-tracking branch 'scsi-queue/drivers-for-3.16' into for-linus | James Bottomley | 2014-06-09 | 1 | -0/+9 |
|\ \ |
|
| * | | virtio_scsi: use cmd_size | Christoph Hellwig | 2014-05-19 | 1 | -0/+9 |
| |/ |
|