summaryrefslogtreecommitdiff
path: root/sysfs.c
Commit message (Expand)AuthorAge
...
| * imsm: set array size at Create/AssembleDan Williams2009-04-12
* | incremental_container: preserve 'in_sync' flag when adding to existing array.NeilBrown2009-04-14
* | grow: don't wait forever for critical section to pass.NeilBrown2009-04-01
|/
* sysfs: allow sysfs_read to detect and drop removed disksDan Williams2009-02-24
* Abort sysfs_read early if no device found.NeilBrown2008-11-04
* Generate 'change' uevents when arrays change in non-obvious ways.NeilBrown2008-11-04
* Move recently merged /sys/dev/ lookup into stat2devnum.NeilBrown2008-11-04
* Merge branch 'master' into devel-3.0NeilBrown2008-10-30
|\
| * Adjust major number testing to allow for extended minor number in 2.6.28NeilBrown2008-10-30
* | sysfs_open leaks devnum2devname() resultDan Williams2008-10-15
* | --wait-clean: shorten timeoutDan Williams2008-10-15
* | sysfs: dprintf when we fail to write a sysfs fileDan Williams2008-10-15
* | Move calls to SET_ARRAY_INFO to common helper.NeilBrown2008-09-18
* | Factor out add-disk codeNeilBrown2008-09-18
* | sysfs: detect disks that are in the process of being removedDan Williams2008-09-15
* | 'mdadm --wait-clean' wait for array to be marked cleanDan Williams2008-09-15
* | Honor safemode_delay at Create() and Incremental() timeDan Williams2008-09-15
* | mdmon: allow degraded arrays to be monitoredDan Williams2008-08-15
* | sysfs: deprecate sysfs_disk_to_sgDan Williams2008-07-24
* | sysfs: avoid possible data corruption in sys_load.NeilBrown2008-07-18
* | Correct readlink usage in sysfs.cNeilBrown2008-07-18
* | Introduce devname2devnumNeil Brown2008-07-12
* | Correct unit conversion for component_size and dev/size in sysfs.Neil Brown2008-07-12
* | Handle device removal from containerNeil Brown2008-07-12
* | Remove 'major' from superswitch.Neil Brown2008-07-12
* | sysfs: helper routine to retrieve the scsi idDan Williams2008-06-13
* | sysfs: provide a helper function for locating scsi_generic interfacesDan Williams2008-06-13
* | Add DDF code for activate_spareNeil Brown2008-06-12
* | Don't ignore errors in sysfs_add_disk.Neil Brown2008-06-12
* | 'errno' is a positive number, not negative.Neil Brown2008-05-27
* | Remember to close directories when we are finished with them.Neil Brown2008-05-27
* | Remove 'fd' arg from sysfs_add_diskNeil Brown2008-05-27
* | Merge mdmonNeil Brown2008-05-15
* | set resync_start in Incremental_containerDan Williams2008-05-15
* | Create a container memberNeil Brown2008-05-15
* | More ddf stuffNeil Brown2008-05-15
|/
* Compiple fixes for mdassemble and diet-libcNeil Brown2008-05-15
* Recent change broken handling of metadata-less arrays.Neil Brown2008-05-15
* Use sysfs info for metadata version info in Detail and elsewhere.Neil Brown2007-12-14
* Replace sysarray with mdinfoNeil Brown2007-12-14
* Use 'mdinfo' instead of special 'sysdev' structure.Neil Brown2007-12-14
* Make sure sysfs_read never succeeds for a non-MD device.Neil Brown2007-12-14
* Add new mode: --incrementalNeil Brown2006-12-21
* When resync finished, report the mismatch count if there is one.Neil Brown2006-12-14
* Increase raid456 stripe cache size if needed to --grow the array.Neil Brown2006-12-14
* Fix problem with sector/KB size confuision for bitmap sizing.Neil Brown2006-05-15
* [PATCH] Get the name for partitioned devices in sysfs correct.Neil Brown2006-04-28
* Support restarting of a reshape on --assembleNeil Brown2006-03-20
* Initial reshape supportNeil Brown2006-03-13