aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_configfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-03target: Have dev/enable show if TCM device is configuredAndy Grover1-2/+9
2013-02-13target: Add device attribute to expose config_item_name for INQUIRY modelTregaron Bayly1-0/+4
2012-11-27target/configfs: use kmalloc() instead of kzalloc() for default groupsSebastian Andrzej Siewior1-7/+7
2012-11-27target/configfs: allocate only 6 slots for dev_cg->default_groupsSebastian Andrzej Siewior1-1/+1
2012-11-27target/configfs: allocate pointers instead of full struct for default_groupsSebastian Andrzej Siewior1-7/+7
2012-11-27target: Update copyright information to 2012Nicholas Bellinger1-2/+1
2012-11-15target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger1-0/+4
2012-11-06target: simplify alua supportChristoph Hellwig1-22/+6
2012-11-06target: simplify reservations codeChristoph Hellwig1-106/+52
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig1-376/+152
2012-11-01target: Don't return success from module_init() if setup failsRoland Dreier1-1/+2
2012-09-17target: fix return code in target_core_init_configfs error pathPeter Senna Tschudin1-1/+7
2012-09-17target: Fix minor spelling typos in drivers/targetMasanari Iida1-1/+1
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier1-4/+0
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier1-4/+0
2012-05-17target: Add MI_REPORT_TARGET_PGS ext. header + implict_trans_secs attributeNicholas Bellinger1-0/+21
2012-05-09target: Remove max_sectors device attribute for modern se_task less codeNicholas Bellinger1-4/+0
2012-03-15target: remove obvious warningsJörn Engel1-2/+0
2012-03-10target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger1-16/+0
2012-03-10target: Fix typo in drivers/targetMasanari Iida1-1/+1
2012-02-25target: Untangle front-end and back-end meanings of max_sectors attributeRoland Dreier1-0/+4
2012-02-25target: Use LIST_HEAD()/DEFINE_MUTEX() for static objectsRoland Dreier1-4/+2
2012-02-07target: handle empty string writes in sysfsDan Carpenter1-4/+8
2011-12-14target/configs: remove trailing newline from udev_path and aliasSebastian Andrzej Siewior1-0/+6
2011-12-14target: remove useless castsJörn Engel1-9/+9
2011-12-14target: use \n as a separator for configurationSebastian Andrzej Siewior1-1/+1
2011-12-14target: header reshuffle, part2Christoph Hellwig1-3/+2
2011-12-14target: reshuffle headersChristoph Hellwig1-2/+1
2011-12-06target: remove the unused se_dev_listChristoph Hellwig1-11/+0
2011-10-24target: Remove legacy se_task->task_timer and associated logicNicholas Bellinger1-4/+0
2011-10-24target: transport_subsystem_check_init cleanupsNicholas Bellinger1-10/+1
2011-10-11target: Remove unneeded version.h includesJesper Juhl1-1/+0
2011-07-22target: fix typo Assoication -> AssociationAndy Shevchenko1-1/+1
2011-07-22target: Update QUEUE ALGORITHM MODIFIER control page defaultNicholas Bellinger1-0/+4
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover1-232/+232
2011-07-22target: Implement Block Device Characteristics VPD pageRoland Dreier1-0/+4
2011-07-22target: Allow for built-in target modulesRoland Dreier1-4/+0
2011-07-22target: merge release_cmd methodsChristoph Hellwig1-6/+2
2011-07-22target: remove the always-noop ->new_cmd_failure methodChristoph Hellwig1-4/+0
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover1-2/+2
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover1-78/+84
2011-07-22target: Remove unused su_group usage in fabric register/dergisterNicholas Bellinger1-15/+0
2011-06-24target: Fix incorrect strlen() NULL terminator checksDan Carpenter1-11/+11
2011-06-24target: Drop bogus ERR_PTR usage in target_fabric_configfs_initDan Carpenter1-1/+1
2011-05-27[SCSI] target: Convert REPORT_LUNs to use int_to_scsilunNicholas Bellinger1-4/+0
2011-03-23[SCSI] target: add initial statisticsNicholas Bellinger1-10/+66
2011-03-23[SCSI] target: Add __init/__exit annotation for target_core_[init,exit]_configfsAxel Lin1-2/+2
2011-03-23[SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTRNicholas Bellinger1-1/+3
2011-03-23[SCSI] target: Fix match_strdup() memory leaksJesper Juhl1-2/+31
2011-02-12[SCSI] target: fix use after free detected by SLUB poisonNicholas Bellinger1-46/+74