index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_alua.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-31
target: Fix ALUA transition state race between multiple initiators
Mike Christie
1
-88
/
+48
2017-03-19
target: fix race during implicit transition work flushes
Mike Christie
1
-9
/
+1
2017-03-19
target: allow userspace to set state to transitioning
Mike Christie
1
-15
/
+22
2017-03-19
target: fix ALUA transition timeout handling
Mike Christie
1
-15
/
+8
2017-03-19
target: Use system workqueue for ALUA transitions
Mike Christie
1
-5
/
+3
2017-03-19
target: fail ALUA transitions for pscsi
Mike Christie
1
-0
/
+3
2017-03-19
target: allow ALUA setup for some passthrough backends
Mike Christie
1
-4
/
+5
2016-12-09
target: Minimize #include directives
Bart Van Assche
1
-0
/
+3
2016-05-10
target: use new "dbroot" target attribute
Lee Duncan
1
-3
/
+3
2015-07-05
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-263
/
+200
2015-06-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+1
2015-06-23
target: Send UA on ALUA target port group change
Hannes Reinecke
1
-0
/
+7
2015-06-23
target: Convert se_lun->lun_deve_lock to normal spinlock
Nicholas Bellinger
1
-2
/
+2
2015-06-17
target: use 'se_dev_entry' when allocating UAs
Hannes Reinecke
1
-9
/
+18
2015-06-16
target_core_alua: Correct UA handling when switching states
Hannes Reinecke
1
-6
/
+16
2015-06-16
target: use 64-bit LUNs
Hannes Reinecke
1
-1
/
+1
2015-06-02
target: Minimize SCSI header #include directives
Bart Van Assche
1
-2
/
+1
2015-06-01
target: Drop se_lun->lun_active for existing percpu lun_ref
Nicholas Bellinger
1
-2
/
+3
2015-06-01
target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage
Nicholas Bellinger
1
-2
/
+10
2015-06-01
target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun
Christoph Hellwig
1
-246
/
+148
2015-06-01
target: Convert se_node_acl->device_list[] to RCU hlist
Nicholas Bellinger
1
-1
/
+2
2015-05-31
target: target_core_configfs.h is not needed in fabric drivers
Christoph Hellwig
1
-1
/
+0
2015-05-31
target: Use a PASSTHROUGH flag instead of transport_types
Andy Grover
1
-2
/
+2
2014-11-24
scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16
Hannes Reinecke
1
-1
/
+1
2014-10-02
target: encapsulate smp_mb__after_atomic()
Joern Engel
1
-23
/
+10
2014-06-08
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
1
-13
/
+13
2014-06-06
target: Allow READ_CAPACITY opcode in ALUA Standby access state
Nicholas Bellinger
1
-0
/
+9
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-13
/
+13
2014-03-13
target: silence GCC warning in target_alua_state_check
Paul Bolle
1
-51
/
+44
2014-02-13
target: Fix 32-bit + CONFIG_LBDAF=n link error w/ sector_div
Nicholas Bellinger
1
-1
/
+1
2014-01-10
target_core_alua: check for buffer overflow
Hannes Reinecke
1
-6
/
+17
2014-01-10
target_core_alua: Referrals configfs integration
Hannes Reinecke
1
-0
/
+101
2014-01-10
target_core_alua: Referrals infrastructure
Hannes Reinecke
1
-0
/
+154
2013-12-17
target_core_alua: Use workqueue for ALUA transitioning
Hannes Reinecke
1
-50
/
+124
2013-12-17
target_core_alua: store old and pending ALUA state
Hannes Reinecke
1
-5
/
+10
2013-12-17
target_core_alua: Allocate ALUA metadata on demand
Hannes Reinecke
1
-39
/
+31
2013-12-17
target_core_alua: validate ALUA state transition
Hannes Reinecke
1
-10
/
+45
2013-11-20
target_core_alua: Store supported ALUA states
Hannes Reinecke
1
-6
/
+8
2013-11-20
target_core_alua: Rename ALUA_ACCESS_STATE_OPTIMIZED
Hannes Reinecke
1
-5
/
+5
2013-11-20
target_core_alua: spellcheck
Hannes Reinecke
1
-9
/
+9
2013-11-20
target core: rename (ex,im)plict -> (ex,im)plicit
Hannes Reinecke
1
-55
/
+55
2013-09-11
target: Update copyright ownership/year information to 2013
Nicholas Bellinger
1
-1
/
+1
2013-09-11
target: Fix >= v3.9+ regression in PR APTPL + ALUA metadata write-out
Gera Kazakov
1
-1
/
+1
2013-09-11
target: Avoid non-existent tg_pt_gp_mem in target_alua_state_check
Nicholas Bellinger
1
-0
/
+3
2013-08-13
target: replace strict_strto*() with kstrto*()
Jingoo Han
1
-16
/
+16
2013-04-11
target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBs
Nicholas Bellinger
1
-0
/
+3
2013-02-26
target: writev() on single-element vector is pointless
Al Viro
1
-26
/
+9
2013-01-11
target: Use TCM_NO_SENSE for initialisation
Hannes Reinecke
1
-1
/
+1
2012-11-28
target: Update copyright information to 2012
Nicholas Bellinger
1
-2
/
+1
2012-11-07
target: Fix incorrect inversion of TPGS_EXPLICT_ALUA check
Nicholas Bellinger
1
-1
/
+1
[next]