summaryrefslogtreecommitdiff
path: root/Manage.c
Commit message (Expand)AuthorAgeFilesLines
* Manage, imsm: Write metadata before addTkaczyk Mariusz2020-04-271-5/+1
* Fix up a few formatting issuesJes Sorensen2019-11-271-4/+9
* Remove last traces of HOT_ADD_DISKJes Sorensen2019-11-271-2/+0
* Manage: Remove the legacy code for md driver prior to 0.90.03Xiao Yang2019-11-271-12/+0
* Manage_subdevs(): Use a dev_tJes Sorensen2017-09-291-1/+1
* Error messages should end with a newline character.NeilBrown2017-08-161-1/+1
* mdadm/r5cache: allow adding journal to array without journalSong Liu2017-08-021-6/+0
* mdadm: Fixup more broken logical operator formattingJes Sorensen2017-05-161-2/+2
* mdadm: Fixup a large number of bad formatting of logical operatorsJes Sorensen2017-05-161-16/+13
* retire the APIs that driver no longer supportsZhilong Liu2017-05-111-4/+0
* mdadm/util: unify stat checking blkdev into functionZhilong Liu2017-05-051-10/+1
* mdadm/util: unify fstat checking blkdev into functionZhilong Liu2017-05-051-1/+1
* Manage: Manage_ro(): Use md_array_active()Jes Sorensen2017-05-021-4/+2
* sysfs: Parse array_state in sysfs_read()Jes Sorensen2017-04-201-1/+1
* Retire mdassembleJes Sorensen2017-04-111-9/+1
* Manage: Remove all references to md_get_version()Jes Sorensen2017-04-051-19/+1
* sysfs: Make sysfs_init() return an error codeJes Sorensen2017-03-301-2/+5
* util: Introduce md_get_disk_info()Jes Sorensen2017-03-291-10/+9
* util: Introduce md_get_array_info()Jes Sorensen2017-03-291-7/+6
* Add 'force' flag to *hot_remove_disk().NeilBrown2017-03-281-5/+5
* Introduce sys_hot_remove_disk()NeilBrown2017-03-281-5/+1
* Retry HOT_REMOVE_DISK a few times.NeilBrown2017-03-281-2/+2
* Introduce enum flag_mode for setting and clearing flags.NeilBrown2016-11-291-16/+16
* Add failfast support.NeilBrown2016-11-281-1/+19
* Remove: container should wait for an array to release a driveTomasz Majchrzak2016-07-211-13/+28
* Manage: Manage_subdevs(): Remove unnecessary NULL initializationJes Sorensen2016-03-221-1/+1
* Manage: Manage_add(): Avoid NULL initialization of dev_stJes Sorensen2016-03-221-13/+12
* Manage: Manage_add(): Fix memory leakJes Sorensen2016-03-221-0/+3
* Fix regression during add devicesHannes Reinecke2016-03-101-1/+1
* Manage: Manage_subdevs() fix file descriptor leakJes Sorensen2016-03-091-2/+3
* Manage: Manage_add(): Fix potential NULL pointer dereferenceJes Sorensen2016-03-081-0/+4
* Manage: Remove unnecessary NULL pointer checksJes Sorensen2016-03-081-6/+3
* Manage.c: Only issue change events for kernels older than 2.6.28Jes Sorensen2016-02-171-8/+11
* in --add assign raid_disk of 0 to journalSong Liu2015-12-221-1/+1
* recreate journal in mdadmSong Liu2015-12-161-3/+39
* re-add: make re-add try to write sysfs node firstGuoqing Jiang2015-10-081-0/+13
* mdadm: make cluster raid also could support re-addGuoqing Jiang2015-09-281-0/+9
* mdadm: fix wrong condition for go to abortGuoqing Jiang2015-07-291-1/+1
* Merge branch 'cluster'NeilBrown2015-07-271-3/+34
|\
| * Add a new clustered diskGuoqing Jiang2015-06-171-3/+34
* | Manage/stop: don't stop during initial critical section.NeilBrown2015-07-061-4/+19
* | Manage/stop: improve some comments.NeilBrown2015-07-061-4/+19
* | Manage/stop: guard against 'completed' being too large.NeilBrown2015-07-061-1/+5
* | Manage: fix no-op test in Manage_stop.NeilBrown2015-07-021-1/+1
* | mdstat: discard 'dev' field, just use 'devnm'NeilBrown2015-07-021-1/+1
|/
* Manage: when re-adding, do check avail size if ->sb cannot be found.NeilBrown2015-05-131-1/+2
* Manage: fix test for 'is array failed'.NeilBrown2015-05-061-1/+1
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-52/+23
* Manage: fix removal of non-existent devices.NeilBrown2014-08-111-1/+7
* Manage: simplify `rdev` handling in Manage_subdevs.NeilBrown2014-08-111-10/+10