Sign in
android-kvm
/
linux
/
c736c095de53c1a0a23909239d69bb56693df8ef
/
drivers
/
target
/
target_core_transport.c
b0e3636
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
125d011
target core: rename (ex,im)plict -> (ex,im)plicit
by Hannes Reinecke
· 11 years ago
29f4c09
target: Fix delayed Task Aborted Status (TAS) handling bug
by Nicholas Bellinger
· 11 years ago
0f59cc3
target: Core does not need blkdev.h
by Andy Grover
· 11 years ago
4a9a6c8
target: Drop left-over se_lun->lun_cmd_list shutdown code
by Nicholas Bellinger
· 11 years ago
5277797
target: Add percpu refcounting for se_lun access
by Nicholas Bellinger
· 11 years ago
8c7f6e9
target: Fall back to vzalloc upon ->sess_cmd_map kzalloc failure
by Nicholas Bellinger
· 11 years ago
48efe45
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
4c76251
target: Update copyright ownership/year information to 2013
by Nicholas Bellinger
· 11 years ago
c5ff8d6
target: Make helpers non static for EXTENDED_COPY command setup
by Nicholas Bellinger
· 12 years ago
cf6d1f0
target: Release COMPARE_AND_WRITE mutex in generic failure path
by Nicholas Bellinger
· 12 years ago
a289008
target: Add compare_and_write_post() completion callback fall through
by Nicholas Bellinger
· 12 years ago
76dde50
target: Make __target_execute_cmd() available as extern
by Nicholas Bellinger
· 12 years ago
47e459e
target: Add transport_reset_sgl_orig() for COMPARE_AND_WRITE
by Nicholas Bellinger
· 12 years ago
8cefe07
target: Do memory allocation for bidi commands using target_alloc_sgl
by Nicholas Bellinger
· 12 years ago
2009399
target: Refactor transport_generic_get_mem to target_alloc_sgl
by Nicholas Bellinger
· 12 years ago
6457740
target: Convert se_cmd->t_bidi_data_sg checks to use SCF_BIDI
by Nicholas Bellinger
· 12 years ago
818b571
target: Add TCM_MISCOMPARE_VERIFY sense handling
by Nicholas Bellinger
· 12 years ago
a6b0133
target: Add return for se_cmd->transport_complete_callback
by Nicholas Bellinger
· 12 years ago
c0add7f
target: Add transport_init_session_tags using per-cpu ida
by Nicholas Bellinger
· 12 years ago
c130480
target: Fix se_cmd->state_list leak regression during WRITE failure
by Nicholas Bellinger
· 12 years ago
e5c0d6a
target: Add tracepoints for SCSI commands being processed
by Roland Dreier
· 12 years ago
ca24976
target: Drop legacy se_cmd->check_release bit
by Nicholas Bellinger
· 12 years ago
b28e545
target: Drop unnecessary t_state_lock access for SCF_SUPPORTED_SAM_OPCODE assignment
by Nicholas Bellinger
· 12 years ago
1a398b9
target: Avoid extra t_state_lock access in __target_execute_cmd
by Nicholas Bellinger
· 12 years ago
c1c35d5
target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put_cmd
by Nicholas Bellinger
· 12 years ago
0b66818
target: Drop unnecessary CMD_T_DEV_ACTIVE check from transport_lun_remove_cmd
by Nicholas Bellinger
· 12 years ago
862e638
target: Add transport_cmd_check_stop write_pending bit
by Nicholas Bellinger
· 12 years ago
d5ddad416
target: Propigate up ->cmd_kref put return via transport_generic_free_cmd
by Nicholas Bellinger
· 12 years ago
9b31a32
target: Re-instate sess_wait_list for target_wait_for_sess_cmds
by Nicholas Bellinger
· 12 years ago
be646c2d
target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmds
by Joern Engel
· 12 years ago
ccf5ae8
target: close target_put_sess_cmd() vs. core_tmr_abort_task() race
by Joern Engel
· 12 years ago
2acd09f
target: Remove unused struct members in se_dev_entry
by Andy Grover
· 12 years ago
20361e6
target: Add export of target_get_sess_cmd symbol
by Nicholas Bellinger
· 12 years ago
ad67328
target: Change default sense key of NOT_READY
by Jörn Engel
· 12 years ago
f85eda8
target: Fix RESERVATION_CONFLICT status regression for iscsi-target special case
by Nicholas Bellinger
· 12 years ago
bb992e7
target: Fix error checking for UNMAP commands
by Roland Dreier
· 12 years ago
703d641
target: change sprintf to snprintf in transport_dump_vpd_ident
by Dan Carpenter
· 12 years ago
5a3b6fc0
target: Release se_cmd when LUN lookup fails for TMR
by Roland Dreier
· 12 years ago
72b59d6e
target: Fix use-after-free in LUN RESET handling
by Roland Dreier
· 12 years ago
e627c61
target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEs
by Roland Dreier
· 12 years ago
ba82913
target: Introduce TCM_NO_SENSE
by Hannes Reinecke
· 12 years ago
18a9df4
target: use correct sense code for LUN communication failure
by Hannes Reinecke
· 12 years ago
5bd665f
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 12 years ago
c18bc7d
target: Clean up flow in transport_check_aborted_status()
by Roland Dreier
· 12 years ago
d9ed694
target: Clean up logic in transport_put_cmd()
by Roland Dreier
· 12 years ago
fd9a11d
target: Update copyright information to 2012
by Nicholas Bellinger
· 12 years ago
3ea160b
target: Fix handling of aborted commands
by Roland Dreier
· 12 years ago
b69c1fc
target: Fix possible TFO->write_pending() sense_reason_t silent WRITE corruption
by Nicholas Bellinger
· 12 years ago
de103c9
target: pass sense_reason as a return value
by Christoph Hellwig
· 12 years ago
c87fbd5
target: simplify alua support
by Christoph Hellwig
· 12 years ago
d977f43
target: simplify reservations code
by Christoph Hellwig
· 12 years ago
019c4ca
target: kill dev->dev_task_attr_type
by Christoph Hellwig
· 12 years ago
ecf0dd6
target/pscsi: Make pscsi_configure_device + target_release_session static
by Fengguang Wu
· 12 years ago
0fd97cc
target: kill struct se_subsystem_dev
by Christoph Hellwig
· 12 years ago
e13d5fe
target: Fix double-free of se_cmd in target_complete_tmr_failure
by Nicholas Bellinger
· 12 years ago
944981c
target: Add control CDB READ payload zero work-around
by Nicholas Bellinger
· 12 years ago
a026757
target: Add target_submit_cmd_map_sgls for SGL fabric memory passthrough
by Nicholas Bellinger
· 12 years ago
d81cb44
target: go through normal processing for all zero-length commands
by Paolo Bonzini
· 12 years ago
35d1efe
target: Fix minor spelling typos in drivers/target
by Masanari Iida
· 13 years ago
9c58b7d
target: Simplify fabric sense data length handling
by Roland Dreier
· 13 years ago
283669d
target: Cleanup transport_subsystem_check_init
by Andy Grover
· 13 years ago
593e909
target: Remove request_module for target_core_stgt
by Andy Grover
· 13 years ago
6abbdf3
target: go through normal processing for zero-length REQUEST_SENSE
by Paolo Bonzini
· 12 years ago
3717ef0
target: support zero-size allocation lengths in transport_kmap_data_sg
by Paolo Bonzini
· 12 years ago
306c11b
target: go through normal processing for zero-length PSCSI commands
by Paolo Bonzini
· 12 years ago
d5829ea
target: fix use-after-free with PSCSI sense data
by Paolo Bonzini
· 12 years ago
27a2709
target: simplify code around transport_get_sense_data
by Paolo Bonzini
· 12 years ago
6138ed2
target: move transport_get_sense_data
by Paolo Bonzini
· 12 years ago
4c054ba
target: Fix ->data_length re-assignment bug with SCSI overflow
by Nicholas Bellinger
· 13 years ago
af74115
target: Remove unused se_cmd.cmd_spdtl
by Roland Dreier
· 13 years ago
74f4cf2
target: Fix regression bug with handling of zero-length data CDBs
by Nicholas Bellinger
· 13 years ago
d0e27c8
target: fix NULL pointer dereference bug alloc_page() fails to get memory
by Yi Zou
· 13 years ago
2962846
target: NULL dereference on error path
by Dan Carpenter
· 13 years ago
d6dfc86
target: Allow for target_submit_cmd() returning errors
by Roland Dreier
· 13 years ago
e2397c7
target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGE
by Roland Dreier
· 13 years ago
1c7b13f
target: Remove se_session.sess_wait_list
by Roland Dreier
· 13 years ago
bc187ea
target: Check sess_tearing_down in target_get_sess_cmd()
by Roland Dreier
· 13 years ago
669ab62
target: Un-export target_get_sess_cmd()
by Roland Dreier
· 13 years ago
af87729
target: replace the processing thread with a TMR work queue
by Christoph Hellwig
· 13 years ago
f314643
target: remove transport_generic_handle_cdb_map
by Christoph Hellwig
· 13 years ago
7a6f0a1
target: simply fabric driver queue full processing
by Christoph Hellwig
· 13 years ago
1389533
target: remove transport_generic_handle_data
by Christoph Hellwig
· 13 years ago
c3196f0
target: merge transport_generic_write_pending into transport_generic_new_cmd
by Christoph Hellwig
· 13 years ago
d59a02b
target: call transport_check_aborted_status from target_execute_cmd
by Christoph Hellwig
· 13 years ago
70baf0a
target: remove transport_generic_process_write
by Christoph Hellwig
· 13 years ago
f7113a4
target: split transport_cmd_check_stop
by Christoph Hellwig
· 13 years ago
0c2ad7d
target: add struct spc_ops + initial ->execute_rw pointer usage
by Christoph Hellwig
· 13 years ago
e1306bd
target: remove dead SCF_ flags
by Christoph Hellwig
· 13 years ago
5f41a31
target: remove the execute list
by Christoph Hellwig
· 13 years ago
3d6d720
target: move transport_generic_prepare_cdb into pscsi
by Christoph Hellwig
· 13 years ago
1fd032e
target: move code for CDB emulation
by Christoph Hellwig
· 13 years ago
d6e0175
target: add a parse_cdb method to the backend drivers
by Christoph Hellwig
· 13 years ago
88455ec
target: split parsing of SPC commands into a separate helper
by Christoph Hellwig
· 13 years ago
9b3b804
target: split overflow and underflow checks into a helper
by Christoph Hellwig
· 13 years ago
64f1db3
target: remove control CDB flags
by Christoph Hellwig
· 13 years ago
cb4f4d3
target: move unrelated code out of transport_generic_cmd_sequencer
by Christoph Hellwig
· 13 years ago
4149268
target: Add TFO->put_session() caller for HW fabric session shutdown
by Joern Engel
· 13 years ago
8da1093
target: Handle ATA_16 passthrough for pSCSI backend devices
by mengcong
· 13 years ago
ba53974
target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bits
by Nicholas Bellinger
· 13 years ago
Next »