summaryrefslogtreecommitdiffstats
path: root/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* Move calls to SET_ARRAY_INFO to common helper.NeilBrown2008-09-181-30/+48
* Factor out add-disk codeNeilBrown2008-09-181-7/+0
* sysfs: detect disks that are in the process of being removedDan Williams2008-09-151-5/+24
* 'mdadm --wait-clean' wait for array to be marked cleanDan Williams2008-09-151-0/+55
* Honor safemode_delay at Create() and Incremental() timeDan Williams2008-09-151-0/+13
* mdmon: allow degraded arrays to be monitoredDan Williams2008-08-151-0/+6
* sysfs: deprecate sysfs_disk_to_sgDan Williams2008-07-241-0/+2
* sysfs: avoid possible data corruption in sys_load.NeilBrown2008-07-181-1/+1
* Correct readlink usage in sysfs.cNeilBrown2008-07-181-2/+4
* Introduce devname2devnumNeil Brown2008-07-121-7/+1
* Correct unit conversion for component_size and dev/size in sysfs.Neil Brown2008-07-121-2/+2
* Handle device removal from containerNeil Brown2008-07-121-0/+63
* Remove 'major' from superswitch.Neil Brown2008-07-121-1/+3
* sysfs: helper routine to retrieve the scsi idDan Williams2008-06-131-0/+49
* sysfs: provide a helper function for locating scsi_generic interfacesDan Williams2008-06-131-0/+65
* Add DDF code for activate_spareNeil Brown2008-06-121-0/+1
* Don't ignore errors in sysfs_add_disk.Neil Brown2008-06-121-5/+6
* 'errno' is a positive number, not negative.Neil Brown2008-05-271-1/+1
* Remember to close directories when we are finished with them.Neil Brown2008-05-271-1/+4
* Remove 'fd' arg from sysfs_add_diskNeil Brown2008-05-271-1/+1
* Merge mdmonNeil Brown2008-05-151-0/+29
* set resync_start in Incremental_containerDan Williams2008-05-151-0/+1
* Create a container memberNeil Brown2008-05-151-1/+2
* More ddf stuffNeil Brown2008-05-151-0/+53
* 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
* 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
* Use 'mdinfo' instead of special 'sysdev' structure.Neil Brown2007-12-141-17/+17
* Make sure sysfs_read never succeeds for a non-MD device.Neil Brown2007-12-141-1/+4
* Add new mode: --incrementalNeil Brown2006-12-211-6/+24
* When resync finished, report the mismatch count if there is one.Neil Brown2006-12-141-0/+6
* Increase raid456 stripe cache size if needed to --grow the array.Neil Brown2006-12-141-0/+6
* Fix problem with sector/KB size confuision for bitmap sizing.Neil Brown2006-05-151-2/+2
* [PATCH] Get the name for partitioned devices in sysfs correct.Neil Brown2006-04-281-2/+2
* Support restarting of a reshape on --assembleNeil Brown2006-03-201-0/+4
* Initial reshape supportNeil Brown2006-03-131-0/+265