aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi/iscsi_target_tmr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-10scsi: target: iscsi: Rename iscsi_session to iscsit_sessionMax Gurtovoy1-3/+3
2022-05-10scsi: target: iscsi: Rename iscsi_conn to iscsit_connMax Gurtovoy1-15/+15
2022-05-10scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmdMax Gurtovoy1-19/+19
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2017-02-09target/iscsi: Fix spelling of "reallegiance"Bart Van Assche1-2/+2
2016-01-06iscsi-target: Fix indentation + spelling + unreachable codeBart Van Assche1-1/+1
2015-08-02target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier1-1/+1
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-2/+2
2015-06-15target: use 64-bit LUNsHannes Reinecke1-2/+2
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-1/+1
2015-01-30iscsi-target: Move iscsi_target_[core,stat].h under linux includeSagi Grimberg1-1/+1
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger1-3/+1
2013-04-25iscsi-target: Refactor TX queue logic + export response PDU creationNicholas Bellinger1-0/+1
2013-04-25iscsi-target: Refactor RX PDU logic + export request PDU handlingNicholas Bellinger1-1/+2
2012-11-07iscsi-target: Fix bug in handling of ExpStatSN ACK during u32 wrap-aroundSteve Hodgson1-2/+2
2012-10-03iscsit: proper endianess conversionsChristoph Hellwig1-7/+5
2012-10-03iscsit: use the itt_t abstract typeChristoph Hellwig1-2/+2
2012-10-02iscsit: mark various functions staticChristoph Hellwig1-3/+3
2012-10-02iscsi-target: Add MaxXmitDataSegmentLength connection recovery checkNicholas Bellinger1-1/+8
2012-07-16iscsit: use target_execute_cmd for WRITEsChristoph Hellwig1-1/+2
2012-07-16target: move ref_cmd from the generic se_tmr_req into iscsi codeChristoph Hellwig1-23/+20
2012-04-14target/iscsi: Eliminate iscsi_cmd.data_lengthAndy Grover1-2/+2
2012-04-14target/iscsi: Misc cleanups from Agrover (round 2)Andy Grover1-5/+2
2012-04-14target/iscsi: Rename iscsi_cmd.i_list to iscsi_cmd.i_conn_nodeAndy Grover1-2/+2
2012-02-25target: replace various cmd flags with a transport stateChristoph Hellwig1-3/+3
2011-12-14target: header reshuffle, part2Christoph Hellwig1-1/+1
2011-10-24target: Fix incorrect transport_sent usageNicholas Bellinger1-2/+2
2011-10-24iscsi-target: always call transport_handle_cdb_directChristoph Hellwig1-1/+1
2011-07-26iscsi-target: Add iSCSI fabric support for target v4.1Nicholas Bellinger1-0/+849