summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_device.c
Commit message (Expand)AuthorAgeFilesLines
* target: Remove max_sectors device attribute for modern se_task less codeNicholas Bellinger2012-05-091-65/+4
* target: replace ->execute_task with ->execute_cmdChristoph Hellwig2012-05-061-4/+2
* target: Remove obsolete DF_READ_ONLY usageNicholas Bellinger2012-04-141-7/+2
* target: remove obvious warningsJörn Engel2012-03-151-2/+0
* target: Use array_zalloc for device_listJörn Engel2012-03-151-10/+10
* target: Use array_zalloc for tpg_lun_listJörn Engel2012-03-151-2/+2
* target: Fix off-by-seven in target_report_lunsJörn Engel2012-02-251-3/+2
* target: prevent NULL pointer dereference in target_report_lunsJörn Engel2012-02-251-1/+3
* target: fix use after free in target_report_lunsJörn Engel2012-02-251-1/+1
* target: Untangle front-end and back-end meanings of max_sectors attributeRoland Dreier2012-02-251-6/+59
* target: remove the transport_lun_active field in struct se_cmdChristoph Hellwig2012-02-251-5/+0
* target: Allow control CDBs with data > 1 pageAndy Grover2012-01-181-2/+2
* target: fix return code of core_tpg_.*_lunSebastian Andrzej Siewior2012-01-181-9/+10
* target: use save/restore lock primitive in core_dec_lacl_count()Sebastian Andrzej Siewior2012-01-181-2/+3
* target: Drop se_device TCQ queue_depth usage from I/O pathNicholas Bellinger2011-12-141-7/+0
* target: header reshuffle, part2Christoph Hellwig2011-12-141-4/+2
* target: reshuffle headersChristoph Hellwig2011-12-141-1/+1
* target: Don't return an error if disabling unsupported featuresAndy Grover2011-12-061-8/+16
* target: remove the unused se_dev_listChristoph Hellwig2011-12-061-1/+0
* target: remove the se_obj_ptr and se_orig_obj_ptr se_cmd fieldsChristoph Hellwig2011-12-061-3/+0
* target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger2011-12-061-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * drivers/target: Add export.h to files as required.Paul Gortmaker2011-10-311-0/+1
* | target: remove SCF_EMULATE_CDB_ASYNCChristoph Hellwig2011-11-041-0/+2
* | target: pass the se_task to the CDB emulation callbackChristoph Hellwig2011-11-041-10/+2
|/
* target: Remove legacy se_task->task_timer and associated logicNicholas Bellinger2011-10-241-15/+0
* target: clean up the backend interface to caching parametersChristoph Hellwig2011-10-241-40/+15
* target: Convert acl_node_lock to be IRQ-disablingRoland Dreier2011-08-221-8/+8
* target: Fix task count > 1 handling breakage and use max_sector page alignmentNicholas Bellinger2011-08-221-0/+28
* target: Make standard INQUIRY return 'not connected' for tpg_virt_lun0Nicholas Bellinger2011-08-221-1/+3
* target: Update QUEUE ALGORITHM MODIFIER control page defaultNicholas Bellinger2011-07-221-1/+14
* target: Follow up core updates from AGrover and HCH (round 4)Andy Grover2011-07-221-107/+107
* target: Make all control CDBs scatter-gatherAndy Grover2011-07-221-1/+4
* target: Implement Block Device Characteristics VPD pageRoland Dreier2011-07-221-0/+13
* target: Make se_tmr_lock IRQ-safeRoland Dreier2011-07-221-4/+5
* target: Make se_dev_check_online() locking IRQ-safeRoland Dreier2011-07-221-2/+3
* target: Make transport_lookup_cmd_lun() locking IRQ-safeRoland Dreier2011-07-221-5/+5
* target: Updates from AGrover and HCH (round 3)Andy Grover2011-07-221-3/+3
* target: More core cleanups from AGrover (round 2)Andy Grover2011-07-221-89/+78
* target: Core cleanups from AGrover (round 1)Andy Grover2011-07-221-224/+216
* target: Remove unnecessary *cdb transport_get_lun_for_cmd parameterNicholas Bellinger2011-07-221-1/+0
* target: Check LUN numbers in transport_get_lun_for_[cmd,tmr]Fubo Chen2011-07-221-0/+12
* target: Fix incorrect strlen() NULL terminator checksDan Carpenter2011-06-241-1/+1
* target: Fix transport_get_lun_for_tmr failure casesNicholas Bellinger2011-06-231-1/+2
* [SCSI] target: Convert REPORT_LUNs to use int_to_scsilunNicholas Bellinger2011-05-271-20/+5
* [SCSI] target: Fix interrupt context bug with stats_lock and core_tmr_alloc_reqNicholas Bellinger2011-05-271-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* [SCSI] target: Minor sparse warning fixes and annotationsDan Carpenter2011-03-231-0/+1
* [SCSI] target: Remove unnecessary hba_dev_list walk and se_clear_dev_ports le...Fubo Chen2011-03-231-37/+2
* drivers: remove extraneous includes of smp_lock.hArnd Bergmann2011-03-021-1/+0