summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi/iscsi_target_tmr.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: core: Kill transport_handle_cdb_direct()Mike Christie2023-10-131-1/+1
* scsi: target: iscsi: Rename iscsi_session to iscsit_sessionMax Gurtovoy2022-05-101-3/+3
* scsi: target: iscsi: Rename iscsi_conn to iscsit_connMax Gurtovoy2022-05-101-15/+15
* scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmdMax Gurtovoy2022-05-101-19/+19
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
* target/iscsi: Fix spelling of "reallegiance"Bart Van Assche2017-02-091-2/+2
* iscsi-target: Fix indentation + spelling + unreachable codeBart Van Assche2016-01-061-1/+1
* target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier2015-08-021-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-2/+2
|\
| * target: use 64-bit LUNsHannes Reinecke2015-06-151-2/+2
* | target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-1/+1
|/
* iscsi-target: Move iscsi_target_[core,stat].h under linux includeSagi Grimberg2015-01-301-1/+1
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-101-3/+1
* iscsi-target: Refactor TX queue logic + export response PDU creationNicholas Bellinger2013-04-251-0/+1
* iscsi-target: Refactor RX PDU logic + export request PDU handlingNicholas Bellinger2013-04-251-1/+2
* iscsi-target: Fix bug in handling of ExpStatSN ACK during u32 wrap-aroundSteve Hodgson2012-11-071-2/+2
* iscsit: proper endianess conversionsChristoph Hellwig2012-10-031-7/+5
* iscsit: use the itt_t abstract typeChristoph Hellwig2012-10-031-2/+2
* iscsit: mark various functions staticChristoph Hellwig2012-10-021-3/+3
* iscsi-target: Add MaxXmitDataSegmentLength connection recovery checkNicholas Bellinger2012-10-021-1/+8
* iscsit: use target_execute_cmd for WRITEsChristoph Hellwig2012-07-161-1/+2
* target: move ref_cmd from the generic se_tmr_req into iscsi codeChristoph Hellwig2012-07-161-23/+20
* target/iscsi: Eliminate iscsi_cmd.data_lengthAndy Grover2012-04-141-2/+2
* target/iscsi: Misc cleanups from Agrover (round 2)Andy Grover2012-04-141-5/+2
* target/iscsi: Rename iscsi_cmd.i_list to iscsi_cmd.i_conn_nodeAndy Grover2012-04-141-2/+2
* target: replace various cmd flags with a transport stateChristoph Hellwig2012-02-251-3/+3
* target: header reshuffle, part2Christoph Hellwig2011-12-141-1/+1
* target: Fix incorrect transport_sent usageNicholas Bellinger2011-10-241-2/+2
* iscsi-target: always call transport_handle_cdb_directChristoph Hellwig2011-10-241-1/+1
* iscsi-target: Add iSCSI fabric support for target v4.1Nicholas Bellinger2011-07-261-0/+849