aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_spc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-09-121-5/+22
|\
| * target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-101-1/+1
| * target: Add Third Party Copy (3PC) bit in INQUIRY responseNicholas Bellinger2013-09-101-0/+6
| * target: Enable EXTENDED_COPY setup in spc_parse_cdbNicholas Bellinger2013-09-101-2/+8
| * target: Make spc_parse_naa_6h_vendor_specific non staticNicholas Bellinger2013-09-101-2/+2
| * target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPDNicholas Bellinger2013-09-091-0/+5
* | target: Fix trailing ASCII space usage in INQUIRY vendor+modelNicholas Bellinger2013-08-121-3/+6
|/
* target: Fix parameter list length checking in MODE SELECTRoland Dreier2013-02-131-0/+13
* target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled statusNicholas Bellinger2013-02-131-3/+18
* target: Export SPC inquiry emulationHannes Reinecke2013-02-131-3/+5
* target: Fix zero-length MODE_SENSE regressionNicholas Bellinger2013-01-291-28/+7
* target: Fix zero-length INQUIRY additional sense code regressionNicholas Bellinger2013-01-291-5/+4
* target: Update copyright information to 2012Nicholas Bellinger2012-11-271-4/+1
* target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger2012-11-151-1/+7
* target: pass sense_reason as a return valueChristoph Hellwig2012-11-061-63/+63
* target: Fix incorrect starting offset after MODE_SENSE refactoringNicholas Bellinger2012-11-061-2/+5
* target: Add emulation for MODE SELECTRoland Dreier2012-11-061-0/+53
* target: Implement mode page 0x1c, "Informational Exceptions"Roland Dreier2012-11-061-0/+14
* target: Refactor MODE SENSE emulationRoland Dreier2012-11-061-59/+176
* target: remove ->get_device_revChristoph Hellwig2012-11-061-1/+1
* target: simplify alua supportChristoph Hellwig2012-11-061-9/+3
* target: simplify reservations codeChristoph Hellwig2012-11-061-15/+4
* target: kill dev->dev_task_attr_typeChristoph Hellwig2012-11-061-4/+2
* target/pscsi: call spc_emulate_report_luns directlyChristoph Hellwig2012-11-061-1/+2
* target: move REPORT LUNS emulation to target_core_spc.cChristoph Hellwig2012-11-061-1/+64
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-061-49/+42
* target: Re-add explict zeroing of INQUIRY bounce buffer memoryNicholas Bellinger2012-10-311-0/+2
* target: fix truncation of mode data, support zero allocation lengthPaolo Bonzini2012-09-171-10/+7
* target: support zero allocation length in INQUIRYPaolo Bonzini2012-09-171-25/+6
* target: support zero allocation length in REQUEST SENSEPaolo Bonzini2012-09-071-17/+18
* target: Move MAINTENANCE_[IN,OUT] from pscsi_parse_cdb -> spc_parse_cdbNicholas Bellinger2012-07-161-1/+41
* target: move code for CDB emulationChristoph Hellwig2012-07-161-11/+905
* target: add a parse_cdb method to the backend driversChristoph Hellwig2012-07-161-0/+1
* target: split parsing of SPC commands into a separate helperChristoph Hellwig2012-07-161-0/+169