summaryrefslogtreecommitdiff
path: root/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* mdadm: define DEV_MD_DIRMariusz Tkaczyk2023-05-081-1/+1
* mdadm: replace container level checking with inlineKinga Tanska2022-09-291-1/+1
* mdadm: add map_num_s()Mariusz Tkaczyk2022-04-041-4/+5
* mdadm: check value returned by snprintf against errorsKrzysztof Smolinski2019-08-161-2/+10
* mdadm: load default sysfs attributes after assemblationMariusz Dabrowski2019-07-101-0/+158
* mdmon: fix wrong array state when disk fails during mdmon startupArtur Paszkiewicz2019-05-201-9/+14
* sysfs: include faulty drive in disk countMariusz Tkaczyk2017-11-091-1/+1
* Don't abort starting the array if kernel does not support pplArtur Paszkiewicz2017-10-021-3/+3
* sysfs_init_dev - take a dev_t argumentJes Sorensen2017-09-291-1/+1
* Get failed disk count from array stateTomasz Majchrzak2017-06-051-10/+8
* sysfs/sysfs_read: Count working_disksJes Sorensen2017-05-091-6/+9
* sysfs/sysfs_read: Count active_disks and failed_disksJes Sorensen2017-05-051-2/+8
* Don't use UnSet with consistency_policyArtur Paszkiewicz2017-04-241-6/+4
* maps: Use keyvalue for null terminator to indicate 'unset' valueJes Sorensen2017-04-201-2/+0
* sysfs: Parse array_state in sysfs_read()Jes Sorensen2017-04-201-4/+5
* sysfs: Make sysfs_init() return an error codeJes Sorensen2017-03-301-6/+10
* sysfs: Use the presence of /sys/block/<dev>/md as indicator of valid deviceJes Sorensen2017-03-301-5/+12
* imsm: PPL supportArtur Paszkiewicz2017-03-291-0/+14
* Generic support for --consistency-policy and PPLArtur Paszkiewicz2017-03-291-0/+11
* Make get_component_size() work with named array.NeilBrown2016-12-221-8/+2
* mdadm: bad block support for external metadata - initializationTomasz Majchrzak2016-11-281-1/+26
* Increase buffer for sysfs pathTomasz Majchrzak2016-11-171-16/+20
* sysfs: Avoid if and return on the same lineJes Sorensen2016-08-111-1/+2
* load_sys(): Add a buffer size argumentJes Sorensen2016-03-091-23/+24
* 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