summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatementNicholas Bellinger2017-05-203-0/+3
* target/fileio: Fix zero-length READ and WRITE handlingBart Van Assche2017-05-201-2/+1
* target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger2017-05-201-1/+4
* target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger2017-04-212-0/+9
* iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger2017-04-211-16/+0
* iscsi-target: Fix TMR reference leak during session shutdownNicholas Bellinger2017-04-211-5/+7
* tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI caseXiubo Li2017-04-211-15/+33
* tcmu: Fix wrongly calculating of the base_command_sizeXiubo Li2017-04-211-2/+8
* tcmu: Fix possible overwrite of t_data_sg's last iov[]Xiubo Li2017-04-211-11/+23
* target: Fix VERIFY_16 handling in sbc_parse_cdbMax Lohrmann2017-03-261-2/+8
* target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER exportNicholas Bellinger2017-03-261-35/+12
* target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger2017-03-153-4/+40
* target: Fix COMPARE_AND_WRITE ref leak for non GOOD statusNicholas Bellinger2017-02-141-2/+6
* target: Fix multi-session dynamic se_node_acl double free OOPsNicholas Bellinger2017-02-141-26/+43
* target: Fix early transport_generic_handle_tmr abort scenarioNicholas Bellinger2017-02-141-2/+15
* target: Use correct SCSI status during EXTENDED_COPY exceptionNicholas Bellinger2017-02-141-1/+1
* target: Don't BUG_ON during NodeACL dynamic -> explicit conversionNicholas Bellinger2017-02-141-1/+9
* sbp-target: Fix second argument of percpu_ida_alloc()Bart Van Assche2017-01-121-1/+1
* target/iscsi: Fix double free in lio_target_tiqn_addtpg()Dan Carpenter2017-01-121-1/+0
* target/user: Fix use-after-free of tcmu_cmds if they are expiredAndy Grover2017-01-091-2/+0
* iscsi-target: Return error if unable to add network portalVarun Prakash2017-01-091-1/+3
* target/tcm_fc: use CPU affinity for responsesHannes Reinecke2016-10-211-1/+1
* target/tcm_fc: Update debugging statements to match libfc usageHannes Reinecke2016-10-211-11/+26
* target/tcm_fc: return detailed error in ft_sess_create()Hannes Reinecke2016-10-211-2/+3
* target/tcm_fc: print command pointer in debug messageHannes Reinecke2016-10-211-1/+1
* target: fix potential race window in target_sess_cmd_list_waiting()Hannes Reinecke2016-10-211-4/+8
* Revert "target: Fix residual overflow handling in target_complete_cmd_with_le...Nicholas Bellinger2016-10-191-15/+1
* target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status codeDinesh Israni2016-10-191-4/+12
* target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger2016-10-192-6/+23
* target: Re-add missing SCF_ACK_KREF assignment in v4.1.yNicholas Bellinger2016-10-191-1/+3
* iscsi-target: fix iscsi cmd leakVarun Prakash2016-10-191-0/+4
* iscsi-target: fix spelling mistake "Unsolicitied" -> "Unsolicited"Colin Ian King2016-10-192-3/+3
* target/user: Fix comments to not refer to data ringAndy Grover2016-10-191-7/+5
* target/user: Return an error if cmd data size is too largeAndy Grover2016-10-191-3/+6
* target/user: Use sense_reason_t in tcmu_queue_cmd_ringAndy Grover2016-10-191-19/+10
* chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai2016-09-191-0/+3
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack()Varun Prakash2016-09-151-10/+6
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash2016-09-151-9/+2
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash2016-09-151-10/+3
* libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req()Varun Prakash2016-09-151-10/+3
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release()Varun Prakash2016-09-151-9/+2
* libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash2016-09-151-10/+1
* libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu()Varun Prakash2016-09-151-17/+3
* libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv()Varun Prakash2016-09-151-10/+1
* libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6()Varun Prakash2016-09-151-45/+6
* libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route()Varun Prakash2016-09-151-31/+5
* libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()Varun Prakash2016-09-151-38/+3
* target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe2016-08-071-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-08-049-53/+89
|\
| * target: fix spelling mistake: "limitiation" -> "limitation"Colin Ian King2016-07-231-1/+1