| Commit message (Expand) | Author | Age | Files | Lines |
* | target: do not reject FUA CDBs when write cache is enabled but emulate_write_... | Christophe Vu-Brugier | 2015-03-19 | 3 | -18/+16 |
* | target: Fix virtual LUN=0 target_configure_device failure OOPs | Nicholas Bellinger | 2015-03-19 | 1 | -2/+2 |
* | target/pscsi: Fix NULL pointer dereference in get_device_type | Nicholas Bellinger | 2015-03-19 | 1 | -1/+1 |
* | tcm_fc: missing curly braces in ft_invl_hw_context() | Dan Carpenter | 2015-03-19 | 1 | -1/+2 |
* | target: Fix reference leak in target_get_sess_cmd() error path | Bart Van Assche | 2015-03-19 | 1 | -0/+4 |
* | loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_session | Bart Van Assche | 2015-03-19 | 1 | -5/+2 |
* | iscsi-target: Avoid early conn_logout_comp for iser connections | Nicholas Bellinger | 2015-03-19 | 1 | -4/+10 |
* | Revert "iscsi-target: Avoid IN_LOGOUT failure case for iser-target" | Nicholas Bellinger | 2015-03-19 | 1 | -3/+1 |
* | target: Disallow changing of WRITE cache/FUA attrs after export | Nicholas Bellinger | 2015-03-19 | 1 | -1/+15 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2015-02-21 | 26 | -1086/+239 |
|\ |
|
| * | target: Set LBPWS10 bit in Logical Block Provisioning EVPD | Nicholas Bellinger | 2015-02-14 | 1 | -1/+1 |
| * | target: Fail UNMAP when emulate_tpu=0 | Nicholas Bellinger | 2015-02-14 | 1 | -0/+5 |
| * | target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0 | Nicholas Bellinger | 2015-02-14 | 1 | -0/+5 |
| * | target: Add sanity checks for DPO/FUA bit usage | Nicholas Bellinger | 2015-02-14 | 1 | -10/+46 |
| * | target: Perform PROTECT sanity checks for WRITE_SAME | Nicholas Bellinger | 2015-02-14 | 3 | -0/+18 |
| * | target: Fail I/O with PROTECT bit when protection is unsupported | Nicholas Bellinger | 2015-02-14 | 1 | -19/+32 |
| * | target: Check for LBA + sectors wrap-around in sbc_parse_cdb | Nicholas Bellinger | 2015-02-14 | 1 | -1/+2 |
| * | target: Add missing WRITE_SAME end-of-device sanity check | Nicholas Bellinger | 2015-02-14 | 1 | -0/+12 |
| * | iscsi-target: Avoid IN_LOGOUT failure case for iser-target | Nicholas Bellinger | 2015-02-12 | 1 | -1/+3 |
| * | target: Fix PR_APTPL_BUF_LEN buffer size limitation | Nicholas Bellinger | 2015-02-12 | 1 | -12/+13 |
| * | iscsi-target: Drop problematic active_ts_list usage | Nicholas Bellinger | 2015-02-12 | 1 | -23/+5 |
| * | iscsi/iser-target: Support multi-sequence sendtargets text response | Sagi Grimberg | 2015-02-12 | 3 | -23/+66 |
| * | iscsi-target: Don't over-allocate sendtargets text resp buffer | Sagi Grimberg | 2015-02-04 | 1 | -1/+1 |
| * | iscsi-target: Introduce session_get_next_ttt | Sagi Grimberg | 2015-02-04 | 2 | -17/+4 |
| * | iscsi-target: Move iscsi_target_[core,stat].h under linux include | Sagi Grimberg | 2015-01-30 | 20 | -969/+22 |
| * | iscsi-target: use '%*ph' specifier to dump hex buffer | Andy Shevchenko | 2015-01-15 | 1 | -9/+4 |
* | | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg | 2015-01-18 | 1 | -3/+1 |
* | | iscsi-target: Fix typos in enum cmd_flags_table | Andy Grover | 2015-01-09 | 2 | -8/+8 |
* | | target: Allow Write Exclusive non-reservation holders to READ | Lee Duncan | 2015-01-09 | 1 | -0/+12 |
* | | target: Drop left-over fabric_max_sectors attribute | Nicholas Bellinger | 2015-01-09 | 5 | -50/+0 |
* | | target: Drop arbitrary maximum I/O size limit | Nicholas Bellinger | 2015-01-09 | 5 | -25/+16 |
|/ |
|
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2014-12-20 | 8 | -27/+26 |
|\ |
|
| * | Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus | James Bottomley | 2014-12-18 | 8 | -27/+26 |
| |\ |
|
| | * | scsi: remove MSG_*_TAG defines | Christoph Hellwig | 2014-12-04 | 8 | -26/+26 |
| | * | scsi: remove ->change_queue_type method | Christoph Hellwig | 2014-12-04 | 1 | -1/+0 |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2014-12-19 | 18 | -441/+462 |
|\ \ \
| |/ /
|/| | |
|
| * | | target: Allow AllRegistrants to re-RESERVE existing reservation | Nicholas Bellinger | 2014-12-19 | 1 | -1/+4 |
| * | | iscsi-target: Fail connection on short sendmsg writes | Nicholas Bellinger | 2014-12-16 | 1 | -15/+11 |
| * | | iscsi-target: nullify session in failed login sequence | Sagi Grimberg | 2014-12-15 | 1 | -0/+1 |
| * | | target: Avoid dropping AllRegistrants reservation during unregister | Nicholas Bellinger | 2014-12-15 | 1 | -22/+65 |
| * | | target: Fix R_HOLDER bit usage for AllRegistrants | Nicholas Bellinger | 2014-12-15 | 1 | -3/+23 |
| * | | iscsi-target: Drop left-over bogus iscsi_np->tpg_np | Nicholas Bellinger | 2014-12-12 | 2 | -2/+0 |
| * | | iscsi,iser-target: Expose supported protection ops according to t10_pi | Sagi Grimberg | 2014-12-12 | 1 | -3/+4 |
| * | | iscsi,iser-target: Initiate termination only once | Sagi Grimberg | 2014-12-12 | 1 | -0/+3 |
| * | | target: remove unneeded array | Julia Lawall | 2014-12-01 | 1 | -5/+2 |
| * | | iscsi-target: fix error path in iscsi_target_init_module() | Lino Sanfilippo | 2014-12-01 | 1 | -0/+1 |
| * | | tcm_loop: Fix wrong I_T nexus association | Hannes Reinecke | 2014-12-01 | 2 | -49/+24 |
| * | | target: Drop left-over PHBA_PDEV set attr checks | Nicholas Bellinger | 2014-12-01 | 1 | -54/+10 |
| * | | target: Drop left-over internal dev attribute code | Nicholas Bellinger | 2014-12-01 | 1 | -175/+1 |
| * | | target/pscsi: Convert to external pscsi_backend_dev_attrs | Nicholas Bellinger | 2014-12-01 | 1 | -0/+26 |