Sign in
android-kvm
/
linux
/
ef1ab1657fda1fd38a082b5652a2bbc6d510ffff
/
drivers
/
target
/
target_core_fabric_configfs.c
e56ca6b
scsi: target: Use kstrtobool() instead of strtobool()
by Christophe JAILLET
· 2 years, 4 months ago
9c6603e1
scsi: target: configfs: Delete unnecessary checks for NULL
by Dan Carpenter
· 3 years, 3 months ago
80ed33c
scsi: target: core: Add common tpg/enable attribute
by Dmitry Bogdanov
· 3 years, 6 months ago
39ae3ed
scsi: target: core: Make completion affinity configurable
by Mike Christie
· 4 years ago
c942fdd
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
by Thomas Gleixner
· 6 years ago
30c7ca9
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
by David Disseldorp
· 6 years ago
cb0f32e
scsi: target: add helper to check if dev is configured
by Mike Christie
· 7 years ago
aa090ea
scsi: target: Remove second argument from fabric_make_tpg()
by Bart Van Assche
· 7 years ago
c48e559
target: Move a declaration of a global variable into a header file
by Bart Van Assche
· 7 years ago
9ae0e9ad
target/configfs: Kill se_lun->lun_link_magic
by Nicholas Bellinger
· 8 years ago
c17cd24
target/configfs: Kill se_device->dev_link_magic
by Nicholas Bellinger
· 8 years ago
49cb77e
target: Avoid mappedlun symlink creation during lun shutdown
by Nicholas Bellinger
· 8 years ago
e16769d
fs: configfs: don't return anything from drop_link
by Andrzej Pietrasiewicz
· 8 years ago
839559e
target: add a new add_wwn_groups fabrics method
by Christoph Hellwig
· 9 years ago
e6e202e
target: initialize the nacl base CIT begfore init_nodeacl
by Christoph Hellwig
· 9 years ago
ce7043f
target: remove ->fabric_cleanup_nodeacl
by Christoph Hellwig
· 9 years ago
5266e5b
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
03a68b4
target: Remove enum transport_lunflags_table
by Andy Grover
· 9 years ago
1ae1602
configfs: switch ->default groups to a linked list
by Christoph Hellwig
· 9 years ago
2eafd72
target: use per-attribute show and store methods
by Christoph Hellwig
· 9 years ago
b6a54b8
target: remove initiatorname field in se_acl_lun
by Chris Zankel
· 10 years ago
6de2ce5b
target: remove target_core_configfs.h
by Christoph Hellwig
· 10 years ago
196e2e2
target: Remove TARGET_MAX_LUNS_PER_TRANSPORT
by Hannes Reinecke
· 10 years ago
f2d3068
target: use 64-bit LUNs
by Hannes Reinecke
· 10 years ago
adf653f
target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun
by Christoph Hellwig
· 10 years ago
6bb8261
target: Convert se_portal_group->tpg_lun_list[] to RCU hlist
by Nicholas Bellinger
· 10 years ago
29a05de
target: Convert se_node_acl->device_list[] to RCU hlist
by Nicholas Bellinger
· 10 years ago
968ebe7
target: remove struct target_fabric_configfs_template
by Christoph Hellwig
· 10 years ago
0dc2e8d
target: put struct target_fabric_configfs on a diet
by Christoph Hellwig
· 10 years ago
ef0caf8
target: don't copy fabric ops
by Christoph Hellwig
· 10 years ago
c7d6a80
target: refactor init/drop_nodeacl methods
by Christoph Hellwig
· 10 years ago
9ac8928
target: simplify the target template registration API
by Christoph Hellwig
· 10 years ago
cd9d7cb
target: Change core_dev_del_lun to take a se_lun instead of unpacked_lun
by Andy Grover
· 11 years ago
1481473b
target: simplify target_fabric_make_lun error path
by Joern Engel
· 10 years ago
da0abae
target: Fix memory leak on error in target_fabric_make_mappedlun
by Joern Engel
· 10 years ago
e1ea97fe
target/configfs: Remove unnecessary null test
by Himangi Saraogi
· 11 years ago
ab6dae8
target: Fix sizeof in kmalloc for some default_groups arrays
by Andy Grover
· 11 years ago
3f0ed57
target: Allocate more room for port default groups
by Andy Grover
· 11 years ago
d80e224d
target: Remove TF_CIT_TMPL macro
by Andy Grover
· 11 years ago
4c76251
target: Update copyright ownership/year information to 2013
by Nicholas Bellinger
· 11 years ago
57103d7
target: replace strict_strto*() with kstrto*()
by Jingoo Han
· 12 years ago
e4b512e
target: Add se_portal_group->tpg_auth_group
by Nicholas Bellinger
· 12 years ago
fbbf855
target: Add missing mapped_lun bounds checking during make_mappedlun setup
by Nicholas Bellinger
· 12 years ago
fcf2948
target: Fix lookup of dynamic NodeACLs during cached demo-mode operation
by Nicholas Bellinger
· 12 years ago
faa06ab
target: Fix regression allowing unconfigured devices to fabric port link
by Nicholas Bellinger
· 12 years ago
0ff8754
target: Add link_magic for fabric allow_link destination target_items
by Nicholas Bellinger
· 12 years ago
13f6a91
target/configfs: use kmalloc() instead of kzalloc() for default groups
by Sebastian Andrzej Siewior
· 12 years ago
1c98d2f4
target/configfs: allocate pointers instead of full struct for default_groups
by Sebastian Andrzej Siewior
· 12 years ago
fd9a11d
target: Update copyright information to 2012
by Nicholas Bellinger
· 12 years ago
0fd97cc
target: kill struct se_subsystem_dev
by Christoph Hellwig
· 12 years ago
93d441a
target: remove unused including <generated/utsrelease.h>
by Wei Yongjun
· 13 years ago
2dca673
target: Remove hba param from core_dev_add_lun
by Andy Grover
· 13 years ago
f208324
target: Use array_zalloc for device_list
by Jörn Engel
· 13 years ago
8d9efe5
target: fix return code of core_tpg_.*_lun
by Sebastian Andrzej Siewior
· 13 years ago
c4795fb
target: header reshuffle, part2
by Christoph Hellwig
· 13 years ago
e26d99a
target: reshuffle headers
by Christoph Hellwig
· 13 years ago
9375b1b
target: Remove unneeded version.h includes
by Jesper Juhl
· 14 years ago
e1750ba
target: Use ERR_CAST inlined function
by Thomas Meyer
· 14 years ago
6708bb2
target: Follow up core updates from AGrover and HCH (round 4)
by Andy Grover
· 14 years ago
e3d6f90
target: Core cleanups from AGrover (round 1)
by Andy Grover
· 14 years ago
12d233842
[SCSI] target: add initial statistics
by Nicholas Bellinger
· 14 years ago
1f6fe7c
[SCSI] target: fix use after free detected by SLUB poison
by Nicholas Bellinger
· 14 years ago
c66ac9d
[SCSI] target: Add LIO target core v4.0.0-rc6
by Nicholas Bellinger
· 14 years ago