aboutsummaryrefslogtreecommitdiff
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'google-common-android-3.18' into 'msm-3.18'Imran Khan2017-08-111-0/+1
|\
| * scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech2017-04-221-0/+1
* | Merge tag 'lsk-v3.18-15.08-android' into 'msm-3.18'Matt Wagantall2015-09-031-0/+1
|\|
| * SCSI: add 1024 max sectors black list flagMike Christie2015-08-061-0/+1
* | scsi: include device.h in scsi.hMatt Wagantall2015-05-301-0/+1
* | test-iosched: ufs_test: fix gendisk usage in testDolev Raviv2015-05-301-0/+3
* | UAPI: scsi: move ioctl related informationAbhimanyu Kapur2015-05-301-21/+0
* | UAPI: scsi: move the scsi ioctl related filesAbhimanyu Kapur2015-05-302-319/+0
* | scsi: ufs: created UFS unit-tests frameworkDolev Raviv2015-05-301-0/+2
* | scsi: Allow auto suspend override by low-level driverSujit Reddy Thumma2015-05-301-0/+4
* | scsi: Adjust DBD setting in mode sense for caching mode page per LLDMaya Erez2015-05-301-0/+6
|/
* scsi: set REQ_QUEUE for the blk-mq caseChristoph Hellwig2014-10-281-4/+4
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2014-10-216-7/+7
|\
| * Boaz Harrosh - Fix broken email addressBoaz Harrosh2014-10-196-7/+7
| * [SCSI] fix regression that accidentally disabled block-based tcqChristoph Hellwig2014-09-191-1/+1
* | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-10/+26
|\ \
| * | sd: Honor block layer integrity handling flagsMartin K. Petersen2014-09-301-10/+26
| * | blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig2014-09-221-1/+1
| |/
* | Merge remote-tracking branch 'scsi-queue/drivers-for-3.18' into for-linusJames Bottomley2014-10-071-0/+1
|\ \
| * | scsi: fix the type for well known LUsSubhash Jadavani2014-10-011-0/+1
* | | scsi: fix comment in struct Scsi_Host definitionSebastian Herbszt2014-09-301-1/+1
|/ /
* | scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesAlan Stern2014-09-152-0/+4
* | scsi: add use_cmd_list flagKashyap.Desai@avagotech.com2014-09-151-0/+1
* | scsi: fix regression that accidentally disabled block-based tcqChristoph Hellwig2014-09-151-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2014-08-151-0/+1
|\
| * Merge remote-tracking branch 'scsi-queue/drivers-for-3.17' into for-nextJames Bottomley2014-08-061-0/+1
| |\
| | * libiscsi: return new error code when nop times outMike Christie2014-08-011-0/+1
* | | Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-08-141-1/+3
|\ \ \
| * | | block SG_IO: add SG_FLAG_Q_AT_HEAD flagDouglas Gilbert2014-07-011-0/+3
* | | | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-081-1/+1
| |/ / |/| |
* | | Merge remote-tracking branch 'scsi-queue/core-for-3.17' into for-nextJames Bottomley2014-07-301-0/+2
|\ \ \ | |_|/ |/| |
| * | scsi: do not issue SCSI RSOC command to Promise Vtrak E610fJanusz Dziemidowicz2014-07-291-0/+2
* | | scsi: add defines for new FC port speeds.Dick Kennedy2014-07-251-0/+4
|/ /
* | scsi: add a blacklist flag which enables VPD page inquiriesMartin K. Petersen2014-07-252-0/+2
* | scsi: move the writeable field from struct scsi_device to struct scsi_cdChristoph Hellwig2014-07-251-1/+0
* | scsi: add a symbolic name for the ZBC device typeChristoph Hellwig2014-07-251-0/+1
* | scsi: add support for a blk-mq based I/O path.Christoph Hellwig2014-07-252-4/+42
* | scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig2014-07-252-8/+6
* | scsi: convert device_busy to atomic_tChristoph Hellwig2014-07-251-3/+1
* | scsi: convert host_busy to atomic_tChristoph Hellwig2014-07-251-7/+3
* | scsi: convert target_busy to an atomic_tChristoph Hellwig2014-07-251-2/+2
* | scsi: mark scsi_setup_blk_pc_cmnd staticChristoph Hellwig2014-07-171-2/+0
* | scsi: restructure command initialization for TYPE_FS requestsChristoph Hellwig2014-07-171-1/+0
* | scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig2014-07-172-5/+0
* | tgt: removalBart Van Assche2014-07-173-150/+0
* | libsrp: removalChristoph Hellwig2014-07-171-78/+0
* | scsi: use 64-bit value for 'max_luns'Hannes Reinecke2014-07-171-3/+3
* | scsi: use 64-bit LUNsHannes Reinecke2014-07-173-13/+13
* | scsi_scan: Restrict sequential scan to 256 LUNsHannes Reinecke2014-07-171-0/+2
* | sg: add SG_FLAG_Q_AT_TAIL flagDouglas Gilbert2014-07-171-0/+1