summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi
AgeCommit message (Expand)AuthorLines
2012-08-26target: Check idr_get_new return value in iscsi_login_zero_tsih_s1Benjamin Wang-1/+10
2012-07-21iscsi-target: Drop bogus struct file usage for iSCSI/SCTPAl Viro-78/+6
2012-07-16target: Misc retval cleanupsAndy Grover-11/+16
2012-07-16target: Remove unneeded double parenthesesAndy Grover-5/+5
2012-07-16iscsit: use target_execute_cmd for WRITEsChristoph Hellwig-5/+8
2012-07-16target/iscsi: Remove dead code in lio_get_tpg_from_tpg_item()Roland Dreier-22/+0
2012-07-16target: move ref_cmd from the generic se_tmr_req into iscsi codeChristoph Hellwig-23/+21
2012-05-20iscsi-target: Fix iov_count calculation bug in iscsit_allocate_iovecsNicholas Bellinger-1/+1
2012-05-17iscsi-target: remove dead code in iscsi_check_valuelist_for_supportDan Carpenter-9/+0
2012-05-06target/iscsi: cleanup some allocation style issuesDan Carpenter-10/+10
2012-04-14target/iscsi: Go back to core allocating data buffer for cmdAndy Grover-80/+6
2012-04-14target/iscsi: Fold _decide_list_to_build into _build_pdu_and_seq_listsAndy Grover-58/+50
2012-04-14target/iscsi: Eliminate iscsi_cmd.data_lengthAndy Grover-67/+60
2012-04-14target/iscsi: Move init_se_cmd closer to lookup_cmd_lunAndy Grover-11/+11
2012-04-14target/iscsi: Inline iscsit_allocate_se_cmd and *_for_tmrAndy Grover-130/+101
2012-04-14target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover-7/+2
2012-04-14target/iscsi: Misc cleanups from Agrover (round 2)Andy Grover-74/+59
2012-04-14target/iscsi: Refactor target_tx_thread immediate+response queue loopsAndy Grover-244/+244
2012-04-14target/iscsi: Remove unneeded locking from iscsi_target_tx_threadAndy Grover-10/+2
2012-04-14target/iscsi: Misc cleanups from Agrover (round 1)Andy Grover-52/+16
2012-04-14target/iscsi: Rename iscsi_cmd.i_list to iscsi_cmd.i_conn_nodeAndy Grover-38/+38
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-145/+50
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-0/+2
2012-03-17iscsi-target: remove improper externsDan Carpenter-8/+8
2012-03-15iscsi-target: Remove unused variables in iscsi_target_parameters.cJörn Engel-10/+9
2012-03-15target: remove obvious warningsJörn Engel-21/+2
2012-03-13iscsi-target: Fix reservation conflict -EBUSY response handling bugNicholas Bellinger-1/+1
2012-03-10target: Bump core version to v4.1.0-rc2-ml + fabric versionsNicholas Bellinger-1/+1
2012-03-10target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger-43/+0
2012-03-10iscsi-target: Convert to use target_put_session + sess_krefNicholas Bellinger-9/+9
2012-03-10target: Fix typo in drivers/targetMasanari Iida-1/+1
2012-03-08iscsi-target: Fix dynamic -> explict NodeACL pointer referenceNicholas Bellinger-4/+2
2012-02-25iscsi-target: Fix iscsit_alloc_buffs() failure casesNicholas Bellinger-8/+6
2012-02-25target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover-4/+3
2012-02-25target/iscsi: Remove unneeded wrapper functionsAndy Grover-25/+4
2012-02-25target: Use LIST_HEAD()/DEFINE_MUTEX() for static objectsRoland Dreier-6/+0
2012-02-25target: replace various cmd flags with a transport stateChristoph Hellwig-5/+5
2012-02-14security: trim security.hAl Viro-0/+2
2012-02-07iscsi: use IP_FREEBIND socket optionDax Kelson-0/+8
2012-02-07iscsi_target: in_aton needs linux/inet.hStephen Rothwell-0/+1
2012-01-18iscsi-target: Fix discovery with INADDR_ANY and IN6ADDR_ANY_INITNicholas Bellinger-8/+62
2012-01-18iscsi-target: Fix up a few assignmentsJesper Juhl-2/+2
2012-01-18iscsi-target: make one-bit bitfields unsignedDan Carpenter-2/+2
2012-01-18iscsi-target: Fix double list_add with iscsit_alloc_buffs rejectNicholas Bellinger-1/+1
2012-01-18iscsi-target: Fix reject release handling in iscsit_free_cmd()Nicholas Bellinger-0/+11
2011-12-14iscsi-target: fix chap identifier simple_strtoul usageNicholas Bellinger-3/+7
2011-12-14target: remove useless castsJörn Engel-48/+48
2011-12-14target: header reshuffle, part2Christoph Hellwig-23/+11
2011-12-06iscsi-target: Fix hex2bin warn_unused compile messageNicholas Bellinger-2/+4
2011-12-06target: remove unused struct fieldsJörn Engel-2/+0