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