summaryrefslogtreecommitdiffstats
path: root/sysfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix problem with sector/KB size confuision for bitmap sizing.Neil Brown2006-05-151-2/+2
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* [PATCH] Get the name for partitioned devices in sysfs correct.Neil Brown2006-04-281-2/+2
| | | | | | | | | | | | There are 64 partitions per device, not 16. Signed-off-by: Neil Brown <neilb@suse.de> ### Diffstat output ./sysfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff ./sysfs.c~current~ ./sysfs.c
* Support restarting of a reshape on --assembleNeil Brown2006-03-201-0/+4
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Initial reshape supportNeil Brown2006-03-131-0/+265
Needs work for other levels etc. Signed-off-by: Neil Brown <neilb@suse.de>