aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-17target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flagsNicholas Bellinger1-4/+6
2012-09-17target: Fix minor spelling typos in drivers/targetMasanari Iida1-3/+3
2012-09-07target: fail REPORT LUNS with less than 16 bytes of payloadPaolo Bonzini1-0/+7
2012-07-16target: Make unnecessarily global se_dev_align_max_sectors() staticRoland Dreier1-1/+1
2012-07-16target: Make core_disable_device_list_for_node use pre-refactoring lock orderingNicholas Bellinger1-7/+2
2012-07-16target: refactor core_update_device_list_for_node()Andy Grover1-71/+95
2012-07-16target: Remove hba param from core_dev_add_lunAndy Grover1-2/+1
2012-07-16target: replace the processing thread with a TMR work queueChristoph Hellwig1-1/+1
2012-05-09target: Remove max_sectors device attribute for modern se_task less codeNicholas Bellinger1-65/+4
2012-05-06target: replace ->execute_task with ->execute_cmdChristoph Hellwig1-4/+2
2012-04-14target: Remove obsolete DF_READ_ONLY usageNicholas Bellinger1-7/+2
2012-03-15target: remove obvious warningsJörn Engel1-2/+0
2012-03-15target: Use array_zalloc for device_listJörn Engel1-10/+10
2012-03-15target: Use array_zalloc for tpg_lun_listJörn Engel1-2/+2
2012-02-25target: Fix off-by-seven in target_report_lunsJörn Engel1-3/+2
2012-02-25target: prevent NULL pointer dereference in target_report_lunsJörn Engel1-1/+3
2012-02-25target: fix use after free in target_report_lunsJörn Engel1-1/+1
2012-02-25target: Untangle front-end and back-end meanings of max_sectors attributeRoland Dreier1-6/+59
2012-02-25target: remove the transport_lun_active field in struct se_cmdChristoph Hellwig1-5/+0
2012-01-18target: Allow control CDBs with data > 1 pageAndy Grover1-2/+2
2012-01-18target: fix return code of core_tpg_.*_lunSebastian Andrzej Siewior1-9/+10
2012-01-18target: use save/restore lock primitive in core_dec_lacl_count()Sebastian Andrzej Siewior1-2/+3
2011-12-14target: Drop se_device TCQ queue_depth usage from I/O pathNicholas Bellinger1-7/+0
2011-12-14target: header reshuffle, part2Christoph Hellwig1-4/+2
2011-12-14target: reshuffle headersChristoph Hellwig1-1/+1
2011-12-06target: Don't return an error if disabling unsupported featuresAndy Grover1-8/+16
2011-12-06target: remove the unused se_dev_listChristoph Hellwig1-1/+0
2011-12-06target: remove the se_obj_ptr and se_orig_obj_ptr se_cmd fieldsChristoph Hellwig1-3/+0
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-04target: remove SCF_EMULATE_CDB_ASYNCChristoph Hellwig1-0/+2
2011-11-04target: pass the se_task to the CDB emulation callbackChristoph Hellwig1-10/+2
2011-10-31drivers/target: Add export.h to files as required.Paul Gortmaker1-0/+1
2011-10-24target: Remove legacy se_task->task_timer and associated logicNicholas Bellinger1-15/+0
2011-10-24target: clean up the backend interface to caching parametersChristoph Hellwig1-40/+15
2011-08-22target: Convert acl_node_lock to be IRQ-disablingRoland Dreier1-8/+8
2011-08-22target: Fix task count > 1 handling breakage and use max_sector page alignmentNicholas Bellinger1-0/+28
2011-08-22target: Make standard INQUIRY return 'not connected' for tpg_virt_lun0Nicholas Bellinger1-1/+3
2011-07-22target: Update QUEUE ALGORITHM MODIFIER control page defaultNicholas Bellinger1-1/+14
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover1-107/+107
2011-07-22target: Make all control CDBs scatter-gatherAndy Grover1-1/+4
2011-07-22target: Implement Block Device Characteristics VPD pageRoland Dreier1-0/+13
2011-07-22target: Make se_tmr_lock IRQ-safeRoland Dreier1-4/+5
2011-07-22target: Make se_dev_check_online() locking IRQ-safeRoland Dreier1-2/+3
2011-07-22target: Make transport_lookup_cmd_lun() locking IRQ-safeRoland Dreier1-5/+5
2011-07-22target: Updates from AGrover and HCH (round 3)Andy Grover1-3/+3
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover1-89/+78
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover1-224/+216
2011-07-22target: Remove unnecessary *cdb transport_get_lun_for_cmd parameterNicholas Bellinger1-1/+0
2011-07-22target: Check LUN numbers in transport_get_lun_for_[cmd,tmr]Fubo Chen1-0/+12