Sign in
googlers
/
maze
/
linux
/
4a4f1a5808c8bb0b72a4f6e5904c53fb8c9cd966
/
drivers
/
target
/
target_core_device.c
9b16b9e
target: fail REPORT LUNS with less than 16 bytes of payload
by Paolo Bonzini
· 13 years ago
c804537
target: Make unnecessarily global se_dev_align_max_sectors() static
by Roland Dreier
· 13 years ago
77d4c74
target: Make core_disable_device_list_for_node use pre-refactoring lock ordering
by Nicholas Bellinger
· 13 years ago
e80ac6c
target: refactor core_update_device_list_for_node()
by Andy Grover
· 13 years ago
2dca673
target: Remove hba param from core_dev_add_lun
by Andy Grover
· 13 years ago
af87729
target: replace the processing thread with a TMR work queue
by Christoph Hellwig
· 13 years ago
11e764b
target: Remove max_sectors device attribute for modern se_task less code
by Nicholas Bellinger
· 13 years ago
6bb35e0
target: replace ->execute_task with ->execute_cmd
by Christoph Hellwig
· 13 years ago
58d9261
target: Remove obsolete DF_READ_ONLY usage
by Nicholas Bellinger
· 13 years ago
2816890
target: remove obvious warnings
by Jörn Engel
· 13 years ago
f208324
target: Use array_zalloc for device_list
by Jörn Engel
· 13 years ago
4a5a75f
target: Use array_zalloc for tpg_lun_list
by Jörn Engel
· 13 years ago
99f730d
target: Fix off-by-seven in target_report_luns
by Jörn Engel
· 13 years ago
47f1b88
target: prevent NULL pointer dereference in target_report_luns
by Jörn Engel
· 13 years ago
382436f
target: fix use after free in target_report_luns
by Jörn Engel
· 13 years ago
015487b
target: Untangle front-end and back-end meanings of max_sectors attribute
by Roland Dreier
· 13 years ago
3d26fea
target: remove the transport_lun_active field in struct se_cmd
by Christoph Hellwig
· 13 years ago
4949314
target: Allow control CDBs with data > 1 page
by Andy Grover
· 13 years ago
8d9efe5
target: fix return code of core_tpg_.*_lun
by Sebastian Andrzej Siewior
· 13 years ago
1dd0a06
target: use save/restore lock primitive in core_dec_lacl_count()
by Sebastian Andrzej Siewior
· 13 years ago
65586d5
target: Drop se_device TCQ queue_depth usage from I/O path
by Nicholas Bellinger
· 13 years ago
c4795fb
target: header reshuffle, part2
by Christoph Hellwig
· 13 years ago
e26d99a
target: reshuffle headers
by Christoph Hellwig
· 13 years ago
c638830
target: Don't return an error if disabling unsupported features
by Andy Grover
· 13 years ago
6f21475
target: remove the unused se_dev_list
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
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
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
c53181a
drivers/target: Add export.h to files as required.
by Paul Gortmaker
· 14 years ago
2e982ab
target: Remove legacy se_task->task_timer and associated logic
by Nicholas Bellinger
· 13 years ago
f55918f
target: clean up the backend interface to caching parameters
by Christoph Hellwig
· 13 years ago
2863888
target: Convert acl_node_lock to be IRQ-disabling
by Roland Dreier
· 14 years ago
525a48a
target: Fix task count > 1 handling breakage and use max_sector page alignment
by Nicholas Bellinger
· 14 years ago
052605c
target: Make standard INQUIRY return 'not connected' for tpg_virt_lun0
by Nicholas Bellinger
· 14 years ago
5de619a
target: Update QUEUE ALGORITHM MODIFIER control page default
by Nicholas Bellinger
· 14 years ago
6708bb2
target: Follow up core updates from AGrover and HCH (round 4)
by Andy Grover
· 14 years ago
05d1c7c
target: Make all control CDBs scatter-gather
by Andy Grover
· 14 years ago
e22a7f0
target: Implement Block Device Characteristics VPD page
by Roland Dreier
· 14 years ago
5e1be91
target: Make se_tmr_lock IRQ-safe
by Roland Dreier
· 14 years ago
56e34ee
target: Make se_dev_check_online() locking IRQ-safe
by Roland Dreier
· 14 years ago
78faae3
target: Make transport_lookup_cmd_lun() locking IRQ-safe
by Roland Dreier
· 14 years ago
a1d8b49
target: Updates from AGrover and HCH (round 3)
by Andy Grover
· 14 years ago
5951146d
target: More core cleanups from AGrover (round 2)
by Andy Grover
· 14 years ago
e3d6f90
target: Core cleanups from AGrover (round 1)
by Andy Grover
· 14 years ago
efa4988
target: Remove unnecessary *cdb transport_get_lun_for_cmd parameter
by Nicholas Bellinger
· 14 years ago
d814495
target: Check LUN numbers in transport_get_lun_for_[cmd,tmr]
by Fubo Chen
· 14 years ago
60d645a
target: Fix incorrect strlen() NULL terminator checks
by Dan Carpenter
· 14 years ago
7fd29aa
target: Fix transport_get_lun_for_tmr failure cases
by Nicholas Bellinger
· 14 years ago
1078da1
[SCSI] target: Convert REPORT_LUNs to use int_to_scsilun
by Nicholas Bellinger
· 14 years ago
1e7de68
[SCSI] target: Fix interrupt context bug with stats_lock and core_tmr_alloc_req
by Nicholas Bellinger
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
5dd7ed2
[SCSI] target: Minor sparse warning fixes and annotations
by Dan Carpenter
· 14 years ago
05aea6e
[SCSI] target: Remove unnecessary hba_dev_list walk and se_clear_dev_ports legacy code
by Fubo Chen
· 14 years ago
5edc341
drivers: remove extraneous includes of smp_lock.h
by Arnd Bergmann
· 14 years ago
e89d15e
[SCSI] target: Remove procfs based target_core_mib.c code
by Nicholas Bellinger
· 14 years ago
85dc98d
[SCSI] target: fixed missing lock drop in error path
by Fubo Chen
· 14 years ago
29fe609
[SCSI] target: Fix demo-mode MappedLUN shutdown UA/PR breakage
by Nicholas Bellinger
· 14 years ago
c66ac9d
[SCSI] target: Add LIO target core v4.0.0-rc6
by Nicholas Bellinger
· 14 years ago