From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nicholas A. Bellinger" Subject: [PATCH 0/3] target: Add target_core_stat.c configfs code Date: Mon, 31 Jan 2011 02:29:52 -0800 Message-ID: <1296469795-27632-1-git-send-email-nab@linux-iscsi.org> Cc: Christoph Hellwig , Mike Christie , Hannes Reinecke , FUJITA Tomonori , Joel Becker , Douglas Gilbert , Nicholas Bellinger To: linux-scsi , linux-kernel , linux-fsdevel , James Bottomley Return-path: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org From: Nicholas Bellinger Hi James and Co, This patch series adds support for TCM backend, fabric port/LUN, and MappedLUN/LunACL context struct config_group based statistics in target_core_configfs.c and target_core_fabric_configfs.c code using CONFIGFS_EATTR() based struct config_item_types. This is based on target_core_mib.c procfs + seq_list based logic broken up into individual configfs groups and attributes following RFC4455. Please have a look for review and comment, Thanks! Signed-off-by: Nicholas A. Bellinger Nicholas Bellinger (3): target: add initial device backend context target_core_stat.c code target: add initial fabric port context target_core_stat.c code target: add initial fabric MappedLUN context target_core_stat.c code