summaryrefslogtreecommitdiff
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* iscsi-target: fix iscsit_del_np deadlock on unloadMikulas Patocka2014-07-171-6/+7
* iscsi-target: Explicily clear login response PDU in exception pathNicholas Bellinger2014-07-171-0/+2
* iscsi-target: Avoid rejecting incorrect ITT for Data-OutNicholas Bellinger2014-07-171-1/+1
* target: Fix left-over se_lun->lun_sep pointer OOPsNicholas Bellinger2014-07-171-0/+1
* target: Explicitly clear ramdisk_mcp backend pagesNicholas A. Bellinger2014-07-021-1/+1
* target: Report correct response length for some commandsRoland Dreier2014-07-023-5/+25
* Target/iscsi: Fix sendtargets response pdu for iser transportSagi Grimberg2014-07-021-4/+10
* iscsi-target: Fix ABORT_TASK + connection reset iscsi_queue_req memory leakNicholas Bellinger2014-07-021-2/+1
* target: Use complete_all for se_cmd->t_transport_stop_compNicholas Bellinger2014-07-021-3/+3
* target: Set CMD_T_ACTIVE bit for Task Management RequestsNicholas Bellinger2014-07-021-0/+6
* iscsi-target: Reject mutual authentication with reflected CHAP_CNicholas Bellinger2014-06-231-0/+10
* target: Allow READ_CAPACITY opcode in ALUA Standby access stateNicholas Bellinger2014-06-201-0/+9
* iser-target: Fix multi network portal shutdown regressionNicholas Bellinger2014-06-202-1/+3
* Target/iscsi,iser: Avoid accepting transport connections during stop stageSagi Grimberg2014-06-203-0/+3
* target: Fix alua_access_state attribute OOPs for un-configured devicesNicholas Bellinger2014-06-201-0/+5
* target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmdNicholas Bellinger2014-06-201-0/+4
* target: fix memory leak on XCOPYMikulas Patocka2014-06-091-1/+1
* target: Don't allow setting WC emulation if device doesn't supportAndy Grover2014-06-091-4/+4
* iscsi-target: Change BUG_ON to REJECT in iscsit_process_nop_outNicholas Bellinger2014-06-091-1/+3
* target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover2014-05-151-0/+1
* Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlistMartin Svec2014-05-151-1/+2
* iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bugNicholas Bellinger2014-05-151-1/+3
* iscsi-target: Fix iscsit_get_tpg_from_np tpg_state bugNicholas Bellinger2014-03-221-1/+1
* iscsi/iser-target: Fix isert_conn->state hung shutdown issuesNicholas Bellinger2014-03-221-0/+4
* iscsi/iser-target: Use list_del_init for ->i_conn_nodeNicholas Bellinger2014-03-222-11/+11
* target: Fix free-after-use regression in PR unregisterNicholas Bellinger2014-02-221-4/+7
* iscsi-target: Fix connection reset hang with percpu_ida_allocNicholas Bellinger2014-02-131-1/+1
* percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet2014-02-131-2/+6
* target/iscsi: Fix network portal creation raceAndy Grover2014-02-061-13/+21
* iscsi-target: Pre-allocate more tags to avoid ack starvationNicholas Bellinger2014-02-061-1/+1
* target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger2014-01-093-5/+13
* iscsi-target: Fix incorrect np->np_thread NULL assignmentNicholas Bellinger2014-01-092-6/+1
* iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT setNicholas Bellinger2014-01-091-14/+12
* target: Fix delayed Task Aborted Status (TAS) handling bugNicholas Bellinger2013-12-041-0/+2
* iscsi-target: chap auth shouldn't match username with trailing garbageEric Seppanen2013-12-041-1/+4
* iscsi-target: fix extract_param to handle buffer length corner caseEric Seppanen2013-12-041-1/+1
* iscsi-target: Fix mutex_trylock usage in iscsit_increment_maxcmdsnNicholas Bellinger2013-12-042-5/+6
* target/pscsi: fix return value checkWei Yongjun2013-10-251-4/+4
* target: Fail XCOPY for non matching source + destination block_sizeNicholas Bellinger2013-10-241-1/+13
* target: Generate failure for XCOPY I/O with non-zero scsi_statusNicholas Bellinger2013-10-241-1/+2
* target: Add missing XCOPY I/O operation sense_bufferNicholas Bellinger2013-10-241-2/+3
* target: Return an error for WRITE SAME with ANCHOR==1Roland Dreier2013-10-161-0/+5
* target: Reject EXTENDED_COPY when emulate_3pc is disabledNicholas Bellinger2013-10-091-0/+9
* target: Allow non zero ListID in EXTENDED_COPY parameter listNicholas Bellinger2013-10-091-5/+2
* target: Make target_do_xcopy failures return INVALID_PARAMETER_LISTNicholas Bellinger2013-10-091-8/+9
* iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tagsNicholas Bellinger2013-10-031-1/+1
* iscsi-target: Perform release of acknowledged tags from RX contextNicholas Bellinger2013-10-031-4/+9
* iscsi-target: Only perform wait_for_tasks when performing shutdownNicholas Bellinger2013-10-031-2/+2
* target: Fail on non zero scsi_status in compare_and_write_callbackNicholas Bellinger2013-10-031-1/+10
* target: Fix recursive COMPARE_AND_WRITE callback failureNicholas Bellinger2013-10-031-1/+10