summaryrefslogtreecommitdiffstats
path: root/arch/ppc/platforms/4xx/ibm405gpr.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove arch/ppc and include/asm-ppcPaul Mackerras2008-06-101-115/+0Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason2006-02-101-2/+0Star
* [PATCH] ppc32: add dcr_base field to ocp_func_mal_dataEugene Surovegin2005-09-051-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+117
span class='column1'>| | | When the ALUA target port group changes an INQUIRY DATA CHANGE UA needs to be sent. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org> * target: use 'se_dev_entry' when allocating UAsHannes Reinecke2015-06-171-1/+2 | | | | | | | | | | | We need to use 'se_dev_entry' as argument when allocating UAs, otherwise we'll never see any UAs for an implicit ALUA state transition triggered from userspace. (Add target_ua_allocate_lun() common caller - nab) Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org> * target: use 64-bit LUNsHannes Reinecke2015-06-161-1/+1 | | | | | | | | As we're now using a list to hold the LUNs the target core can now converted to use 64-bit LUNs internally. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org> * target: target_core_ua_h: Add #define of include guardRasmus Villemoes2014-09-15