summaryrefslogtreecommitdiff
path: root/drivers/target/iscsi
Commit message (Expand)AuthorAgeFilesLines
* iscsit: use GFP_ATOMIC under spin lockWei Yongjun2013-01-171-1/+1
* iscsi-target: Fix missed wakeup race in TX threadRoland Dreier2012-11-175-3/+26
* iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout valuesNicholas Bellinger2012-10-211-2/+2
* iscsi-target: Add explicit set of cache_dynamic_acls=1 for TPG demo-modeNicholas Bellinger2012-10-211-0/+12
* iscsit: remove incorrect unlock in iscsit_build_sendtargets_respChristoph Hellwig2012-10-211-1/+0
* iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDUNicholas Bellinger2012-10-211-0/+1
* iscsi-target: Drop bogus struct file usage for iSCSI/SCTPAl Viro2012-08-093-78/+6
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-2214-145/+50
|\
| * iscsi-target: remove improper externsDan Carpenter2012-03-171-8/+8
| * iscsi-target: Remove unused variables in iscsi_target_parameters.cJörn Engel2012-03-151-10/+9
| * target: remove obvious warningsJörn Engel2012-03-153-21/+2
| * target: Bump core version to v4.1.0-rc2-ml + fabric versionsNicholas Bellinger2012-03-101-1/+1
| * target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger2012-03-101-43/+0
| * iscsi-target: Convert to use target_put_session + sess_krefNicholas Bellinger2012-03-104-9/+9
| * target: Fix typo in drivers/targetMasanari Iida2012-03-101-1/+1
| * iscsi-target: Fix dynamic -> explict NodeACL pointer referenceNicholas Bellinger2012-03-081-4/+2
| * iscsi-target: Fix iscsit_alloc_buffs() failure casesNicholas Bellinger2012-02-251-8/+6
| * target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover2012-02-251-4/+3
| * target/iscsi: Remove unneeded wrapper functionsAndy Grover2012-02-253-25/+4
| * target: Use LIST_HEAD()/DEFINE_MUTEX() for static objectsRoland Dreier2012-02-251-6/+0
| * target: replace various cmd flags with a transport stateChristoph Hellwig2012-02-253-5/+5
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-212-0/+2
|\ \
| * | security: trim security.hAl Viro2012-02-142-0/+2
| |/
* | iscsi-target: Fix reservation conflict -EBUSY response handling bugNicholas Bellinger2012-03-131-1/+1
|/
* iscsi: use IP_FREEBIND socket optionDax Kelson2012-02-071-0/+8
* iscsi_target: in_aton needs linux/inet.hStephen Rothwell2012-02-071-0/+1
* iscsi-target: Fix discovery with INADDR_ANY and IN6ADDR_ANY_INITNicholas Bellinger2012-01-183-8/+62
* iscsi-target: Fix up a few assignmentsJesper Juhl2012-01-181-2/+2
* iscsi-target: make one-bit bitfields unsignedDan Carpenter2012-01-181-2/+2
* iscsi-target: Fix double list_add with iscsit_alloc_buffs rejectNicholas Bellinger2012-01-181-1/+1
* iscsi-target: Fix reject release handling in iscsit_free_cmd()Nicholas Bellinger2012-01-181-0/+11
* iscsi-target: fix chap identifier simple_strtoul usageNicholas Bellinger2011-12-141-3/+7
* target: remove useless castsJörn Engel2011-12-149-48/+48
* target: header reshuffle, part2Christoph Hellwig2011-12-1413-23/+11
* iscsi-target: Fix hex2bin warn_unused compile messageNicholas Bellinger2011-12-061-2/+4
* target: remove unused struct fieldsJörn Engel2011-12-061-2/+0
* iscsi-target: Use kmemdup rather than duplicating its implementationThomas Meyer2011-12-062-6/+3
* iscsi-target: Add missing F_BIT for iscsi_tm_rspNicholas Bellinger2011-12-061-0/+1
* iscsi-target: Fix residual count hanlding + remove iscsi_cmd->residual_countNicholas Bellinger2011-12-062-5/+6
* iscsi-target: Fix sess allocation leak in iscsi_login_zero_tsih_s1Nicholas Bellinger2011-12-061-5/+8
* target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger2011-12-062-9/+3
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-063-0/+3
|\
| * drivers/target: Add module.h to drivers/target files as required.Paul Gortmaker2011-10-311-0/+1
| * drivers/target: Add export.h to files as required.Paul Gortmaker2011-10-312-0/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-11-061-5/+6
|\ \ | |/ |/|
| * iscsi-target: Fix non-immediate TMR handlingNicholas Bellinger2011-11-021-4/+3
| * iscsi-target: Add missing CMDSN_LOWER_THAN_EXP check in iscsit_handle_scsi_cmdNicholas Bellinger2011-11-021-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-1/+1
|\ \ | |/ |/|
| * treewide: Correct spelling of successfully in commentsJoe Perches2011-09-271-1/+1
* | target: Fix incorrect transport_sent usageNicholas Bellinger2011-10-242-3/+2