summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_configfs.c
Commit message (Expand)AuthorAgeFilesLines
* target: Add device attribute to expose config_item_name for INQUIRY modelTregaron Bayly2013-02-131-0/+4
* target/configfs: use kmalloc() instead of kzalloc() for default groupsSebastian Andrzej Siewior2012-11-281-7/+7
* target/configfs: allocate only 6 slots for dev_cg->default_groupsSebastian Andrzej Siewior2012-11-281-1/+1
* target/configfs: allocate pointers instead of full struct for default_groupsSebastian Andrzej Siewior2012-11-281-7/+7
* target: Update copyright information to 2012Nicholas Bellinger2012-11-281-2/+1Star
* target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger2012-11-151-0/+4
* target: simplify alua supportChristoph Hellwig2012-11-071-22/+6Star
* target: simplify reservations codeChristoph Hellwig2012-11-071-106/+52Star
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-071-376/+152Star
* target: Don't return success from module_init() if setup failsRoland Dreier2012-11-011-1/+2
* target: fix return code in target_core_init_configfs error pathPeter Senna Tschudin2012-09-181-1/+7
* target: Fix minor spelling typos in drivers/targetMasanari Iida2012-09-181-1/+1
* target: Simplify fabric sense data length handlingRoland Dreier2012-09-181-4/+0Star
* target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier2012-09-181-4/+0Star
* target: Add MI_REPORT_TARGET_PGS ext. header + implict_trans_secs attributeNicholas Bellinger2012-05-171-0/+21
* target: Remove max_sectors device attribute for modern se_task less codeNicholas Bellinger2012-05-101-4/+0Star
* target: remove obvious warningsJörn Engel2012-03-161-2/+0Star
* target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger2012-03-101-16/+0Star
* target: Fix typo in drivers/targetMasanari Iida2012-03-101-1/+1
* target: Untangle front-end and back-end meanings of max_sectors attributeRoland Dreier2012-02-251-0/+4
* target: Use LIST_HEAD()/DEFINE_MUTEX() for static objectsRoland Dreier2012-02-251-4/+2Star
* target: handle empty string writes in sysfsDan Carpenter2012-02-071-4/+8
* target/configs: remove trailing newline from udev_path and aliasSebastian Andrzej Siewior2011-12-141-0/+6
* target: remove useless castsJörn Engel2011-12-141-9/+9
* target: use \n as a separator for configurationSebastian Andrzej Siewior2011-12-141-1/+1
* target: header reshuffle, part2Christoph Hellwig2011-12-141-3/+2Star
* target: reshuffle headersChristoph Hellwig2011-12-141-2/+1Star
* target: remove the unused se_dev_listChristoph Hellwig2011-12-061-11/+0Star
* target: Remove legacy se_task->task_timer and associated logicNicholas Bellinger2011-10-241-4/+0Star
* target: transport_subsystem_check_init cleanupsNicholas Bellinger2011-10-241-10/+1Star
* target: Remove unneeded version.h includesJesper Juhl2011-10-111-1/+0Star
* target: fix typo Assoication -> AssociationAndy Shevchenko2011-07-221-1/+1
* target: Update QUEUE ALGORITHM MODIFIER control page defaultNicholas Bellinger2011-07-221-0/+4
* target: Follow up core updates from AGrover and HCH (round 4)Andy Grover2011-07-221-232/+232
* target: Implement Block Device Characteristics VPD pageRoland Dreier2011-07-221-0/+4
* target: Allow for built-in target modulesRoland Dreier2011-07-221-4/+0Star
* target: merge release_cmd methodsChristoph Hellwig2011-07-221-6/+2Star
* target: remove the always-noop ->new_cmd_failure methodChristoph Hellwig2011-07-221-4/+0Star
* target: More core cleanups from AGrover (round 2)Andy Grover2011-07-221-2/+2
* target: Core cleanups from AGrover (round 1)Andy Grover2011-07-221-78/+84
* target: Remove unused su_group usage in fabric register/dergisterNicholas Bellinger2011-07-221-15/+0Star
* target: Fix incorrect strlen() NULL terminator checksDan Carpenter2011-06-241-11/+11
* target: Drop bogus ERR_PTR usage in target_fabric_configfs_initDan Carpenter2011-06-241-1/+1
* [SCSI] target: Convert REPORT_LUNs to use int_to_scsilunNicholas Bellinger2011-05-271-4/+0Star
* [SCSI] target: add initial statisticsNicholas Bellinger2011-03-231-10/+66
* [SCSI] target: Add __init/__exit annotation for target_core_[init,exit]_configfsAxel Lin2011-03-231-2/+2
* [SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTRNicholas Bellinger2011-03-231-1/+3
* [SCSI] target: Fix match_strdup() memory leaksJesper Juhl2011-03-231-2/+31
* [SCSI] target: fix use after free detected by SLUB poisonNicholas Bellinger2011-02-121-46/+74
* [SCSI] target: Remove procfs based target_core_mib.c codeNicholas Bellinger2011-02-121-15/+0Star