summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_transport.c
AgeCommit message (Expand)Author
2011-12-21target: Handle 0 correctly in transport_get_sectors_6()Roland Dreier
2011-12-21target: Reject SCSI data overflow for fabrics using transport_generic_map_mem...Nicholas Bellinger
2011-11-11target: Prevent transport_send_task_abort when CHECK_CONDITION statusNicholas Bellinger
2011-11-11target: Fix transport_cmd_finish_abort queue removal bugNicholas Bellinger
2011-11-11target: Prevent cmd->se_queue_node double addRoland Dreier
2011-09-16target: Fix race between multiple invocations of target_qf_do_work()Roland Dreier
2011-08-22target: Make locking in transport_deregister_session() IRQ safeRoland Dreier
2011-08-22target: Fix task SGL chaining breakage with transport_allocate_data_tasksNicholas Bellinger
2011-08-22target: Fix task count > 1 handling breakage and use max_sector page alignmentNicholas Bellinger
2011-08-22target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors checkNicholas Bellinger
2011-08-22target: Fix SYNCHRONIZE_CACHE zero LBA + range breakageNicholas Bellinger
2011-08-22target: Fix WRITE_SAME usage with transport_get_sizeNicholas Bellinger
2011-08-22target: Add WRITE_SAME (10) parsing and refactor passthrough checksNicholas Bellinger
2011-08-22target: Fix write payload exception handling with ->new_cmd_mapNicholas Bellinger
2011-08-17target: Change TCM_NON_EXISTENT_LUN response to ASC=LOGICAL UNIT NOT SUPPORTEDNicholas Bellinger
2011-07-30target: Fix bug for transport_generic_wait_for_tasks with direct operationNicholas Bellinger
2011-07-28target: Fix WRITE_SAME_16 lba assignment breakageNicholas Bellinger
2011-07-26target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectorsNicholas Bellinger
2011-07-22target: remove custom hex2bin() implementationAndy Shevchenko
2011-07-22target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SGNicholas Bellinger
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover
2011-07-22target: Eliminate usage of struct se_memAndy Grover
2011-07-22target: Pass 2nd param of transport_split_cdb by valueAndy Grover
2011-07-22target: Enforce 1 page max for control cdb buffer sizesAndy Grover
2011-07-22target: Make all control CDBs scatter-gatherAndy Grover
2011-07-22target: Add SCF_EMULATE_QUEUE_FULL -> transport_handle_queue_fullNicholas Bellinger
2011-07-22target: Add transport_handle_cdb_direct optimizationNicholas Bellinger
2011-07-22target: merge release_cmd methodsChristoph Hellwig
2011-07-22target: remove the unused SCF_* flagsChristoph Hellwig
2011-07-22target: remove the always-noop ->new_cmd_failure methodChristoph Hellwig
2011-07-22target: Updates from AGrover and HCH (round 3)Andy Grover
2011-07-22target: Fix WRITE_SAME_[16,32] number of blocks=0 caseNicholas Bellinger
2011-07-22target: Fix WRITE_SAME_16 t_task_lba assignment bugNicholas Bellinger
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover
2011-07-22target: Fix double test of inquiry_prodRoland Dreier
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover
2011-07-22target: use MAINTENANCE_IN and MAINTENANCE_OUT definitions in scsi.hNicholas Bellinger
2011-06-23target: Convert transport_deregister_session_configfs nacl_sess_lock to save ...Roland Dreier
2011-05-24[SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitionsNicholas Bellinger
2011-05-24[SCSI] target: Fix task->task_execute_queue=1 clear bug + LUN_RESET OOPsNicholas Bellinger
2011-05-24[SCSI] target: Fix bug with task_sg chained transport_free_dev_tasks releaseNicholas Bellinger
2011-05-24[SCSI] target: Fix multi task->task_sg[] chaining logic bugNicholas Bellinger
2011-04-26Merge branch 'master' into for-nextJiri Kosina
2011-04-10treewide: remove extra semicolonsJustin P. Mattock
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23[SCSI] target: Fix bogus return in transport_add_device_to_core_hba failure pathNicholas Bellinger
2011-03-23[SCSI] target: Avoid mem leak and needless work in transport_generic_get_memJesper Juhl
2011-03-23[SCSI] target: Convert TMR REQ/RSP definitions to target namespaceNicholas Bellinger
2011-03-23[SCSI] target: Minor sparse warning fixes and annotationsDan Carpenter
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds