summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_alua.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-3/+3
* scsi: target: Set response length for REPORT TARGET PORT GROUPSRoland Dreier2018-10-231-1/+1
* target: fix ALUA state file path truncationDavid Disseldorp2017-11-041-23/+28
* fs: fix kernel_write prototypeChristoph Hellwig2017-09-041-1/+2
* target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche2017-07-061-4/+4
* target: Fix ALUA transition state race between multiple initiatorsMike Christie2017-03-301-88/+48
* target: fix race during implicit transition work flushesMike Christie2017-03-181-9/+1
* target: allow userspace to set state to transitioningMike Christie2017-03-181-15/+22
* target: fix ALUA transition timeout handlingMike Christie2017-03-181-15/+8
* target: Use system workqueue for ALUA transitionsMike Christie2017-03-181-5/+3
* target: fail ALUA transitions for pscsiMike Christie2017-03-181-0/+3
* target: allow ALUA setup for some passthrough backendsMike Christie2017-03-181-4/+5
* target: Minimize #include directivesBart Van Assche2016-12-091-0/+3
* target: use new "dbroot" target attributeLee Duncan2016-05-091-3/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-263/+200
|\
| * target: Send UA on ALUA target port group changeHannes Reinecke2015-06-221-0/+7
| * target: Convert se_lun->lun_deve_lock to normal spinlockNicholas Bellinger2015-06-221-2/+2
| * target: use 'se_dev_entry' when allocating UAsHannes Reinecke2015-06-161-9/+18
| * target_core_alua: Correct UA handling when switching statesHannes Reinecke2015-06-161-6/+16
| * target: use 64-bit LUNsHannes Reinecke2015-06-151-1/+1
| * target: Drop se_lun->lun_active for existing percpu lun_refNicholas Bellinger2015-06-011-2/+3
| * target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger2015-06-011-2/+10
| * target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig2015-06-011-246/+148
| * target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger2015-06-011-1/+2
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-301-1/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-231-2/+1
|\ \ | |/ |/|
| * target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-2/+1
* | target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-301-2/+2
|/
* scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-241-1/+1
* target: encapsulate smp_mb__after_atomic()Joern Engel2014-10-011-23/+10
* Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-081-13/+13
|\
| * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-13/+13
* | target: Allow READ_CAPACITY opcode in ALUA Standby access stateNicholas Bellinger2014-06-061-0/+9
|/
* target: silence GCC warning in target_alua_state_checkPaul Bolle2014-03-131-51/+44
* target: Fix 32-bit + CONFIG_LBDAF=n link error w/ sector_divNicholas Bellinger2014-02-121-1/+1
* target_core_alua: check for buffer overflowHannes Reinecke2014-01-091-6/+17
* target_core_alua: Referrals configfs integrationHannes Reinecke2014-01-091-0/+101
* target_core_alua: Referrals infrastructureHannes Reinecke2014-01-091-0/+154
* target_core_alua: Use workqueue for ALUA transitioningHannes Reinecke2013-12-171-50/+124
* target_core_alua: store old and pending ALUA stateHannes Reinecke2013-12-171-5/+10
* target_core_alua: Allocate ALUA metadata on demandHannes Reinecke2013-12-171-39/+31
* target_core_alua: validate ALUA state transitionHannes Reinecke2013-12-171-10/+45
* target_core_alua: Store supported ALUA statesHannes Reinecke2013-11-201-6/+8
* target_core_alua: Rename ALUA_ACCESS_STATE_OPTIMIZEDHannes Reinecke2013-11-201-5/+5
* target_core_alua: spellcheckHannes Reinecke2013-11-201-9/+9
* target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke2013-11-201-55/+55
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-101-1/+1
* target: Fix >= v3.9+ regression in PR APTPL + ALUA metadata write-outGera Kazakov2013-09-101-1/+1
* target: Avoid non-existent tg_pt_gp_mem in target_alua_state_checkNicholas Bellinger2013-09-101-0/+3
* target: replace strict_strto*() with kstrto*()Jingoo Han2013-08-121-16/+16