summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* target: Fix double-free of se_cmd in target_complete_tmr_failureNicholas Bellinger2012-10-271-1/+0Star
* target: Add control CDB READ payload zero work-aroundNicholas Bellinger2012-10-021-0/+21
* target: Add target_submit_cmd_map_sgls for SGL fabric memory passthroughNicholas Bellinger2012-10-021-6/+59
* target: go through normal processing for all zero-length commandsPaolo Bonzini2012-09-181-17/+0Star
* target: Fix minor spelling typos in drivers/targetMasanari Iida2012-09-181-2/+2
* target: Simplify fabric sense data length handlingRoland Dreier2012-09-181-84/+71Star
* target: Cleanup transport_subsystem_check_initAndy Grover2012-09-181-3/+1Star
* target: Remove request_module for target_core_stgtAndy Grover2012-09-181-4/+0Star
* target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini2012-09-071-9/+2Star
* target: support zero-size allocation lengths in transport_kmap_data_sgPaolo Bonzini2012-09-071-4/+9
* target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini2012-09-071-1/+3
* target: fix use-after-free with PSCSI sense dataPaolo Bonzini2012-09-061-22/+14Star
* target: simplify code around transport_get_sense_dataPaolo Bonzini2012-09-061-36/+13Star
* target: move transport_get_sense_dataPaolo Bonzini2012-09-061-55/+55
* target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger2012-08-241-2/+7
* target: Remove unused se_cmd.cmd_spdtlRoland Dreier2012-08-211-2/+0Star
* target: Fix regression bug with handling of zero-length data CDBsNicholas Bellinger2012-08-181-3/+6
* target: fix NULL pointer dereference bug alloc_page() fails to get memoryYi Zou2012-08-171-2/+2
* target: NULL dereference on error pathDan Carpenter2012-07-201-5/+6
* target: Allow for target_submit_cmd() returning errorsRoland Dreier2012-07-181-5/+9
* target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier2012-07-171-0/+10
* target: Remove se_session.sess_wait_listRoland Dreier2012-07-171-12/+10Star
* target: Check sess_tearing_down in target_get_sess_cmd()Roland Dreier2012-07-171-5/+19
* target: Un-export target_get_sess_cmd()Roland Dreier2012-07-171-3/+3
* target: replace the processing thread with a TMR work queueChristoph Hellwig2012-07-171-157/+16Star
* target: remove transport_generic_handle_cdb_mapChristoph Hellwig2012-07-171-43/+1Star
* target: simply fabric driver queue full processingChristoph Hellwig2012-07-171-7/+6Star
* target: remove transport_generic_handle_dataChristoph Hellwig2012-07-171-39/+0Star
* target: merge transport_generic_write_pending into transport_generic_new_cmdChristoph Hellwig2012-07-171-48/+26Star
* target: call transport_check_aborted_status from target_execute_cmdChristoph Hellwig2012-07-171-0/+6
* target: remove transport_generic_process_writeChristoph Hellwig2012-07-171-12/+3Star
* target: split transport_cmd_check_stopChristoph Hellwig2012-07-171-62/+62
* target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig2012-07-171-5/+1Star
* target: remove dead SCF_ flagsChristoph Hellwig2012-07-171-1/+0Star
* target: remove the execute listChristoph Hellwig2012-07-171-232/+98Star
* target: move transport_generic_prepare_cdb into pscsiChristoph Hellwig2012-07-171-29/+0Star
* target: move code for CDB emulationChristoph Hellwig2012-07-171-45/+2Star
* target: add a parse_cdb method to the backend driversChristoph Hellwig2012-07-171-729/+7Star
* target: split parsing of SPC commands into a separate helperChristoph Hellwig2012-07-171-109/+3Star
* target: split overflow and underflow checks into a helperChristoph Hellwig2012-07-171-37/+53
* target: remove control CDB flagsChristoph Hellwig2012-07-171-75/+34Star
* target: move unrelated code out of transport_generic_cmd_sequencerChristoph Hellwig2012-07-171-77/+66Star
* target: Add TFO->put_session() caller for HW fabric session shutdownJoern Engel2012-06-131-1/+7
* target: Handle ATA_16 passthrough for pSCSI backend devicesmengcong2012-05-171-0/+32
* target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bitsNicholas Bellinger2012-05-171-1/+2
* target: add support for the WRITE_VERIFY commandBernhard Kohl2012-05-151-0/+1
* target: make target_put_session voidJörn Engel2012-05-121-2/+2
* target: cleanup transport_execute_tasks()Jörn Engel2012-05-121-9/+5Star
* target: Remove max_sectors device attribute for modern se_task less codeNicholas Bellinger2012-05-101-3/+4
* target: lock => unlock typo in transport_lun_wait_for_tasksDan Carpenter2012-05-101-1/+1