Age | Commit message (Expand) | Author | Files | Lines |
2017-07-10 | target: Fix cmd size for PR-OUT in passthrough_parse_cdb | Tang Wenji | 1 | -1/+1 |
2017-07-07 | target: Use {get,put}_unaligned_be*() instead of open coding these functions | Bart Van Assche | 1 | -22/+20 |
2016-03-11 | target: Remove enum transport_lunflags_table | Andy Grover | 1 | -2/+1 |
2016-01-07 | target/sbc: Add LBPRZ attribute + control CDB emulation | Jamie Pocas | 1 | -0/+12 |
2015-09-12 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -33/+22 |
2015-09-11 | target/qla2xxx: Honor max_data_sg_nents I/O transfer limit | Nicholas Bellinger | 1 | -3/+10 |
2015-08-19 | target: Fix handling of small allocation lengths in REPORT LUNS | Roland Dreier | 1 | -16/+16 |
2015-08-03 | target: REPORT LUNS should return LUN 0 even for dynamic ACLs | Roland Dreier | 1 | -4/+10 |
2015-07-31 | target: improve unsupported opcode message | Joern Engel | 1 | -3/+0 |
2015-07-24 | target: Return descriptor format sense data in case the LU spans 64bit sectors | Sagi Grimberg | 1 | -3/+9 |
2015-07-24 | target: Use scsi helpers to build the sense data correctly | Sagi Grimberg | 1 | -26/+5 |
2015-07-07 | target: Add extra TYPE_DISK + protection checks for INQUIRY SPT | Nicholas Bellinger | 1 | -2/+6 |
2015-07-07 | target/spc: Set SPT correctly in Extended INQUIRY Data VPD page | Sagi Grimberg | 1 | -0/+3 |
2015-07-05 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -54/+36 |
2015-06-02 | target: Minimize SCSI header #include directives | Bart Van Assche | 1 | -1/+2 |
2015-06-01 | target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage | Nicholas Bellinger | 1 | -1/+1 |
2015-06-01 | target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun | Christoph Hellwig | 1 | -32/+16 |
2015-06-01 | target: Convert se_node_acl->device_list[] to RCU hlist | Nicholas Bellinger | 1 | -10/+8 |
2015-05-31 | target: remove the get_fabric_proto_ident method | Christoph Hellwig | 1 | -8/+4 |
2015-05-31 | target: fix DPO and FUA bit checks | Christoph Hellwig | 1 | -4/+8 |
2015-04-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -6/+10 |
2015-04-08 | target: Update SPC/SBC emulation for sess_prot_type | Nicholas Bellinger | 1 | -5/+9 |
2015-03-27 | target: add missing sense_reason_t annotations | Christoph Hellwig | 1 | -1/+1 |
2015-03-20 | target: do not reject FUA CDBs when write cache is enabled but emulate_write_... | Christophe Vu-Brugier | 1 | -16/+3 |
2015-02-22 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -1/+1 |
2015-02-14 | target: Set LBPWS10 bit in Logical Block Provisioning EVPD | Nicholas Bellinger | 1 | -1/+1 |
2015-01-10 | target: Drop arbitrary maximum I/O size limit | Nicholas Bellinger | 1 | -4/+1 |
2014-12-04 | scsi: remove MSG_*_TAG defines | Christoph Hellwig | 1 | -2/+2 |
2014-09-17 | target: Fix user data segment multiplier in spc_emulate_evpd_b3() | Sebastian Herbszt | 1 | -1/+1 |
2014-06-11 | target: Report correct response length for some commands | Roland Dreier | 1 | -3/+6 |
2014-06-07 | target/spc: Simplify INQUIRY EVPD=0x80 | Christophe Vu-Brugier | 1 | -7/+2 |
2014-04-07 | target/spc: Only expose PI mode page bits when supported by fabric | Nicholas Bellinger | 1 | -11/+17 |
2014-04-07 | target/spc: Only expose PI inquiry bits when supported by fabric | Nicholas Bellinger | 1 | -7/+14 |
2014-02-13 | target: Fix missing length check in spc_emulate_evpd_83() | Roland Dreier | 1 | -2/+2 |
2014-01-18 | target/spc: Expose ATO bit in control mode page | Nicholas Bellinger | 1 | -0/+13 |
2014-01-18 | target/spc: Add protection related bits to INQUIRY EVPD=0x86 | Nicholas Bellinger | 1 | -0/+9 |
2014-01-18 | target/spc: Add protection bit to standard INQUIRY output | Nicholas Bellinger | 1 | -0/+5 |
2014-01-10 | target: Convert inquiry temporary buffer to heap memory | Nicholas Bellinger | 1 | -3/+8 |
2014-01-10 | target_core_alua: Referrals infrastructure | Hannes Reinecke | 1 | -0/+20 |
2013-12-18 | target_core_spc: Include target device descriptor in VPD page 83 | Hannes Reinecke | 1 | -1/+42 |
2013-12-17 | target_core: simplify scsi_name_len calculation | Hannes Reinecke | 1 | -10/+3 |
2013-11-20 | target core: rename (ex,im)plict -> (ex,im)plicit | Hannes Reinecke | 1 | -3/+3 |
2013-11-13 | target: Pass through I/O topology for block backstores | Andy Grover | 1 | -2/+9 |
2013-09-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -5/+22 |
2013-09-11 | target: Update copyright ownership/year information to 2013 | Nicholas Bellinger | 1 | -1/+1 |
2013-09-11 | target: Add Third Party Copy (3PC) bit in INQUIRY response | Nicholas Bellinger | 1 | -0/+6 |
2013-09-11 | target: Enable EXTENDED_COPY setup in spc_parse_cdb | Nicholas Bellinger | 1 | -2/+8 |
2013-09-11 | target: Make spc_parse_naa_6h_vendor_specific non static | Nicholas Bellinger | 1 | -2/+2 |
2013-09-10 | target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPD | Nicholas Bellinger | 1 | -0/+5 |
2013-08-13 | target: Fix trailing ASCII space usage in INQUIRY vendor+model | Nicholas Bellinger | 1 | -3/+6 |