summaryrefslogtreecommitdiffstats
path: root/sysfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Compiple fixes for mdassemble and diet-libcNeil Brown2008-05-151-4/+4
|
* Recent change broken handling of metadata-less arrays.Neil Brown2008-05-151-2/+3
| | | | | In particular, failing a device would give a silly error message.
* Use sysfs info for metadata version info in Detail and elsewhere.Neil Brown2007-12-141-1/+5
|
* Replace sysarray with mdinfoNeil Brown2007-12-141-27/+32
| | | | | Sure, mdinfo is bigger, but having a uniform structure for lots of things will make life easier.
* Use 'mdinfo' instead of special 'sysdev' structure.Neil Brown2007-12-141-17/+17
| | | | | there is needless duplicatiion between mdinfo and sysdev, so discard the latter.
* Make sure sysfs_read never succeeds for a non-MD device.Neil Brown2007-12-141-1/+4
| | | | ... just in case.
* Add new mode: --incrementalNeil Brown2006-12-211-6/+24
| | | | | --incremental allows arrays to be assembled one device at a time. This is expected to be used with udev.
* When resync finished, report the mismatch count if there is one.Neil Brown2006-12-141-0/+6
| | | | | This doesn't get mailed out, but will appear in syslog... Maybe it should be mailed if it was a 'check' or 'repair' pass...
* Increase raid456 stripe cache size if needed to --grow the array.Neil Brown2006-12-141-0/+6
| | | | | The setting used unfortunately requires intimate knowledge of the kernel, and it not reset when the reshape finishes.
* 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>