summaryrefslogtreecommitdiff
path: root/sysfs.c
Commit message (Expand)AuthorAge
* Compile with -Wextra by defaultNeilBrown2010-08-05
* Merge branch 'fixes' into for-neilDan Williams2010-07-01
|\
| * Always assume SKIP_GONE_DEVS behaviour and kill the flagDan Williams2010-06-16
* | Remove 'checkpointing' side effect of --wait-cleanDan Williams2010-06-15
|/
* Merge branch 'klockwork' of git://github.com/djbw/mdadmNeilBrown2009-12-30
|\
| * Fix required to enable RAID arrays on SAS disks.Artur Wojcik2009-12-10
* | Support external metadata recovery-resumeDan Williams2009-12-21
* | Teach sysfs_add_disk() callers to use ->recovery_start versus 'insync' parameterDan Williams2009-12-21
|/
* Merge branch 'master' into devel-3.1NeilBrown2009-10-22
|\
| * mdmon: preserve socket over chrootDan Williams2009-10-13
* | Merge branch 'master' into devel-3.1NeilBrown2009-10-01
|\|
| * Move WaitClean from Monitor.c to sysfs.cNeilBrown2009-06-02
| * Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-02
* | Handle extra 'grow' variations.NeilBrown2009-08-11
* | restripe: support saving when not all devices are present.NeilBrown2009-07-14
|/
* Merge branch 'master' of git://github.com/djbw/mdadm into devel-3.0NeilBrown2009-04-14
|\
| * Grow: fix hang when reshape completes too fastDan Williams2009-04-12
| * 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