aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott1-1/+1
2014-08-06Merge remote-tracking branch 'scsi-queue/drivers-for-3.17' into for-nextJames Bottomley1-0/+1
2014-08-01libiscsi: return new error code when nop times outMike Christie1-0/+1
2014-07-30Merge remote-tracking branch 'scsi-queue/core-for-3.17' into for-nextJames Bottomley1-0/+2
2014-07-29scsi: do not issue SCSI RSOC command to Promise Vtrak E610fJanusz Dziemidowicz1-0/+2
2014-07-25scsi: add defines for new FC port speeds.Dick Kennedy1-0/+4
2014-07-25scsi: add a blacklist flag which enables VPD page inquiriesMartin K. Petersen2-0/+2
2014-07-25scsi: move the writeable field from struct scsi_device to struct scsi_cdChristoph Hellwig1-1/+0
2014-07-25scsi: add a symbolic name for the ZBC device typeChristoph Hellwig1-0/+1
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig2-4/+42
2014-07-25scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig2-8/+6
2014-07-25scsi: convert device_busy to atomic_tChristoph Hellwig1-3/+1
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig1-7/+3
2014-07-25scsi: convert target_busy to an atomic_tChristoph Hellwig1-2/+2
2014-07-17scsi: mark scsi_setup_blk_pc_cmnd staticChristoph Hellwig1-2/+0
2014-07-17scsi: restructure command initialization for TYPE_FS requestsChristoph Hellwig1-1/+0
2014-07-17scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig2-5/+0
2014-07-17tgt: removalBart Van Assche3-150/+0
2014-07-17libsrp: removalChristoph Hellwig1-78/+0
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke1-3/+3
2014-07-17scsi: use 64-bit LUNsHannes Reinecke3-13/+13
2014-07-17scsi_scan: Restrict sequential scan to 256 LUNsHannes Reinecke1-0/+2
2014-07-17sg: add SG_FLAG_Q_AT_TAIL flagDouglas Gilbert1-0/+1
2014-07-17sg: relax 16 byte cdb restrictionDouglas Gilbert1-67/+24
2014-07-17scsi: increase upper limit for max_sectorsAkinobu Mita1-2/+2
2014-07-06Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2014-07-03[SCSI] use the scsi data buffer length to extract transfer sizeMartin K. Petersen1-1/+1
2014-07-01block SG_IO: add SG_FLAG_Q_AT_HEAD flagDouglas Gilbert1-0/+3
2014-06-30usb-storage/SCSI: Add broken_fua blacklist flagAlan Stern1-0/+1
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+17
2014-06-11scsi_cmnd: Introduce scsi_transfer_length helperSagi Grimberg1-0/+17
2014-06-09Merge remote-tracking branch 'scsi-queue/drivers-for-3.16' into for-linusJames Bottomley1-0/+9
2014-06-02include/scsi/osd_protocol.h: remove unnecessary __constantFabian Frederick1-5/+5
2014-05-19virtio_scsi: use cmd_sizeChristoph Hellwig1-0/+9
2014-05-19scsi: reintroduce scsi_driver.init_commandChristoph Hellwig1-6/+3
2014-04-09scsi: Make sure cmd_flags are 64-bitMartin K. Petersen1-2/+2
2014-04-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-1/+5
2014-04-03Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'ocrdma', 'qib', 'sgwrapper', 'srp' and 'usnic' into for-nextRoland Dreier3-1/+5
2014-04-01Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-12/+43
2014-03-27[SCSI] add support for per-host cmd poolsChristoph Hellwig1-0/+7
2014-03-27[SCSI] megaraid: simplify internal command handlingChristoph Hellwig1-3/+0
2014-03-27[SCSI] Add EVPD page 0x83 and 0x80 to sysfsHannes Reinecke1-0/+7
2014-03-24scsi_transport_srp: Fix two kernel-doc warningsBart Van Assche1-1/+0
2014-03-18libata, libsas: kill pm_result and related cleanupDan Williams1-1/+0
2014-03-17SCSI/libiscsi: Add check_protection callback for transportsSagi Grimberg2-0/+5
2014-03-15[SCSI] do not manipulate device reference counts in scsi_get/put_commandChristoph Hellwig1-2/+1
2014-03-15[SCSI] libiscsi: Reduce locking contention in fast pathShlomo Pongratz2-5/+14
2014-03-15[SCSI] fix our current target reap infrastructureJames Bottomley1-2/+1