[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090917184310.15105.43508.stgit@beardog.cce.hp.com>
Date: Thu, 17 Sep 2009 13:46:47 -0500
From: "Stephen M. Cameron" <scameron@...rdog.cce.hp.com>
To: akpm@...ux-foundation.org, axboe@...nel.dk
Cc: linux-kernel@...r.kernel.org, linux-scsi@...r.kernel.org,
andrew.patterson@...com, mikem@...rdog.cce.hp.com,
scameron@...rdog.cce.hp.com
Subject: [PATCH 00/20] cciss: fix scan_thread, sysfs stuff,
dynamically allocate per drive structure
The following series cleans up the broken scan_thread code,
allows triggering of the scan_thread via sysfs, dynamically
allocates the per device structure for each logical drive as needed
instead of all at once at driver init time, fixes a bug in
logical drive addressing (seen on MSA2012), and adds lunid,
raid_level, and usage_count attributes in sysfs for each
logical drive.
---
Andrew Patterson (3):
cciss: Allow triggering of rescan of logical drive topology via sysfs entry
cciss: Use one scan thread per controller and fix hang during rmmod
cciss: Remove sysfs entries for logical drives on driver cleanup.
Stephen M. Cameron (17):
cciss: Dynamically allocate the drive_info_struct for each logical drive.
cciss: Add usage_count attribute to each logical drive in /sys
cciss: Add a "raid_level" attribute to each logical drive in /sys
cciss: fix some magic numbers in the raid-level decoding
cciss: Add lunid attribute to each logical drive in /sys
cciss: Don't check h->busy_initializing in cciss_open().
cciss: Preserve all 8 bytes of LUN ID for logical drives.
cciss: Silence noisy per-disk messages output by cciss_read_capacity
cciss: Fix excessive gendisk freeing bug on driver unload.
cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs.
cciss: Clear all sysfs-exposed data for deleted logical drives.
cciss: Handle special case for sysfs attributes of the first logical drive.
cciss: Handle cases when cciss_add_disk fails.
cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk.
cciss: Rearrange logical drive sysfs code to make the "changing a disk" path work.
cciss: Dynamically allocate struct device for each logical drive as needed.
cciss: Remove some unused code in rebuild_lun_table()
.../ABI/testing/sysfs-bus-pci-devices-cciss | 28 +
drivers/block/cciss.c | 743 +++++++++++++++-----
drivers/block/cciss.h | 12
3 files changed, 576 insertions(+), 207 deletions(-)
--
-- steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists