summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2016-01-05target/stat: print full t10_wwn.model bufferDavid Disseldorp1-1/+1
2015-08-25iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger5-32/+67
2015-08-19iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger1-2/+16
2015-08-19iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger1-4/+8
2015-08-04iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger4-69/+114
2015-06-03target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2-0/+4
2015-05-04target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger2-9/+43
2015-04-22iscsi target: fix oops when adding reject pduMike Christie1-1/+1
2015-04-09tcm_fc: missing curly braces in ft_invl_hw_context()Dan Carpenter1-1/+2
2015-04-09iscsi-target: Fix wrong buffer / buffer overrun in iscsi_change_param_value()Roland Dreier1-29/+28
2015-04-09target: Allow Write Exclusive non-reservation holders to READLee Duncan1-0/+12
2015-04-09target: Allow AllRegistrants to re-RESERVE existing reservationNicholas Bellinger1-1/+4
2015-04-09target: Avoid dropping AllRegistrants reservation during unregisterNicholas Bellinger1-22/+65
2015-04-09target: Fix R_HOLDER bit usage for AllRegistrantsNicholas Bellinger1-3/+23
2015-04-09target/pscsi: Fix NULL pointer dereference in get_device_typeNicholas Bellinger1-1/+1
2015-04-09iscsi-target: Avoid early conn_logout_comp for iser connectionsNicholas Bellinger1-4/+10
2015-04-09target: Fix virtual LUN=0 target_configure_device failure OOPsNicholas Bellinger1-2/+2
2015-04-09target: Fix reference leak in target_get_sess_cmd() error pathBart Van Assche1-0/+4
2015-03-12target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger1-1/+2
2015-03-12target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger1-0/+12
2015-03-12target: Fix PR_APTPL_BUF_LEN buffer size limitationNicholas Bellinger1-12/+13
2015-03-02iscsi-target: Drop problematic active_ts_list usageNicholas Bellinger1-23/+5
2015-02-02target: Drop arbitrary maximum I/O size limitNicholas Bellinger5-25/+16
2015-02-02tcm_loop: Fix wrong I_T nexus associationHannes Reinecke2-21/+15
2015-01-29iscsi,iser-target: Initiate termination only onceSagi Grimberg1-0/+3
2015-01-26iscsi-target: Fail connection on short sendmsg writesNicholas Bellinger1-15/+11
2014-12-06target: Don't call TFO->write_pending if data_length == 0Roland Dreier1-1/+1
2014-11-13target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger4-5/+14
2014-11-13target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSEQuinn Tran1-2/+1
2014-10-13iscsi-target: Fix memory corruption in iscsit_logout_post_handler_diffcidNicholas Bellinger1-1/+3
2014-10-13iscsi-target: avoid NULL pointer in iscsi_copy_param_list failureJoern Engel1-1/+1
2014-07-17iscsi-target: fix iscsit_del_np deadlock on unloadMikulas Patocka1-6/+7
2014-07-17iscsi-target: Explicily clear login response PDU in exception pathNicholas Bellinger1-0/+2
2014-07-17iscsi-target: Avoid rejecting incorrect ITT for Data-OutNicholas Bellinger1-1/+1
2014-07-17target: Fix left-over se_lun->lun_sep pointer OOPsNicholas Bellinger1-0/+1
2014-07-02target: Explicitly clear ramdisk_mcp backend pagesNicholas A. Bellinger1-1/+1
2014-07-02target: Report correct response length for some commandsRoland Dreier3-5/+25
2014-07-02Target/iscsi: Fix sendtargets response pdu for iser transportSagi Grimberg1-4/+10
2014-07-02iscsi-target: Fix ABORT_TASK + connection reset iscsi_queue_req memory leakNicholas Bellinger1-2/+1
2014-07-02target: Use complete_all for se_cmd->t_transport_stop_compNicholas Bellinger1-3/+3
2014-07-02target: Set CMD_T_ACTIVE bit for Task Management RequestsNicholas Bellinger1-0/+6
2014-06-23iscsi-target: Reject mutual authentication with reflected CHAP_CNicholas Bellinger1-0/+10
2014-06-20target: Allow READ_CAPACITY opcode in ALUA Standby access stateNicholas Bellinger1-0/+9
2014-06-20iser-target: Fix multi network portal shutdown regressionNicholas Bellinger2-1/+3
2014-06-20Target/iscsi,iser: Avoid accepting transport connections during stop stageSagi Grimberg3-0/+3
2014-06-20target: Fix alua_access_state attribute OOPs for un-configured devicesNicholas Bellinger1-0/+5
2014-06-20target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmdNicholas Bellinger1-0/+4
2014-06-09target: fix memory leak on XCOPYMikulas Patocka1-1/+1
2014-06-09target: Don't allow setting WC emulation if device doesn't supportAndy Grover1-4/+4
2014-06-09iscsi-target: Change BUG_ON to REJECT in iscsit_process_nop_outNicholas Bellinger1-1/+3