summaryrefslogtreecommitdiff
path: root/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* add sysfs_array_state to struct mdinfoSong Liu2015-12-161-0/+7
* re-add: make re-add try to write sysfs node firstGuoqing Jiang2015-10-081-0/+6
* sysfs: reject reads that use the whole buffer.NeilBrown2015-07-061-5/+5
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-5/+2
* Consistently print program Name and __func__ in debug messages.NeilBrown2015-02-121-4/+4
* Change way of printing name of a processPawel Baldysiak2015-02-121-4/+4
* Introduce devid2kname - slightly different to devid2devnm.NeilBrown2013-08-011-1/+1
* sysfs: fix bugs in new sysfs_wait function.NeilBrown2013-07-021-3/+6
* Manage: check alignment when stopping an array undergoing reshape.NeilBrown2013-07-011-0/+43
* New function: sysfs_waitNeilBrown2013-07-011-0/+29
* Grow: fix bug in raid0 -> raid5 conversion.NeilBrown2013-06-251-1/+1
* Remove lots of unnecessary white space.NeilBrown2013-06-191-3/+1
* sysfs_read: return devices in same order as in filesystem.NeilBrown2013-06-191-4/+7
* Detail: report on inactive arrays.NeilBrown2013-05-131-0/+1
* Discard devnum in favour of devnmNeilBrown2013-02-211-41/+20
* Grow: fix reshape from RAID5 to RAID1.NeilBrown2012-11-201-2/+4
* Grow: set new_data_offset if appropriateNeilBrown2012-10-041-0/+5
* Manage: fix checks for removal from a container.NeilBrown2012-09-241-18/+16
* Remove scattered checks for malloc success.NeilBrown2012-07-091-7/+2
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-2/+2
* Introduce sysfs_set_num_signed() and use it to set bitmap/offsetJes Sorensen2012-04-301-0/+8
* Bitmap_offset is a signed numberNeilBrown2012-04-041-1/+1
* sysfs: fixed sysfs_freeze_array array to work properly with Manage_subdevs.NeilBrown2012-03-281-3/+4
* Grow/bitmap: support adding bitmap via sysfs.NeilBrown2011-12-231-0/+13
* get_component_size(): Check read() return value for error before using itJes Sorensen2011-11-031-1/+1
* sysfs_unique_holder(): Check read() return value before using as buffer indexJes Sorensen2011-11-021-0/+2
* Fix off-by-one in readlink() buffer size handlingThomas Jarosch2011-10-171-1/+1
* FIX: Do not unblock array accidentallyAdam Kwolek2011-09-211-0/+13
* sysfs: fix sysfs_disk_to_scsi_idDan Williams2011-08-301-20/+10
* Grow: ensure clean abort if we cannot read the 'completed' file.NeilBrown2011-07-271-1/+1
* Fix some compiler warnings.Luca Berra2011-06-171-0/+5
* FIX: Set proper raid disks during migrationAdam Kwolek2011-04-181-2/+5
* Move WaitClean from sysfs to Monitor.cNeilBrown2011-04-051-103/+0
* Change way that reshaping arrays with external-metadata are assembled.NeilBrown2011-03-081-2/+5
* FIX: sysfs_disk_to_scsi_id() adapted to current sysfs formatKrzysztof Wojcik2011-02-181-8/+6
* Fix some issues with setting 'new' state of a reshapeNeilBrown2011-01-261-0/+9
* Split fmt_devnum out from devnum2devnameNeilBrown2010-12-161-5/+1
* Add support to skip slot configurationAdam Kwolek2010-12-031-1/+2
* block monitor: freeze spare assignment for external arraysDan Williams2010-11-231-0/+33
* Compile with -Wextra by defaultNeilBrown2010-08-051-3/+3
* Merge branch 'fixes' into for-neilDan Williams2010-07-011-11/+9
|\
| * Always assume SKIP_GONE_DEVS behaviour and kill the flagDan Williams2010-06-161-11/+9
* | Remove 'checkpointing' side effect of --wait-cleanDan Williams2010-06-151-3/+0
|/
* Merge branch 'klockwork' of git://github.com/djbw/mdadmNeilBrown2009-12-301-9/+4
|\
| * Fix required to enable RAID arrays on SAS disks.Artur Wojcik2009-12-101-9/+4
* | Support external metadata recovery-resumeDan Williams2009-12-211-1/+10
* | Teach sysfs_add_disk() callers to use ->recovery_start versus 'insync' parameterDan Williams2009-12-211-3/+3
|/
* Merge branch 'master' into devel-3.1NeilBrown2009-10-221-2/+3
|\
| * mdmon: preserve socket over chrootDan Williams2009-10-131-2/+3
* | Merge branch 'master' into devel-3.1NeilBrown2009-10-011-1/+106
|\ \ | |/