target_core_spc.c 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085
  1. /*
  2. * SCSI Primary Commands (SPC) parsing and emulation.
  3. *
  4. * Copyright (c) 2002, 2003, 2004, 2005 PyX Technologies, Inc.
  5. * Copyright (c) 2005, 2006, 2007 SBE, Inc.
  6. * Copyright (c) 2007-2010 Rising Tide Systems
  7. * Copyright (c) 2008-2010 Linux-iSCSI.org
  8. *
  9. * Nicholas A. Bellinger <nab@kernel.org>
  10. *
  11. * This program is free software; you can redistribute it and/or modify
  12. * it under the terms of the GNU General Public License as published by
  13. * the Free Software Foundation; either version 2 of the License, or
  14. * (at your option) any later version.
  15. *
  16. * This program is distributed in the hope that it will be useful,
  17. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  19. * GNU General Public License for more details.
  20. *
  21. * You should have received a copy of the GNU General Public License
  22. * along with this program; if not, write to the Free Software
  23. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  24. */
  25. #include <linux/kernel.h>
  26. #include <linux/module.h>
  27. #include <asm/unaligned.h>
  28. #include <scsi/scsi.h>
  29. #include <scsi/scsi_tcq.h>
  30. #include <target/target_core_base.h>
  31. #include <target/target_core_backend.h>
  32. #include <target/target_core_fabric.h>
  33. #include "target_core_internal.h"
  34. #include "target_core_alua.h"
  35. #include "target_core_pr.h"
  36. #include "target_core_ua.h"
  37. static void spc_fill_alua_data(struct se_port *port, unsigned char *buf)
  38. {
  39. struct t10_alua_tg_pt_gp *tg_pt_gp;
  40. struct t10_alua_tg_pt_gp_member *tg_pt_gp_mem;
  41. /*
  42. * Set SCCS for MAINTENANCE_IN + REPORT_TARGET_PORT_GROUPS.
  43. */
  44. buf[5] = 0x80;
  45. /*
  46. * Set TPGS field for explict and/or implict ALUA access type
  47. * and opteration.
  48. *
  49. * See spc4r17 section 6.4.2 Table 135
  50. */
  51. if (!port)
  52. return;
  53. tg_pt_gp_mem = port->sep_alua_tg_pt_gp_mem;
  54. if (!tg_pt_gp_mem)
  55. return;
  56. spin_lock(&tg_pt_gp_mem->tg_pt_gp_mem_lock);
  57. tg_pt_gp = tg_pt_gp_mem->tg_pt_gp;
  58. if (tg_pt_gp)
  59. buf[5] |= tg_pt_gp->tg_pt_gp_alua_access_type;
  60. spin_unlock(&tg_pt_gp_mem->tg_pt_gp_mem_lock);
  61. }
  62. static int spc_emulate_inquiry_std(struct se_cmd *cmd, char *buf)
  63. {
  64. struct se_lun *lun = cmd->se_lun;
  65. struct se_device *dev = cmd->se_dev;
  66. /* Set RMB (removable media) for tape devices */
  67. if (dev->transport->get_device_type(dev) == TYPE_TAPE)
  68. buf[1] = 0x80;
  69. buf[2] = dev->transport->get_device_rev(dev);
  70. /*
  71. * NORMACA and HISUP = 0, RESPONSE DATA FORMAT = 2
  72. *
  73. * SPC4 says:
  74. * A RESPONSE DATA FORMAT field set to 2h indicates that the
  75. * standard INQUIRY data is in the format defined in this
  76. * standard. Response data format values less than 2h are
  77. * obsolete. Response data format values greater than 2h are
  78. * reserved.
  79. */
  80. buf[3] = 2;
  81. /*
  82. * Enable SCCS and TPGS fields for Emulated ALUA
  83. */
  84. if (dev->se_sub_dev->t10_alua.alua_type == SPC3_ALUA_EMULATED)
  85. spc_fill_alua_data(lun->lun_sep, buf);
  86. buf[7] = 0x2; /* CmdQue=1 */
  87. snprintf(&buf[8], 8, "LIO-ORG");
  88. snprintf(&buf[16], 16, "%s", dev->se_sub_dev->t10_wwn.model);
  89. snprintf(&buf[32], 4, "%s", dev->se_sub_dev->t10_wwn.revision);
  90. buf[4] = 31; /* Set additional length to 31 */
  91. return 0;
  92. }
  93. /* unit serial number */
  94. static int spc_emulate_evpd_80(struct se_cmd *cmd, unsigned char *buf)
  95. {
  96. struct se_device *dev = cmd->se_dev;
  97. u16 len = 0;
  98. if (dev->se_sub_dev->su_dev_flags &
  99. SDF_EMULATED_VPD_UNIT_SERIAL) {
  100. u32 unit_serial_len;
  101. unit_serial_len = strlen(dev->se_sub_dev->t10_wwn.unit_serial);
  102. unit_serial_len++; /* For NULL Terminator */
  103. len += sprintf(&buf[4], "%s",
  104. dev->se_sub_dev->t10_wwn.unit_serial);
  105. len++; /* Extra Byte for NULL Terminator */
  106. buf[3] = len;
  107. }
  108. return 0;
  109. }
  110. static void spc_parse_naa_6h_vendor_specific(struct se_device *dev,
  111. unsigned char *buf)
  112. {
  113. unsigned char *p = &dev->se_sub_dev->t10_wwn.unit_serial[0];
  114. int cnt;
  115. bool next = true;
  116. /*
  117. * Generate up to 36 bits of VENDOR SPECIFIC IDENTIFIER starting on
  118. * byte 3 bit 3-0 for NAA IEEE Registered Extended DESIGNATOR field
  119. * format, followed by 64 bits of VENDOR SPECIFIC IDENTIFIER EXTENSION
  120. * to complete the payload. These are based from VPD=0x80 PRODUCT SERIAL
  121. * NUMBER set via vpd_unit_serial in target_core_configfs.c to ensure
  122. * per device uniqeness.
  123. */
  124. for (cnt = 0; *p && cnt < 13; p++) {
  125. int val = hex_to_bin(*p);
  126. if (val < 0)
  127. continue;
  128. if (next) {
  129. next = false;
  130. buf[cnt++] |= val;
  131. } else {
  132. next = true;
  133. buf[cnt] = val << 4;
  134. }
  135. }
  136. }
  137. /*
  138. * Device identification VPD, for a complete list of
  139. * DESIGNATOR TYPEs see spc4r17 Table 459.
  140. */
  141. static int spc_emulate_evpd_83(struct se_cmd *cmd, unsigned char *buf)
  142. {
  143. struct se_device *dev = cmd->se_dev;
  144. struct se_lun *lun = cmd->se_lun;
  145. struct se_port *port = NULL;
  146. struct se_portal_group *tpg = NULL;
  147. struct t10_alua_lu_gp_member *lu_gp_mem;
  148. struct t10_alua_tg_pt_gp *tg_pt_gp;
  149. struct t10_alua_tg_pt_gp_member *tg_pt_gp_mem;
  150. unsigned char *prod = &dev->se_sub_dev->t10_wwn.model[0];
  151. u32 prod_len;
  152. u32 unit_serial_len, off = 0;
  153. u16 len = 0, id_len;
  154. off = 4;
  155. /*
  156. * NAA IEEE Registered Extended Assigned designator format, see
  157. * spc4r17 section 7.7.3.6.5
  158. *
  159. * We depend upon a target_core_mod/ConfigFS provided
  160. * /sys/kernel/config/target/core/$HBA/$DEV/wwn/vpd_unit_serial
  161. * value in order to return the NAA id.
  162. */
  163. if (!(dev->se_sub_dev->su_dev_flags & SDF_EMULATED_VPD_UNIT_SERIAL))
  164. goto check_t10_vend_desc;
  165. /* CODE SET == Binary */
  166. buf[off++] = 0x1;
  167. /* Set ASSOCIATION == addressed logical unit: 0)b */
  168. buf[off] = 0x00;
  169. /* Identifier/Designator type == NAA identifier */
  170. buf[off++] |= 0x3;
  171. off++;
  172. /* Identifier/Designator length */
  173. buf[off++] = 0x10;
  174. /*
  175. * Start NAA IEEE Registered Extended Identifier/Designator
  176. */
  177. buf[off++] = (0x6 << 4);
  178. /*
  179. * Use OpenFabrics IEEE Company ID: 00 14 05
  180. */
  181. buf[off++] = 0x01;
  182. buf[off++] = 0x40;
  183. buf[off] = (0x5 << 4);
  184. /*
  185. * Return ConfigFS Unit Serial Number information for
  186. * VENDOR_SPECIFIC_IDENTIFIER and
  187. * VENDOR_SPECIFIC_IDENTIFIER_EXTENTION
  188. */
  189. spc_parse_naa_6h_vendor_specific(dev, &buf[off]);
  190. len = 20;
  191. off = (len + 4);
  192. check_t10_vend_desc:
  193. /*
  194. * T10 Vendor Identifier Page, see spc4r17 section 7.7.3.4
  195. */
  196. id_len = 8; /* For Vendor field */
  197. prod_len = 4; /* For VPD Header */
  198. prod_len += 8; /* For Vendor field */
  199. prod_len += strlen(prod);
  200. prod_len++; /* For : */
  201. if (dev->se_sub_dev->su_dev_flags &
  202. SDF_EMULATED_VPD_UNIT_SERIAL) {
  203. unit_serial_len =
  204. strlen(&dev->se_sub_dev->t10_wwn.unit_serial[0]);
  205. unit_serial_len++; /* For NULL Terminator */
  206. id_len += sprintf(&buf[off+12], "%s:%s", prod,
  207. &dev->se_sub_dev->t10_wwn.unit_serial[0]);
  208. }
  209. buf[off] = 0x2; /* ASCII */
  210. buf[off+1] = 0x1; /* T10 Vendor ID */
  211. buf[off+2] = 0x0;
  212. memcpy(&buf[off+4], "LIO-ORG", 8);
  213. /* Extra Byte for NULL Terminator */
  214. id_len++;
  215. /* Identifier Length */
  216. buf[off+3] = id_len;
  217. /* Header size for Designation descriptor */
  218. len += (id_len + 4);
  219. off += (id_len + 4);
  220. /*
  221. * struct se_port is only set for INQUIRY VPD=1 through $FABRIC_MOD
  222. */
  223. port = lun->lun_sep;
  224. if (port) {
  225. struct t10_alua_lu_gp *lu_gp;
  226. u32 padding, scsi_name_len;
  227. u16 lu_gp_id = 0;
  228. u16 tg_pt_gp_id = 0;
  229. u16 tpgt;
  230. tpg = port->sep_tpg;
  231. /*
  232. * Relative target port identifer, see spc4r17
  233. * section 7.7.3.7
  234. *
  235. * Get the PROTOCOL IDENTIFIER as defined by spc4r17
  236. * section 7.5.1 Table 362
  237. */
  238. buf[off] =
  239. (tpg->se_tpg_tfo->get_fabric_proto_ident(tpg) << 4);
  240. buf[off++] |= 0x1; /* CODE SET == Binary */
  241. buf[off] = 0x80; /* Set PIV=1 */
  242. /* Set ASSOCIATION == target port: 01b */
  243. buf[off] |= 0x10;
  244. /* DESIGNATOR TYPE == Relative target port identifer */
  245. buf[off++] |= 0x4;
  246. off++; /* Skip over Reserved */
  247. buf[off++] = 4; /* DESIGNATOR LENGTH */
  248. /* Skip over Obsolete field in RTPI payload
  249. * in Table 472 */
  250. off += 2;
  251. buf[off++] = ((port->sep_rtpi >> 8) & 0xff);
  252. buf[off++] = (port->sep_rtpi & 0xff);
  253. len += 8; /* Header size + Designation descriptor */
  254. /*
  255. * Target port group identifier, see spc4r17
  256. * section 7.7.3.8
  257. *
  258. * Get the PROTOCOL IDENTIFIER as defined by spc4r17
  259. * section 7.5.1 Table 362
  260. */
  261. if (dev->se_sub_dev->t10_alua.alua_type !=
  262. SPC3_ALUA_EMULATED)
  263. goto check_scsi_name;
  264. tg_pt_gp_mem = port->sep_alua_tg_pt_gp_mem;
  265. if (!tg_pt_gp_mem)
  266. goto check_lu_gp;
  267. spin_lock(&tg_pt_gp_mem->tg_pt_gp_mem_lock);
  268. tg_pt_gp = tg_pt_gp_mem->tg_pt_gp;
  269. if (!tg_pt_gp) {
  270. spin_unlock(&tg_pt_gp_mem->tg_pt_gp_mem_lock);
  271. goto check_lu_gp;
  272. }
  273. tg_pt_gp_id = tg_pt_gp->tg_pt_gp_id;
  274. spin_unlock(&tg_pt_gp_mem->tg_pt_gp_mem_lock);
  275. buf[off] =
  276. (tpg->se_tpg_tfo->get_fabric_proto_ident(tpg) << 4);
  277. buf[off++] |= 0x1; /* CODE SET == Binary */
  278. buf[off] = 0x80; /* Set PIV=1 */
  279. /* Set ASSOCIATION == target port: 01b */
  280. buf[off] |= 0x10;
  281. /* DESIGNATOR TYPE == Target port group identifier */
  282. buf[off++] |= 0x5;
  283. off++; /* Skip over Reserved */
  284. buf[off++] = 4; /* DESIGNATOR LENGTH */
  285. off += 2; /* Skip over Reserved Field */
  286. buf[off++] = ((tg_pt_gp_id >> 8) & 0xff);
  287. buf[off++] = (tg_pt_gp_id & 0xff);
  288. len += 8; /* Header size + Designation descriptor */
  289. /*
  290. * Logical Unit Group identifier, see spc4r17
  291. * section 7.7.3.8
  292. */
  293. check_lu_gp:
  294. lu_gp_mem = dev->dev_alua_lu_gp_mem;
  295. if (!lu_gp_mem)
  296. goto check_scsi_name;
  297. spin_lock(&lu_gp_mem->lu_gp_mem_lock);
  298. lu_gp = lu_gp_mem->lu_gp;
  299. if (!lu_gp) {
  300. spin_unlock(&lu_gp_mem->lu_gp_mem_lock);
  301. goto check_scsi_name;
  302. }
  303. lu_gp_id = lu_gp->lu_gp_id;
  304. spin_unlock(&lu_gp_mem->lu_gp_mem_lock);
  305. buf[off++] |= 0x1; /* CODE SET == Binary */
  306. /* DESIGNATOR TYPE == Logical Unit Group identifier */
  307. buf[off++] |= 0x6;
  308. off++; /* Skip over Reserved */
  309. buf[off++] = 4; /* DESIGNATOR LENGTH */
  310. off += 2; /* Skip over Reserved Field */
  311. buf[off++] = ((lu_gp_id >> 8) & 0xff);
  312. buf[off++] = (lu_gp_id & 0xff);
  313. len += 8; /* Header size + Designation descriptor */
  314. /*
  315. * SCSI name string designator, see spc4r17
  316. * section 7.7.3.11
  317. *
  318. * Get the PROTOCOL IDENTIFIER as defined by spc4r17
  319. * section 7.5.1 Table 362
  320. */
  321. check_scsi_name:
  322. scsi_name_len = strlen(tpg->se_tpg_tfo->tpg_get_wwn(tpg));
  323. /* UTF-8 ",t,0x<16-bit TPGT>" + NULL Terminator */
  324. scsi_name_len += 10;
  325. /* Check for 4-byte padding */
  326. padding = ((-scsi_name_len) & 3);
  327. if (padding != 0)
  328. scsi_name_len += padding;
  329. /* Header size + Designation descriptor */
  330. scsi_name_len += 4;
  331. buf[off] =
  332. (tpg->se_tpg_tfo->get_fabric_proto_ident(tpg) << 4);
  333. buf[off++] |= 0x3; /* CODE SET == UTF-8 */
  334. buf[off] = 0x80; /* Set PIV=1 */
  335. /* Set ASSOCIATION == target port: 01b */
  336. buf[off] |= 0x10;
  337. /* DESIGNATOR TYPE == SCSI name string */
  338. buf[off++] |= 0x8;
  339. off += 2; /* Skip over Reserved and length */
  340. /*
  341. * SCSI name string identifer containing, $FABRIC_MOD
  342. * dependent information. For LIO-Target and iSCSI
  343. * Target Port, this means "<iSCSI name>,t,0x<TPGT> in
  344. * UTF-8 encoding.
  345. */
  346. tpgt = tpg->se_tpg_tfo->tpg_get_tag(tpg);
  347. scsi_name_len = sprintf(&buf[off], "%s,t,0x%04x",
  348. tpg->se_tpg_tfo->tpg_get_wwn(tpg), tpgt);
  349. scsi_name_len += 1 /* Include NULL terminator */;
  350. /*
  351. * The null-terminated, null-padded (see 4.4.2) SCSI
  352. * NAME STRING field contains a UTF-8 format string.
  353. * The number of bytes in the SCSI NAME STRING field
  354. * (i.e., the value in the DESIGNATOR LENGTH field)
  355. * shall be no larger than 256 and shall be a multiple
  356. * of four.
  357. */
  358. if (padding)
  359. scsi_name_len += padding;
  360. buf[off-1] = scsi_name_len;
  361. off += scsi_name_len;
  362. /* Header size + Designation descriptor */
  363. len += (scsi_name_len + 4);
  364. }
  365. buf[2] = ((len >> 8) & 0xff);
  366. buf[3] = (len & 0xff); /* Page Length for VPD 0x83 */
  367. return 0;
  368. }
  369. /* Extended INQUIRY Data VPD Page */
  370. static int spc_emulate_evpd_86(struct se_cmd *cmd, unsigned char *buf)
  371. {
  372. buf[3] = 0x3c;
  373. /* Set HEADSUP, ORDSUP, SIMPSUP */
  374. buf[5] = 0x07;
  375. /* If WriteCache emulation is enabled, set V_SUP */
  376. if (cmd->se_dev->se_sub_dev->se_dev_attrib.emulate_write_cache > 0)
  377. buf[6] = 0x01;
  378. return 0;
  379. }
  380. /* Block Limits VPD page */
  381. static int spc_emulate_evpd_b0(struct se_cmd *cmd, unsigned char *buf)
  382. {
  383. struct se_device *dev = cmd->se_dev;
  384. u32 max_sectors;
  385. int have_tp = 0;
  386. /*
  387. * Following spc3r22 section 6.5.3 Block Limits VPD page, when
  388. * emulate_tpu=1 or emulate_tpws=1 we will be expect a
  389. * different page length for Thin Provisioning.
  390. */
  391. if (dev->se_sub_dev->se_dev_attrib.emulate_tpu || dev->se_sub_dev->se_dev_attrib.emulate_tpws)
  392. have_tp = 1;
  393. buf[0] = dev->transport->get_device_type(dev);
  394. buf[3] = have_tp ? 0x3c : 0x10;
  395. /* Set WSNZ to 1 */
  396. buf[4] = 0x01;
  397. /*
  398. * Set OPTIMAL TRANSFER LENGTH GRANULARITY
  399. */
  400. put_unaligned_be16(1, &buf[6]);
  401. /*
  402. * Set MAXIMUM TRANSFER LENGTH
  403. */
  404. max_sectors = min(dev->se_sub_dev->se_dev_attrib.fabric_max_sectors,
  405. dev->se_sub_dev->se_dev_attrib.hw_max_sectors);
  406. put_unaligned_be32(max_sectors, &buf[8]);
  407. /*
  408. * Set OPTIMAL TRANSFER LENGTH
  409. */
  410. put_unaligned_be32(dev->se_sub_dev->se_dev_attrib.optimal_sectors, &buf[12]);
  411. /*
  412. * Exit now if we don't support TP.
  413. */
  414. if (!have_tp)
  415. return 0;
  416. /*
  417. * Set MAXIMUM UNMAP LBA COUNT
  418. */
  419. put_unaligned_be32(dev->se_sub_dev->se_dev_attrib.max_unmap_lba_count, &buf[20]);
  420. /*
  421. * Set MAXIMUM UNMAP BLOCK DESCRIPTOR COUNT
  422. */
  423. put_unaligned_be32(dev->se_sub_dev->se_dev_attrib.max_unmap_block_desc_count,
  424. &buf[24]);
  425. /*
  426. * Set OPTIMAL UNMAP GRANULARITY
  427. */
  428. put_unaligned_be32(dev->se_sub_dev->se_dev_attrib.unmap_granularity, &buf[28]);
  429. /*
  430. * UNMAP GRANULARITY ALIGNMENT
  431. */
  432. put_unaligned_be32(dev->se_sub_dev->se_dev_attrib.unmap_granularity_alignment,
  433. &buf[32]);
  434. if (dev->se_sub_dev->se_dev_attrib.unmap_granularity_alignment != 0)
  435. buf[32] |= 0x80; /* Set the UGAVALID bit */
  436. return 0;
  437. }
  438. /* Block Device Characteristics VPD page */
  439. static int spc_emulate_evpd_b1(struct se_cmd *cmd, unsigned char *buf)
  440. {
  441. struct se_device *dev = cmd->se_dev;
  442. buf[0] = dev->transport->get_device_type(dev);
  443. buf[3] = 0x3c;
  444. buf[5] = dev->se_sub_dev->se_dev_attrib.is_nonrot ? 1 : 0;
  445. return 0;
  446. }
  447. /* Thin Provisioning VPD */
  448. static int spc_emulate_evpd_b2(struct se_cmd *cmd, unsigned char *buf)
  449. {
  450. struct se_device *dev = cmd->se_dev;
  451. /*
  452. * From spc3r22 section 6.5.4 Thin Provisioning VPD page:
  453. *
  454. * The PAGE LENGTH field is defined in SPC-4. If the DP bit is set to
  455. * zero, then the page length shall be set to 0004h. If the DP bit
  456. * is set to one, then the page length shall be set to the value
  457. * defined in table 162.
  458. */
  459. buf[0] = dev->transport->get_device_type(dev);
  460. /*
  461. * Set Hardcoded length mentioned above for DP=0
  462. */
  463. put_unaligned_be16(0x0004, &buf[2]);
  464. /*
  465. * The THRESHOLD EXPONENT field indicates the threshold set size in
  466. * LBAs as a power of 2 (i.e., the threshold set size is equal to
  467. * 2(threshold exponent)).
  468. *
  469. * Note that this is currently set to 0x00 as mkp says it will be
  470. * changing again. We can enable this once it has settled in T10
  471. * and is actually used by Linux/SCSI ML code.
  472. */
  473. buf[4] = 0x00;
  474. /*
  475. * A TPU bit set to one indicates that the device server supports
  476. * the UNMAP command (see 5.25). A TPU bit set to zero indicates
  477. * that the device server does not support the UNMAP command.
  478. */
  479. if (dev->se_sub_dev->se_dev_attrib.emulate_tpu != 0)
  480. buf[5] = 0x80;
  481. /*
  482. * A TPWS bit set to one indicates that the device server supports
  483. * the use of the WRITE SAME (16) command (see 5.42) to unmap LBAs.
  484. * A TPWS bit set to zero indicates that the device server does not
  485. * support the use of the WRITE SAME (16) command to unmap LBAs.
  486. */
  487. if (dev->se_sub_dev->se_dev_attrib.emulate_tpws != 0)
  488. buf[5] |= 0x40;
  489. return 0;
  490. }
  491. static int spc_emulate_evpd_00(struct se_cmd *cmd, unsigned char *buf);
  492. static struct {
  493. uint8_t page;
  494. int (*emulate)(struct se_cmd *, unsigned char *);
  495. } evpd_handlers[] = {
  496. { .page = 0x00, .emulate = spc_emulate_evpd_00 },
  497. { .page = 0x80, .emulate = spc_emulate_evpd_80 },
  498. { .page = 0x83, .emulate = spc_emulate_evpd_83 },
  499. { .page = 0x86, .emulate = spc_emulate_evpd_86 },
  500. { .page = 0xb0, .emulate = spc_emulate_evpd_b0 },
  501. { .page = 0xb1, .emulate = spc_emulate_evpd_b1 },
  502. { .page = 0xb2, .emulate = spc_emulate_evpd_b2 },
  503. };
  504. /* supported vital product data pages */
  505. static int spc_emulate_evpd_00(struct se_cmd *cmd, unsigned char *buf)
  506. {
  507. int p;
  508. /*
  509. * Only report the INQUIRY EVPD=1 pages after a valid NAA
  510. * Registered Extended LUN WWN has been set via ConfigFS
  511. * during device creation/restart.
  512. */
  513. if (cmd->se_dev->se_sub_dev->su_dev_flags &
  514. SDF_EMULATED_VPD_UNIT_SERIAL) {
  515. buf[3] = ARRAY_SIZE(evpd_handlers);
  516. for (p = 0; p < ARRAY_SIZE(evpd_handlers); ++p)
  517. buf[p + 4] = evpd_handlers[p].page;
  518. }
  519. return 0;
  520. }
  521. static int spc_emulate_inquiry(struct se_cmd *cmd)
  522. {
  523. struct se_device *dev = cmd->se_dev;
  524. struct se_portal_group *tpg = cmd->se_lun->lun_sep->sep_tpg;
  525. unsigned char *rbuf;
  526. unsigned char *cdb = cmd->t_task_cdb;
  527. unsigned char buf[SE_INQUIRY_BUF];
  528. int p, ret;
  529. memset(buf, 0, SE_INQUIRY_BUF);
  530. if (dev == tpg->tpg_virt_lun0.lun_se_dev)
  531. buf[0] = 0x3f; /* Not connected */
  532. else
  533. buf[0] = dev->transport->get_device_type(dev);
  534. if (!(cdb[1] & 0x1)) {
  535. if (cdb[2]) {
  536. pr_err("INQUIRY with EVPD==0 but PAGE CODE=%02x\n",
  537. cdb[2]);
  538. cmd->scsi_sense_reason = TCM_INVALID_CDB_FIELD;
  539. ret = -EINVAL;
  540. goto out;
  541. }
  542. ret = spc_emulate_inquiry_std(cmd, buf);
  543. goto out;
  544. }
  545. for (p = 0; p < ARRAY_SIZE(evpd_handlers); ++p) {
  546. if (cdb[2] == evpd_handlers[p].page) {
  547. buf[1] = cdb[2];
  548. ret = evpd_handlers[p].emulate(cmd, buf);
  549. goto out;
  550. }
  551. }
  552. pr_err("Unknown VPD Code: 0x%02x\n", cdb[2]);
  553. cmd->scsi_sense_reason = TCM_INVALID_CDB_FIELD;
  554. ret = -EINVAL;
  555. out:
  556. rbuf = transport_kmap_data_sg(cmd);
  557. if (rbuf) {
  558. memcpy(rbuf, buf, min_t(u32, sizeof(buf), cmd->data_length));
  559. transport_kunmap_data_sg(cmd);
  560. }
  561. if (!ret)
  562. target_complete_cmd(cmd, GOOD);
  563. return ret;
  564. }
  565. static int spc_modesense_rwrecovery(unsigned char *p)
  566. {
  567. p[0] = 0x01;
  568. p[1] = 0x0a;
  569. return 12;
  570. }
  571. static int spc_modesense_control(struct se_device *dev, unsigned char *p)
  572. {
  573. p[0] = 0x0a;
  574. p[1] = 0x0a;
  575. p[2] = 2;
  576. /*
  577. * From spc4r23, 7.4.7 Control mode page
  578. *
  579. * The QUEUE ALGORITHM MODIFIER field (see table 368) specifies
  580. * restrictions on the algorithm used for reordering commands
  581. * having the SIMPLE task attribute (see SAM-4).
  582. *
  583. * Table 368 -- QUEUE ALGORITHM MODIFIER field
  584. * Code Description
  585. * 0h Restricted reordering
  586. * 1h Unrestricted reordering allowed
  587. * 2h to 7h Reserved
  588. * 8h to Fh Vendor specific
  589. *
  590. * A value of zero in the QUEUE ALGORITHM MODIFIER field specifies that
  591. * the device server shall order the processing sequence of commands
  592. * having the SIMPLE task attribute such that data integrity is maintained
  593. * for that I_T nexus (i.e., if the transmission of new SCSI transport protocol
  594. * requests is halted at any time, the final value of all data observable
  595. * on the medium shall be the same as if all the commands had been processed
  596. * with the ORDERED task attribute).
  597. *
  598. * A value of one in the QUEUE ALGORITHM MODIFIER field specifies that the
  599. * device server may reorder the processing sequence of commands having the
  600. * SIMPLE task attribute in any manner. Any data integrity exposures related to
  601. * command sequence order shall be explicitly handled by the application client
  602. * through the selection of appropriate ommands and task attributes.
  603. */
  604. p[3] = (dev->se_sub_dev->se_dev_attrib.emulate_rest_reord == 1) ? 0x00 : 0x10;
  605. /*
  606. * From spc4r17, section 7.4.6 Control mode Page
  607. *
  608. * Unit Attention interlocks control (UN_INTLCK_CTRL) to code 00b
  609. *
  610. * 00b: The logical unit shall clear any unit attention condition
  611. * reported in the same I_T_L_Q nexus transaction as a CHECK CONDITION
  612. * status and shall not establish a unit attention condition when a com-
  613. * mand is completed with BUSY, TASK SET FULL, or RESERVATION CONFLICT
  614. * status.
  615. *
  616. * 10b: The logical unit shall not clear any unit attention condition
  617. * reported in the same I_T_L_Q nexus transaction as a CHECK CONDITION
  618. * status and shall not establish a unit attention condition when
  619. * a command is completed with BUSY, TASK SET FULL, or RESERVATION
  620. * CONFLICT status.
  621. *
  622. * 11b a The logical unit shall not clear any unit attention condition
  623. * reported in the same I_T_L_Q nexus transaction as a CHECK CONDITION
  624. * status and shall establish a unit attention condition for the
  625. * initiator port associated with the I_T nexus on which the BUSY,
  626. * TASK SET FULL, or RESERVATION CONFLICT status is being returned.
  627. * Depending on the status, the additional sense code shall be set to
  628. * PREVIOUS BUSY STATUS, PREVIOUS TASK SET FULL STATUS, or PREVIOUS
  629. * RESERVATION CONFLICT STATUS. Until it is cleared by a REQUEST SENSE
  630. * command, a unit attention condition shall be established only once
  631. * for a BUSY, TASK SET FULL, or RESERVATION CONFLICT status regardless
  632. * to the number of commands completed with one of those status codes.
  633. */
  634. p[4] = (dev->se_sub_dev->se_dev_attrib.emulate_ua_intlck_ctrl == 2) ? 0x30 :
  635. (dev->se_sub_dev->se_dev_attrib.emulate_ua_intlck_ctrl == 1) ? 0x20 : 0x00;
  636. /*
  637. * From spc4r17, section 7.4.6 Control mode Page
  638. *
  639. * Task Aborted Status (TAS) bit set to zero.
  640. *
  641. * A task aborted status (TAS) bit set to zero specifies that aborted
  642. * tasks shall be terminated by the device server without any response
  643. * to the application client. A TAS bit set to one specifies that tasks
  644. * aborted by the actions of an I_T nexus other than the I_T nexus on
  645. * which the command was received shall be completed with TASK ABORTED
  646. * status (see SAM-4).
  647. */
  648. p[5] = (dev->se_sub_dev->se_dev_attrib.emulate_tas) ? 0x40 : 0x00;
  649. p[8] = 0xff;
  650. p[9] = 0xff;
  651. p[11] = 30;
  652. return 12;
  653. }
  654. static int spc_modesense_caching(struct se_device *dev, unsigned char *p)
  655. {
  656. p[0] = 0x08;
  657. p[1] = 0x12;
  658. if (dev->se_sub_dev->se_dev_attrib.emulate_write_cache > 0)
  659. p[2] = 0x04; /* Write Cache Enable */
  660. p[12] = 0x20; /* Disabled Read Ahead */
  661. return 20;
  662. }
  663. static void spc_modesense_write_protect(unsigned char *buf, int type)
  664. {
  665. /*
  666. * I believe that the WP bit (bit 7) in the mode header is the same for
  667. * all device types..
  668. */
  669. switch (type) {
  670. case TYPE_DISK:
  671. case TYPE_TAPE:
  672. default:
  673. buf[0] |= 0x80; /* WP bit */
  674. break;
  675. }
  676. }
  677. static void spc_modesense_dpofua(unsigned char *buf, int type)
  678. {
  679. switch (type) {
  680. case TYPE_DISK:
  681. buf[0] |= 0x10; /* DPOFUA bit */
  682. break;
  683. default:
  684. break;
  685. }
  686. }
  687. static int spc_emulate_modesense(struct se_cmd *cmd)
  688. {
  689. struct se_device *dev = cmd->se_dev;
  690. char *cdb = cmd->t_task_cdb;
  691. unsigned char *rbuf;
  692. int type = dev->transport->get_device_type(dev);
  693. int ten = (cmd->t_task_cdb[0] == MODE_SENSE_10);
  694. u32 offset = ten ? 8 : 4;
  695. int length = 0;
  696. unsigned char buf[SE_MODE_PAGE_BUF];
  697. memset(buf, 0, SE_MODE_PAGE_BUF);
  698. switch (cdb[2] & 0x3f) {
  699. case 0x01:
  700. length = spc_modesense_rwrecovery(&buf[offset]);
  701. break;
  702. case 0x08:
  703. length = spc_modesense_caching(dev, &buf[offset]);
  704. break;
  705. case 0x0a:
  706. length = spc_modesense_control(dev, &buf[offset]);
  707. break;
  708. case 0x3f:
  709. length = spc_modesense_rwrecovery(&buf[offset]);
  710. length += spc_modesense_caching(dev, &buf[offset+length]);
  711. length += spc_modesense_control(dev, &buf[offset+length]);
  712. break;
  713. default:
  714. pr_err("MODE SENSE: unimplemented page/subpage: 0x%02x/0x%02x\n",
  715. cdb[2] & 0x3f, cdb[3]);
  716. cmd->scsi_sense_reason = TCM_UNKNOWN_MODE_PAGE;
  717. return -EINVAL;
  718. }
  719. offset += length;
  720. if (ten) {
  721. offset -= 2;
  722. buf[0] = (offset >> 8) & 0xff;
  723. buf[1] = offset & 0xff;
  724. offset += 2;
  725. if ((cmd->se_lun->lun_access & TRANSPORT_LUNFLAGS_READ_ONLY) ||
  726. (cmd->se_deve &&
  727. (cmd->se_deve->lun_flags & TRANSPORT_LUNFLAGS_READ_ONLY)))
  728. spc_modesense_write_protect(&buf[3], type);
  729. if ((dev->se_sub_dev->se_dev_attrib.emulate_write_cache > 0) &&
  730. (dev->se_sub_dev->se_dev_attrib.emulate_fua_write > 0))
  731. spc_modesense_dpofua(&buf[3], type);
  732. } else {
  733. offset -= 1;
  734. buf[0] = offset & 0xff;
  735. offset += 1;
  736. if ((cmd->se_lun->lun_access & TRANSPORT_LUNFLAGS_READ_ONLY) ||
  737. (cmd->se_deve &&
  738. (cmd->se_deve->lun_flags & TRANSPORT_LUNFLAGS_READ_ONLY)))
  739. spc_modesense_write_protect(&buf[2], type);
  740. if ((dev->se_sub_dev->se_dev_attrib.emulate_write_cache > 0) &&
  741. (dev->se_sub_dev->se_dev_attrib.emulate_fua_write > 0))
  742. spc_modesense_dpofua(&buf[2], type);
  743. }
  744. rbuf = transport_kmap_data_sg(cmd);
  745. if (rbuf) {
  746. memcpy(rbuf, buf, min(offset, cmd->data_length));
  747. transport_kunmap_data_sg(cmd);
  748. }
  749. target_complete_cmd(cmd, GOOD);
  750. return 0;
  751. }
  752. static int spc_emulate_request_sense(struct se_cmd *cmd)
  753. {
  754. unsigned char *cdb = cmd->t_task_cdb;
  755. unsigned char *rbuf;
  756. u8 ua_asc = 0, ua_ascq = 0;
  757. unsigned char buf[SE_SENSE_BUF];
  758. memset(buf, 0, SE_SENSE_BUF);
  759. if (cdb[1] & 0x01) {
  760. pr_err("REQUEST_SENSE description emulation not"
  761. " supported\n");
  762. cmd->scsi_sense_reason = TCM_INVALID_CDB_FIELD;
  763. return -ENOSYS;
  764. }
  765. rbuf = transport_kmap_data_sg(cmd);
  766. if (cmd->scsi_sense_reason != 0) {
  767. /*
  768. * Out of memory. We will fail with CHECK CONDITION, so
  769. * we must not clear the unit attention condition.
  770. */
  771. target_complete_cmd(cmd, CHECK_CONDITION);
  772. return 0;
  773. } else if (!core_scsi3_ua_clear_for_request_sense(cmd, &ua_asc, &ua_ascq)) {
  774. /*
  775. * CURRENT ERROR, UNIT ATTENTION
  776. */
  777. buf[0] = 0x70;
  778. buf[SPC_SENSE_KEY_OFFSET] = UNIT_ATTENTION;
  779. /*
  780. * The Additional Sense Code (ASC) from the UNIT ATTENTION
  781. */
  782. buf[SPC_ASC_KEY_OFFSET] = ua_asc;
  783. buf[SPC_ASCQ_KEY_OFFSET] = ua_ascq;
  784. buf[7] = 0x0A;
  785. } else {
  786. /*
  787. * CURRENT ERROR, NO SENSE
  788. */
  789. buf[0] = 0x70;
  790. buf[SPC_SENSE_KEY_OFFSET] = NO_SENSE;
  791. /*
  792. * NO ADDITIONAL SENSE INFORMATION
  793. */
  794. buf[SPC_ASC_KEY_OFFSET] = 0x00;
  795. buf[7] = 0x0A;
  796. }
  797. if (rbuf) {
  798. memcpy(rbuf, buf, min_t(u32, sizeof(buf), cmd->data_length));
  799. transport_kunmap_data_sg(cmd);
  800. }
  801. target_complete_cmd(cmd, GOOD);
  802. return 0;
  803. }
  804. static int spc_emulate_testunitready(struct se_cmd *cmd)
  805. {
  806. target_complete_cmd(cmd, GOOD);
  807. return 0;
  808. }
  809. int spc_parse_cdb(struct se_cmd *cmd, unsigned int *size)
  810. {
  811. struct se_device *dev = cmd->se_dev;
  812. struct se_subsystem_dev *su_dev = dev->se_sub_dev;
  813. unsigned char *cdb = cmd->t_task_cdb;
  814. switch (cdb[0]) {
  815. case MODE_SELECT:
  816. *size = cdb[4];
  817. break;
  818. case MODE_SELECT_10:
  819. *size = (cdb[7] << 8) + cdb[8];
  820. break;
  821. case MODE_SENSE:
  822. *size = cdb[4];
  823. cmd->execute_cmd = spc_emulate_modesense;
  824. break;
  825. case MODE_SENSE_10:
  826. *size = (cdb[7] << 8) + cdb[8];
  827. cmd->execute_cmd = spc_emulate_modesense;
  828. break;
  829. case LOG_SELECT:
  830. case LOG_SENSE:
  831. *size = (cdb[7] << 8) + cdb[8];
  832. break;
  833. case PERSISTENT_RESERVE_IN:
  834. if (su_dev->t10_pr.res_type == SPC3_PERSISTENT_RESERVATIONS)
  835. cmd->execute_cmd = target_scsi3_emulate_pr_in;
  836. *size = (cdb[7] << 8) + cdb[8];
  837. break;
  838. case PERSISTENT_RESERVE_OUT:
  839. if (su_dev->t10_pr.res_type == SPC3_PERSISTENT_RESERVATIONS)
  840. cmd->execute_cmd = target_scsi3_emulate_pr_out;
  841. *size = (cdb[7] << 8) + cdb[8];
  842. break;
  843. case RELEASE:
  844. case RELEASE_10:
  845. if (cdb[0] == RELEASE_10)
  846. *size = (cdb[7] << 8) | cdb[8];
  847. else
  848. *size = cmd->data_length;
  849. if (su_dev->t10_pr.res_type != SPC_PASSTHROUGH)
  850. cmd->execute_cmd = target_scsi2_reservation_release;
  851. break;
  852. case RESERVE:
  853. case RESERVE_10:
  854. /*
  855. * The SPC-2 RESERVE does not contain a size in the SCSI CDB.
  856. * Assume the passthrough or $FABRIC_MOD will tell us about it.
  857. */
  858. if (cdb[0] == RESERVE_10)
  859. *size = (cdb[7] << 8) | cdb[8];
  860. else
  861. *size = cmd->data_length;
  862. /*
  863. * Setup the legacy emulated handler for SPC-2 and
  864. * >= SPC-3 compatible reservation handling (CRH=1)
  865. * Otherwise, we assume the underlying SCSI logic is
  866. * is running in SPC_PASSTHROUGH, and wants reservations
  867. * emulation disabled.
  868. */
  869. if (su_dev->t10_pr.res_type != SPC_PASSTHROUGH)
  870. cmd->execute_cmd = target_scsi2_reservation_reserve;
  871. break;
  872. case REQUEST_SENSE:
  873. *size = cdb[4];
  874. cmd->execute_cmd = spc_emulate_request_sense;
  875. break;
  876. case INQUIRY:
  877. *size = (cdb[3] << 8) + cdb[4];
  878. /*
  879. * Do implict HEAD_OF_QUEUE processing for INQUIRY.
  880. * See spc4r17 section 5.3
  881. */
  882. if (cmd->se_dev->dev_task_attr_type == SAM_TASK_ATTR_EMULATED)
  883. cmd->sam_task_attr = MSG_HEAD_TAG;
  884. cmd->execute_cmd = spc_emulate_inquiry;
  885. break;
  886. case SECURITY_PROTOCOL_IN:
  887. case SECURITY_PROTOCOL_OUT:
  888. *size = (cdb[6] << 24) | (cdb[7] << 16) | (cdb[8] << 8) | cdb[9];
  889. break;
  890. case EXTENDED_COPY:
  891. case READ_ATTRIBUTE:
  892. case RECEIVE_COPY_RESULTS:
  893. case WRITE_ATTRIBUTE:
  894. *size = (cdb[10] << 24) | (cdb[11] << 16) |
  895. (cdb[12] << 8) | cdb[13];
  896. break;
  897. case RECEIVE_DIAGNOSTIC:
  898. case SEND_DIAGNOSTIC:
  899. *size = (cdb[3] << 8) | cdb[4];
  900. break;
  901. case WRITE_BUFFER:
  902. *size = (cdb[6] << 16) + (cdb[7] << 8) + cdb[8];
  903. break;
  904. case REPORT_LUNS:
  905. cmd->execute_cmd = target_report_luns;
  906. *size = (cdb[6] << 24) | (cdb[7] << 16) | (cdb[8] << 8) | cdb[9];
  907. /*
  908. * Do implict HEAD_OF_QUEUE processing for REPORT_LUNS
  909. * See spc4r17 section 5.3
  910. */
  911. if (cmd->se_dev->dev_task_attr_type == SAM_TASK_ATTR_EMULATED)
  912. cmd->sam_task_attr = MSG_HEAD_TAG;
  913. break;
  914. case TEST_UNIT_READY:
  915. cmd->execute_cmd = spc_emulate_testunitready;
  916. *size = 0;
  917. break;
  918. case MAINTENANCE_IN:
  919. if (dev->transport->get_device_type(dev) != TYPE_ROM) {
  920. /*
  921. * MAINTENANCE_IN from SCC-2
  922. * Check for emulated MI_REPORT_TARGET_PGS
  923. */
  924. if ((cdb[1] & 0x1f) == MI_REPORT_TARGET_PGS &&
  925. su_dev->t10_alua.alua_type == SPC3_ALUA_EMULATED) {
  926. cmd->execute_cmd =
  927. target_emulate_report_target_port_groups;
  928. }
  929. *size = get_unaligned_be32(&cdb[6]);
  930. } else {
  931. /*
  932. * GPCMD_SEND_KEY from multi media commands
  933. */
  934. *size = get_unaligned_be16(&cdb[8]);
  935. }
  936. break;
  937. case MAINTENANCE_OUT:
  938. if (dev->transport->get_device_type(dev) != TYPE_ROM) {
  939. /*
  940. * MAINTENANCE_OUT from SCC-2
  941. * Check for emulated MO_SET_TARGET_PGS.
  942. */
  943. if (cdb[1] == MO_SET_TARGET_PGS &&
  944. su_dev->t10_alua.alua_type == SPC3_ALUA_EMULATED) {
  945. cmd->execute_cmd =
  946. target_emulate_set_target_port_groups;
  947. }
  948. *size = get_unaligned_be32(&cdb[6]);
  949. } else {
  950. /*
  951. * GPCMD_SEND_KEY from multi media commands
  952. */
  953. *size = get_unaligned_be16(&cdb[8]);
  954. }
  955. break;
  956. default:
  957. pr_warn("TARGET_CORE[%s]: Unsupported SCSI Opcode"
  958. " 0x%02x, sending CHECK_CONDITION.\n",
  959. cmd->se_tfo->get_fabric_name(), cdb[0]);
  960. cmd->se_cmd_flags |= SCF_SCSI_CDB_EXCEPTION;
  961. cmd->scsi_sense_reason = TCM_UNSUPPORTED_SCSI_OPCODE;
  962. return -EINVAL;
  963. }
  964. return 0;
  965. }
  966. EXPORT_SYMBOL(spc_parse_cdb);