Sign in
android-kvm
/
linux
/
a4924c71aa43d4f8a3f342b1f71788349472e684
/
drivers
/
target
/
target_core_transport.c
5c73b67
target: remove unused struct fields
by Jörn Engel
· 13 years ago
9b5cd7f
target: Handle 0 correctly in transport_get_sectors_6()
by Roland Dreier
· 13 years ago
410f670
target: Don't return an error status for 0-length READ and WRITE
by Roland Dreier
· 13 years ago
fef58a6
target: Reject SCSI data overflow for fabrics using transport_generic_map_mem_to_cmd
by Nicholas Bellinger
· 13 years ago
33c3faf
target: remove the t_tasks_bidi se_cmd field
by Christoph Hellwig
· 13 years ago
2d3a4b5
target: remove the t_tasks_fua se_cmd field
by Christoph Hellwig
· 13 years ago
aad13ca
target: remove the se_ordered_node se_cmd field
by Christoph Hellwig
· 13 years ago
58a2801
target: remove the se_obj_ptr and se_orig_obj_ptr se_cmd fields
by Christoph Hellwig
· 13 years ago
97c34f3
target: Get rid of unused se_cmd_cache
by Roland Dreier
· 13 years ago
330694a
target: Improve system responsivity during I/O
by Bart Van Assche
· 13 years ago
03e98c9
target: Address legacy PYX_TRANSPORT_* return code breakage
by Nicholas Bellinger
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
5bda90c
target: use ->exectute_task for all CDB emulation
by Christoph Hellwig
· 13 years ago
d29a5b6
target: remove SCF_EMULATE_CDB_ASYNC
by Christoph Hellwig
· 13 years ago
e76a35d
target: pass the se_task to the CDB emulation callback
by Christoph Hellwig
· 13 years ago
617c0e0
target: split core_scsi3_emulate_pr
by Christoph Hellwig
· 13 years ago
eacac00
target: split core_scsi2_emulate_crh
by Christoph Hellwig
· 13 years ago
a17f091
target: Add generic active I/O shutdown logic
by Nicholas Bellinger
· 13 years ago
2235007c
target: add back error handling in transport_complete_task
by Christoph Hellwig
· 13 years ago
3151d06
target: Remove core TRANSPORT_FREE_CMD_INTR usage
by Nicholas Bellinger
· 13 years ago
88dd9e2
target: Make TFO->check_stop_free return free status
by Nicholas Bellinger
· 13 years ago
827509e
drivers/target: Add module.h to drivers/target files as required.
by Paul Gortmaker
· 13 years ago
f147abb
target: Check -ENOMEM to signal QUEUE_FULL from fabric callbacks
by Nicholas Bellinger
· 13 years ago
2e982ab
target: Remove legacy se_task->task_timer and associated logic
by Nicholas Bellinger
· 13 years ago
415a090
target: Fix incorrect transport_sent usage
by Nicholas Bellinger
· 13 years ago
af3f00c
target: re-use the command S/G list for single-task commands
by Christoph Hellwig
· 13 years ago
9ac5498
target: Fix BIDI t_task_cdb handling in transport_generic_new_cmd
by Nicholas Bellinger
· 13 years ago
38b40067
target: remove transport_allocate_tasks
by Christoph Hellwig
· 13 years ago
da0f761
target: merge transport_new_cmd_obj into transport_generic_new_cmd
by Christoph Hellwig
· 13 years ago
7c1c6af
target: remove the task_sg_bidi field se_task and pSCSI BIDI support
by Christoph Hellwig
· 13 years ago
dbc5623
target: transport_subsystem_check_init cleanups
by Nicholas Bellinger
· 13 years ago
35e0e75
target: use a workqueue for I/O completions
by Christoph Hellwig
· 13 years ago
f2da9db
target: remove TRANSPORT_DEFERRED_CMD state
by Christoph Hellwig
· 13 years ago
bfaf40a
target: remove the TRANSPORT_REMOVE state
by Christoph Hellwig
· 13 years ago
4499dda
target: move depth_left manipulation out of transport_generic_request_failure
by Christoph Hellwig
· 13 years ago
cc5d0f0
target: stop task timers earlier
by Christoph Hellwig
· 13 years ago
e99d48a
target: remove TF_TIMER_STOP
by Christoph Hellwig
· 13 years ago
cdbb70b
target: factor some duplicate code for stopping a task
by Christoph Hellwig
· 13 years ago
0c2cfe5
target: fix list walking in transport_free_dev_tasks
by Christoph Hellwig
· 13 years ago
b7b8bef
target: use transport_cmd_check_stop_to_fabric consistently
by Christoph Hellwig
· 13 years ago
3df8d40
target: do not pass the queue object to transport_remove_cmd_from_queue
by Christoph Hellwig
· 13 years ago
f7a5cc0
target: remove SCF_EMULATE_QUEUE_FULL
by Christoph Hellwig
· 13 years ago
e057f53
target: remove the transport_qf_callback se_cmd callback
by Christoph Hellwig
· 13 years ago
b937d27
target: remove the ->transport_split_cdb callback in se_cmd
by Christoph Hellwig
· 13 years ago
485fd0d
target: replace ->get_cdb with a target_get_task_cdb helper
by Christoph Hellwig
· 13 years ago
6193f06
target: make the ->get_cdb method optional
by Christoph Hellwig
· 13 years ago
04629b7
target: Remove unnecessary se_task members
by Christoph Hellwig
· 13 years ago
6c76bf9
target: make more use of the task_flags field in se_task
by Christoph Hellwig
· 13 years ago
42bf829
target: Cleanup unused se_task bits
by Christoph Hellwig
· 13 years ago
c0427f1
target: Cleanup unused target_core_base.h bits
by Christoph Hellwig
· 13 years ago
ce8762f
target: Remove legacy + unused device active I/O shutdown code
by Nicholas Bellinger
· 13 years ago
8dc52b5
target: Merge transport_cmd_finish_abort_tmr into transport_cmd_finish_abort
by Nicholas Bellinger
· 13 years ago
d14921d
target: Convert ->transport_wait_for_tasks usage to transport_generic_free_cmd
by Nicholas Bellinger
· 13 years ago
a3eedc2
target: remove unused se_subsystem_api methods
by Christoph Hellwig
· 13 years ago
39c05f3
target: Remove session_reinstatement parameter from ->transport_wait_for_tasks
by Nicholas Bellinger
· 13 years ago
82f1c8a
target: push session reinstatement out of transport_generic_free_cmd
by Christoph Hellwig
· 13 years ago
e6a2573
target: remove transport_generic_remove
by Christoph Hellwig
· 13 years ago
4911e3c
target: simplify transport_put_cmd
by Christoph Hellwig
· 13 years ago
d3df782
target: simplify transport_generic_remove
by Christoph Hellwig
· 13 years ago
2dbc43d
target: remove transport_free_se_cmd
by Christoph Hellwig
· 13 years ago
31afc39
target: don't opencode transport_release_cmd in transport_release_fe_cmd
by Christoph Hellwig
· 13 years ago
680b73c
target: remove transport_generic_handle_cdb
by Christoph Hellwig
· 13 years ago
c252f00
target: Prevent transport_send_task_abort when CHECK_CONDITION status
by Nicholas Bellinger
· 13 years ago
77039d1
target: Fix transport_cmd_finish_abort queue removal bug
by Nicholas Bellinger
· 13 years ago
79a7fef
target: Prevent cmd->se_queue_node double add
by Roland Dreier
· 13 years ago
9375b1b
target: Remove unneeded version.h includes
by Jesper Juhl
· 14 years ago
bcac364
target: Fix race between multiple invocations of target_qf_do_work()
by Roland Dreier
· 13 years ago
e63a8e1
target: Make locking in transport_deregister_session() IRQ safe
by Roland Dreier
· 13 years ago
c3c74c7
target: Fix task SGL chaining breakage with transport_allocate_data_tasks
by Nicholas Bellinger
· 13 years ago
525a48a
target: Fix task count > 1 handling breakage and use max_sector page alignment
by Nicholas Bellinger
· 13 years ago
01cde4d
target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors check
by Nicholas Bellinger
· 13 years ago
7abbe7f3
target: Fix SYNCHRONIZE_CACHE zero LBA + range breakage
by Nicholas Bellinger
· 13 years ago
1285062
target: Fix WRITE_SAME usage with transport_get_size
by Nicholas Bellinger
· 13 years ago
706d586
target: Add WRITE_SAME (10) parsing and refactor passthrough checks
by Nicholas Bellinger
· 14 years ago
16ab8e6
target: Fix write payload exception handling with ->new_cmd_map
by Nicholas Bellinger
· 13 years ago
eb39d34
target: Change TCM_NON_EXISTENT_LUN response to ASC=LOGICAL UNIT NOT SUPPORTED
by Nicholas Bellinger
· 14 years ago
dd8ae59
target: Fix bug for transport_generic_wait_for_tasks with direct operation
by Nicholas Bellinger
· 14 years ago
5db0753
target: Fix WRITE_SAME_16 lba assignment breakage
by Nicholas Bellinger
· 14 years ago
277c5f2
target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectors
by Nicholas Bellinger
· 14 years ago
11650b85
target: remove custom hex2bin() implementation
by Andy Shevchenko
· 14 years ago
1d20bb6
target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SG
by Nicholas Bellinger
· 14 years ago
6708bb2
target: Follow up core updates from AGrover and HCH (round 4)
by Andy Grover
· 14 years ago
ec98f78
target: Eliminate usage of struct se_mem
by Andy Grover
· 14 years ago
3a86720
target: Pass 2nd param of transport_split_cdb by value
by Andy Grover
· 14 years ago
d0229ae
target: Enforce 1 page max for control cdb buffer sizes
by Andy Grover
· 14 years ago
05d1c7c
target: Make all control CDBs scatter-gather
by Andy Grover
· 14 years ago
07bde79
target: Add SCF_EMULATE_QUEUE_FULL -> transport_handle_queue_full
by Nicholas Bellinger
· 14 years ago
695434e1
target: Add transport_handle_cdb_direct optimization
by Nicholas Bellinger
· 14 years ago
3546297
target: merge release_cmd methods
by Christoph Hellwig
· 14 years ago
db1620a
target: remove the unused SCF_* flags
by Christoph Hellwig
· 14 years ago
dc2e652
target: remove the always-noop ->new_cmd_failure method
by Christoph Hellwig
· 14 years ago
a1d8b49
target: Updates from AGrover and HCH (round 3)
by Andy Grover
· 14 years ago
dd3a5ad
target: Fix WRITE_SAME_[16,32] number of blocks=0 case
by Nicholas Bellinger
· 14 years ago
1eb437a
target: Fix WRITE_SAME_16 t_task_lba assignment bug
by Nicholas Bellinger
· 14 years ago
5951146d
target: More core cleanups from AGrover (round 2)
by Andy Grover
· 14 years ago
f22c119
target: Fix double test of inquiry_prod
by Roland Dreier
· 14 years ago
e3d6f90
target: Core cleanups from AGrover (round 1)
by Andy Grover
· 14 years ago
e434f1f1
target: use MAINTENANCE_IN and MAINTENANCE_OUT definitions in scsi.h
by Nicholas Bellinger
· 14 years ago
2338886
target: Convert transport_deregister_session_configfs nacl_sess_lock to save irq state
by Roland Dreier
· 14 years ago
e66ecd5
[SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitions
by Nicholas Bellinger
· 14 years ago
Next »