summaryrefslogtreecommitdiffstats
path: root/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://github.com/djbw/mdadm into devel-3.0NeilBrown2009-04-141-0/+14
|\
| * Grow: fix hang when reshape completes too fastDan Williams2009-04-121-0/+20
| * imsm: set array size at Create/AssembleDan Williams2009-04-121-0/+14
* | incremental_container: preserve 'in_sync' flag when adding to existing array.NeilBrown2009-04-141-2/+6
* | grow: don't wait forever for critical section to pass.NeilBrown2009-04-011-0/+19
|/
* sysfs: allow sysfs_read to detect and drop removed disksDan Williams2009-02-241-5/+21
* Abort sysfs_read early if no device found.NeilBrown2008-11-041-0/+5
* Generate 'change' uevents when arrays change in non-obvious ways.NeilBrown2008-11-041-0/+16
* Move recently merged /sys/dev/ lookup into stat2devnum.NeilBrown2008-11-041-37/+9
* Merge branch 'master' into devel-3.0NeilBrown2008-10-301-3/+26
|\
| * Adjust major number testing to allow for extended minor number in 2.6.28NeilBrown2008-10-301-3/+26
* | sysfs_open leaks devnum2devname() resultDan Williams2008-10-151-1/+6
* | --wait-clean: shorten timeoutDan Williams2008-10-151-2/+3
* | sysfs: dprintf when we fail to write a sysfs fileDan Williams2008-10-151-1/+4
* | 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