]> git.neil.brown.name Git - mdadm.git/history - sysfs.c
Stop: drop any partitions that may be associated with an array when stopping it.
[mdadm.git] / sysfs.c
2008-11-04 NeilBrownAbort sysfs_read early if no device found.
2008-11-04 NeilBrownGenerate 'change' uevents when arrays change in non...
2008-11-03 NeilBrownMove recently merged /sys/dev/ lookup into stat2devnum.
2008-11-02 NeilBrownMerge branch 'master' into scratch-3.0
2008-11-02 NeilBrownMerge branch 'master' into scratch-3.0
2008-10-30 NeilBrownMerge branch 'master' into devel-3.0
2008-10-30 NeilBrownAdjust major number testing to allow for extended minor...
2008-10-30 NeilBrownMerge branch 'master' into devel-3.0
2008-10-26 NeilBrownMerge branch 'master' into devel-3.0
2008-10-17 NeilBrownMerge branch 'master' into devel-3.0
2008-10-15 Dan Williamssysfs_open leaks devnum2devname() result
2008-10-15 Dan Williams--wait-clean: shorten timeout
2008-10-15 Dan Williamssysfs: dprintf when we fail to write a sysfs file
2008-09-18 NeilBrownMove calls to SET_ARRAY_INFO to common helper.
2008-09-18 NeilBrownFactor out add-disk code
2008-09-16 Dan Williamssysfs: detect disks that are in the process of being...
2008-09-16 Dan Williams'mdadm --wait-clean' wait for array to be marked clean
2008-09-16 Dan WilliamsHonor safemode_delay at Create() and Incremental()...
2008-08-15 Dan Williamsmdmon: allow degraded arrays to be monitored
2008-08-07 NeilBrownMerge branch 'master' into from-stable
2008-07-25 Dan Williamssysfs: deprecate sysfs_disk_to_sg
2008-07-18 NeilBrownsysfs: avoid possible data corruption in sys_load.
2008-07-18 NeilBrownCorrect readlink usage in sysfs.c
2008-07-12 Neil BrownIntroduce devname2devnum
2008-07-12 Neil BrownCorrect unit conversion for component_size and dev...
2008-07-12 Neil BrownHandle device removal from container
2008-07-12 Neil BrownRemove 'major' from superswitch.
2008-06-19 Neil BrownMerge branch 'release' of git://git.kernel.org/pub...
2008-06-19 Neil BrownMerge branch 'master' into devel-3.0
2008-06-14 Dan Williamssysfs: helper routine to retrieve the scsi id
2008-06-14 Dan Williamssysfs: provide a helper function for locating scsi_gene...
2008-06-12 Neil BrownAdd DDF code for activate_spare
2008-06-12 Neil BrownDon't ignore errors in sysfs_add_disk.
2008-05-26 Neil Brown'errno' is a positive number, not negative.
2008-05-26 Neil BrownRemember to close directories when we are finished...
2008-05-26 Neil BrownRemove 'fd' arg from sysfs_add_disk
2008-05-15 Neil BrownMerge mdmon
2008-05-15 Dan Williamsset resync_start in Incremental_container
2008-05-15 Neil BrownCreate a container member
2008-05-15 Neil BrownMore ddf stuff
2008-05-15 Neil BrownCompiple fixes for mdassemble and diet-libc
2008-05-15 Neil BrownRecent change broken handling of metadata-less arrays.
2007-12-14 Neil BrownUse sysfs info for metadata version info in Detail...
2007-12-14 Neil BrownReplace sysarray with mdinfo
2007-12-14 Neil BrownUse 'mdinfo' instead of special 'sysdev' structure.
2007-12-14 Neil BrownMake sure sysfs_read never succeeds for a non-MD device.
2006-12-21 Neil BrownAdd new mode: --incremental
2006-12-14 Neil BrownWhen resync finished, report the mismatch count if...
2006-12-14 Neil BrownIncrease raid456 stripe cache size if needed to --grow...
2006-05-15 Neil BrownFix problem with sector/KB size confuision for bitmap...
2006-04-28 Neil Brown[PATCH] Get the name for partitioned devices in sysfs...
2006-03-20 Neil BrownSupport restarting of a reshape on --assemble
2006-03-13 Neil BrownInitial reshape support