/openbmc/linux/drivers/target/ |
H A D | target_core_alua.h | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_rd.h | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_pscsi.h | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_iblock.h | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_hba.c | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_pr.h | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_ua.c | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_fabric_configfs.c | diff faa06ab9aed22f0ad0e15bbf3f80463b5dd7cbe0 Thu Jan 31 16:56:12 CST 2013 Nicholas Bellinger <nab@linux-iscsi.org> target: Fix regression allowing unconfigured devices to fabric port link
This patch fixes a v3.8-rc1 regression bug where an unconfigured se_device was incorrectly allowed to perform a fabric port-link. This bug was introduced in commit:
commit 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Author: Christoph Hellwig <hch@infradead.org> Date: Mon Oct 8 00:03:19 2012 -0400
target: kill struct se_subsystem_dev
which ended up dropping the original se_subsystem_dev->se_dev_ptr check preventing this from happening with pre commit 0fd97ccf code.
Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org> diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_file.h | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_stat.c | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_rd.c | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_internal.h | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_spc.c | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_tmr.c | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_alua.c | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_file.c | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_sbc.c | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_configfs.c | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_pscsi.c | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_pr.c | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_iblock.c | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_device.c | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
/openbmc/linux/drivers/target/loopback/ |
H A D | tcm_loop.h | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
/openbmc/linux/include/target/ |
H A D | target_core_backend.h | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | target_core_base.h | diff 0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16 Sun Oct 07 23:03:19 CDT 2012 Christoph Hellwig <hch@infradead.org> target: kill struct se_subsystem_dev
Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|