summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* imsm: Do not require MDADM_EXPERIMENTAL flag anymoreMichal Zylowski2018-05-311-10/+0
* mdadm: improve the dlm locking mechanism for clustered raidGuoqing Jiang2018-03-081-14/+43
* To support clustered raid10Guoqing Jiang2017-11-091-0/+11
* Zeroout whole ppl space during creation/force assemblePawel Baldysiak2017-10-021-0/+49
* util: Code is 80 characters wideJes Sorensen2017-09-291-12/+21
* Detail: correct output for active arraysMariusz Tkaczyk2017-08-161-6/+9
* Detail: don't exit if ioctl has been successfulTomasz Majchrzak2017-05-241-1/+1
* mdadm: Fixup more broken logical operator formattingJes Sorensen2017-05-161-2/+1
* mdadm: Fixup a large number of bad formatting of logical operatorsJes Sorensen2017-05-161-12/+8
* Add sector size as spare selection criterionAlexey Obitotskiy2017-05-091-1/+30
* Allow more spare selection criteriaAlexey Obitotskiy2017-05-091-3/+3
* mdadm/util: unify stat checking blkdev into functionZhilong Liu2017-05-051-0/+17
* mdadm/util: unify fstat checking blkdev into functionZhilong Liu2017-05-051-0/+17
* util: md_array_valid(): Introduce md_array_valid() helperJes Sorensen2017-05-031-0/+24
* util: Get rid of unused enough_fd()Jes Sorensen2017-04-201-31/+0
* util: Introduce md_array_active() helperJes Sorensen2017-04-201-0/+27
* Retire mdassembleJes Sorensen2017-04-111-33/+4
* util: Finally kill off md_get_version()Jes Sorensen2017-04-051-29/+0
* util/set_array_info: Simplify code since md_get_version returns a constantJes Sorensen2017-04-051-11/+8
* util/must_be_container: Use sysfs_read(GET_VERSION) to determine valid arrayJes Sorensen2017-04-051-1/+6
* util: Introduce md_set_array_info()Jes Sorensen2017-03-291-2/+10
* util: Introduce md_get_disk_info()Jes Sorensen2017-03-291-1/+9
* util: Introduce md_get_array_info()Jes Sorensen2017-03-291-3/+11
* util: Cosmetic changesJes Sorensen2017-03-291-12/+10
* Add 'force' flag to *hot_remove_disk().NeilBrown2017-03-281-5/+5
* Introduce sys_hot_remove_disk()NeilBrown2017-03-281-0/+12
* Retry HOT_REMOVE_DISK a few times.NeilBrown2017-03-281-0/+18
* mdadm: Specify enough length when write to bufferXiao Ni2017-03-171-1/+1
* Always return last partition end address in 512B blocksMariusz Dabrowski2016-12-131-2/+5
* Use disk sector size value to set offset for reading GPTMariusz Dabrowski2016-12-121-1/+6
* Add function for getting member drive sector sizePawel Baldysiak2016-11-171-1/+17
* Fix bus error when accessing MBR partition recordsJames Clarke2016-10-191-7/+11
* Fix RAID metadata checkMariusz Dabrowski2016-09-221-11/+16
* Introduce random_uuid() helper functionJes Sorensen2016-08-151-0/+21
* util: Never have if and return on the same lineJes Sorensen2016-08-111-1/+2
* Use dev_t for devnm2devid and devid2devnmMike Lovell2016-06-031-3/+3
* util: Remove unnecesary NULL pointer checks when calling sysfs_free()Jes Sorensen2016-03-081-4/+2
* Remove dead code about LKF_CONVERT flagGuoqing Jiang2016-03-071-8/+0
* util.c: include poll.h instead of sys/poll.hMaxin B. John2016-02-081-1/+1
* Fix some type comparison problemsXiao Ni2016-02-081-1/+1
* Assorted fixed for a "make everything" buildNeilBrown2016-01-281-7/+19
* util: fix wrong return value of cluster_get_dlmlockGuoqing Jiang2016-01-271-10/+4
* mdadm: improve the safeguard for change cluster raid's sbGuoqing Jiang2015-12-171-12/+18
* Make cmap_* also has same policy as dlm_*Guoqing Jiang2015-10-211-34/+33
* Safeguard against writing to an active device of another nodeGuoqing Jiang2015-10-211-0/+148
* mdassemble: don't try to perform cluster check.NeilBrown2015-08-031-1/+2
* Add a new clustered diskGuoqing Jiang2015-06-171-0/+10
* Set home-cluster while creating an arrayGuoqing Jiang2015-06-171-0/+57
* Assemble: allow a RAID4 to assemble easily when parity devices is missing.NeilBrown2015-04-081-0/+7
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-8/+4