Age | Commit message (Expand) | Author | Files | Lines |
2013-10-03 | target: Fail on non zero scsi_status in compare_and_write_callback | Nicholas Bellinger | 1 | -1/+10 |
2013-10-03 | target: Fix recursive COMPARE_AND_WRITE callback failure | Nicholas Bellinger | 1 | -1/+10 |
2013-10-03 | target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_size | Nicholas Bellinger | 1 | -0/+6 |
2013-10-02 | tcm_fc: Convert to per-cpu command map pre-allocation of ft_cmd | Nicholas Bellinger | 3 | -5/+17 |
2013-10-02 | target: Fall back to vzalloc upon ->sess_cmd_map kzalloc failure | Nicholas Bellinger | 1 | -5/+15 |
2013-10-02 | target: Fix xop->dbl assignment in target_xcopy_parse_segdesc_02 | Nicholas Bellinger | 1 | -2/+2 |
2013-09-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 47 | -473/+2347 |
2013-09-11 | target/iscsi: Bump versions to v4.1.0 | Nicholas Bellinger | 1 | -1/+1 |
2013-09-11 | target: Update copyright ownership/year information to 2013 | Nicholas Bellinger | 37 | -75/+39 |
2013-09-11 | iscsi-target: Bump default TCP listen backlog to 256 | Nicholas Bellinger | 2 | -1/+2 |
2013-09-11 | target: Fix >= v3.9+ regression in PR APTPL + ALUA metadata write-out | Gera Kazakov | 2 | -2/+2 |
2013-09-11 | iscsi-target; Bump default CmdSN Depth to 64 | Nicholas Bellinger | 1 | -1/+1 |
2013-09-11 | iscsi-target: Remove unnecessary wait_for_completion in iscsi_get_thread_set | Nicholas Bellinger | 1 | -16/+3 |
2013-09-11 | iscsi-target: Add thread_set->ts_activate_sem + use common deallocate | Nicholas Bellinger | 2 | -85/+59 |
2013-09-11 | iscsi-target: Fix race with thread_pre_handler flush_signals + ISCSI_THREAD_S... | Nicholas Bellinger | 1 | -6/+13 |
2013-09-11 | target: remove unused including <linux/version.h> | Wei Yongjun | 1 | -1/+0 |
2013-09-11 | target: Enable global EXTENDED_COPY setup/release | Nicholas Bellinger | 1 | -0/+6 |
2013-09-11 | target: Add Third Party Copy (3PC) bit in INQUIRY response | Nicholas Bellinger | 4 | -0/+25 |
2013-09-11 | target: Enable EXTENDED_COPY setup in spc_parse_cdb | Nicholas Bellinger | 1 | -2/+8 |
2013-09-11 | target: Add support for EXTENDED_COPY copy offload emulation | Nicholas Bellinger | 3 | -1/+1146 |
2013-09-11 | target: Avoid non-existent tg_pt_gp_mem in target_alua_state_check | Nicholas Bellinger | 1 | -0/+3 |
2013-09-11 | target: Add global device list for EXTENDED_COPY | Nicholas Bellinger | 1 | -0/+13 |
2013-09-11 | target: Make helpers non static for EXTENDED_COPY command setup | Nicholas Bellinger | 1 | -2/+2 |
2013-09-11 | target: Make spc_parse_naa_6h_vendor_specific non static | Nicholas Bellinger | 1 | -2/+2 |
2013-09-11 | target: Make target_core_subsystem defined as non static | Nicholas Bellinger | 1 | -1/+1 |
2013-09-11 | target: Release COMPARE_AND_WRITE mutex in generic failure path | Nicholas Bellinger | 2 | -0/+14 |
2013-09-11 | target: Add compare_and_write_post() completion callback fall through | Nicholas Bellinger | 2 | -10/+12 |
2013-09-11 | target: Add support for COMPARE_AND_WRITE emulation | Nicholas Bellinger | 2 | -1/+197 |
2013-09-10 | target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPD | Nicholas Bellinger | 4 | -0/+24 |
2013-09-10 | target: Make __target_execute_cmd() available as extern | Nicholas Bellinger | 1 | -1/+1 |
2013-09-10 | target: Add transport_reset_sgl_orig() for COMPARE_AND_WRITE | Nicholas Bellinger | 1 | -1/+20 |
2013-09-10 | target: Do memory allocation for bidi commands using target_alloc_sgl | Nicholas Bellinger | 1 | -0/+17 |
2013-09-10 | target: Refactor transport_generic_get_mem to target_alloc_sgl | Nicholas Bellinger | 1 | -17/+18 |
2013-09-10 | target: Convert se_cmd->t_bidi_data_sg checks to use SCF_BIDI | Nicholas Bellinger | 1 | -2/+2 |
2013-09-10 | target: Allow sbc_ops->execute_rw() to accept SGLs + data_direction | Nicholas Bellinger | 4 | -22/+33 |
2013-09-10 | target: Add TCM_MISCOMPARE_VERIFY sense handling | Nicholas Bellinger | 1 | -0/+9 |
2013-09-10 | target: Add return for se_cmd->transport_complete_callback | Nicholas Bellinger | 2 | -8/+25 |
2013-09-10 | target/pscsi: remove an unneeded check | Dan Carpenter | 1 | -3/+2 |
2013-09-10 | iscsi-target: Convert to per-cpu ida_alloc + ida_free command map | Nicholas Bellinger | 3 | -11/+46 |
2013-09-10 | iscsi/iser-target: Convert to command priv_size usage | Nicholas Bellinger | 5 | -33/+7 |
2013-09-10 | target: Add transport_init_session_tags using per-cpu ida | Nicholas Bellinger | 1 | -0/+48 |
2013-09-10 | iscsi-target: Remove left-over iscsi_target_do_login_io | Nicholas Bellinger | 1 | -9/+1 |
2013-09-10 | iscsi-target: Add sk->sk_state_change to cleanup after TCP failure | Nicholas Bellinger | 2 | -0/+103 |
2013-09-10 | iscsi-target: Add login negotiation multi-plexing support | Nicholas Bellinger | 4 | -10/+234 |
2013-09-10 | iscsi-target: Prepare login code for multi-plexing support | Nicholas Bellinger | 7 | -107/+154 |
2013-09-01 | target: Fix se_cmd->state_list leak regression during WRITE failure | Nicholas Bellinger | 1 | -0/+11 |
2013-08-24 | iscsi-target: Fix potential NULL pointer in solicited NOPOUT reject | Nicholas Bellinger | 1 | -0/+8 |
2013-08-24 | iscsi-target: Fix iscsit_transport reference leak during NP thread reset | Nicholas Bellinger | 1 | -5/+4 |
2013-08-22 | iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10 | Nicholas Bellinger | 1 | -7/+2 |
2013-08-13 | iscsi-target: ST response on IN6ADDR_ANY socket | Chris Leech | 3 | -16/+16 |