Age | Commit message (Expand) | Author |
2016-01-20 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds |
2016-01-06 | target/sbc: Add LBPRZ attribute + control CDB emulation | Jamie Pocas |
2015-11-28 | target: fix COMPARE_AND_WRITE non zero SGL offset data corruption | Jan Engelhardt |
2015-11-28 | target: Fix race for SCF_COMPARE_AND_WRITE_POST checking | Nicholas Bellinger |
2015-07-31 | target: check DPO/FUA usage for COMPARE AND WRITE | David Disseldorp |
2015-07-30 | target: add support for START_STOP_UNIT SCSI opcode | Brian Bunker |
2015-07-06 | target: Use struct t10_pi_tuple | Sagi Grimberg |
2015-07-04 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds |
2015-06-23 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2015-06-23 | target: implement WRITE_SAME with UNMAP bit using ->execute_unmap | Christoph Hellwig |
2015-06-23 | target: simplify UNMAP handling | Christoph Hellwig |
2015-06-23 | target: replace se_cmd->execute_rw with a protocol_data field | Christoph Hellwig |
2015-06-02 | target: Minimize SCSI header #include directives | Bart Van Assche |
2015-05-30 | target: handle odd SG mapping for data transfer memory | Akinobu Mita |
2015-05-30 | target: Fix inconsistent address passed to kunmap_atomic() in sbc_dif_copy_pr... | Akinobu Mita |
2015-05-30 | target: fix DPO and FUA bit checks | Christoph Hellwig |
2015-05-30 | target/sbc: Fix sbc_dif_verify inconsistent map/unmap | Sagi Grimberg |
2015-05-30 | target: Merge sbc_verify_dif_read|write | Sagi Grimberg |
2015-05-19 | target: Drop signal_pending checks after interruptible lock acquire | Nicholas Bellinger |
2015-04-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds |
2015-04-15 | target/sbc: Update sbc_dif_generate pr_debug output | Nicholas Bellinger |
2015-04-15 | target/sbc: Make internal DIF emulation honor ->prot_checks | Nicholas Bellinger |
2015-04-15 | target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabled | Nicholas Bellinger |
2015-04-14 | target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handling | Nicholas Bellinger |
2015-04-07 | target: Add internal WRITE_STRIP support | Nicholas Bellinger |
2015-04-07 | target: Update SPC/SBC emulation for sess_prot_type | Nicholas Bellinger |
2015-04-07 | target: Add protected fabric + unprotected device support | Nicholas Bellinger |
2015-04-07 | target: Convert DIF emulation to use cmd->prot_type | Nicholas Bellinger |
2015-03-19 | target: do not reject FUA CDBs when write cache is enabled but emulate_write_... | Christophe Vu-Brugier |
2015-02-21 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds |
2015-02-14 | target: Fail UNMAP when emulate_tpu=0 | Nicholas Bellinger |
2015-02-14 | target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0 | Nicholas Bellinger |
2015-02-14 | target: Add sanity checks for DPO/FUA bit usage | Nicholas Bellinger |
2015-02-14 | target: Perform PROTECT sanity checks for WRITE_SAME | Nicholas Bellinger |
2015-02-14 | target: Fail I/O with PROTECT bit when protection is unsupported | Nicholas Bellinger |
2015-02-14 | target: Check for LBA + sectors wrap-around in sbc_parse_cdb | Nicholas Bellinger |
2015-02-14 | target: Add missing WRITE_SAME end-of-device sanity check | Nicholas Bellinger |
2015-01-09 | target: Drop arbitrary maximum I/O size limit | Nicholas Bellinger |
2014-12-18 | Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus | James Bottomley |
2014-12-04 | scsi: remove MSG_*_TAG defines | Christoph Hellwig |
2014-11-24 | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 | Hannes Reinecke |
2014-10-02 | target: Remove unneeded check in sbc_parse_cdb | Andy Grover |
2014-06-11 | TARGET/sbc,loopback: Adjust command data length in case pi exists on the wire | Sagi Grimberg |
2014-06-11 | target: Report correct response length for some commands | Roland Dreier |
2014-06-11 | target/sbc: Check that the LBA and number of blocks are correct in VERIFY | Christophe Vu-Brugier |
2014-06-11 | target/sbc: Remove sbc_check_valid_sectors() | Christophe Vu-Brugier |
2014-04-07 | target/sbc: Add sbc_dif_read_strip software emulation | Nicholas Bellinger |
2014-04-07 | target/sbc: Add sbc_dif_generate software emulation | Nicholas Bellinger |
2014-04-07 | target/sbc: Only expose PI read_cap16 bits when supported by fabric | Nicholas Bellinger |
2014-04-07 | Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlist | Martin Svec |