summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* imsm: retrieve nvme serial from sysfsArtur Paszkiewicz2016-10-072-23/+46
* Fix RAID metadata checkMariusz Dabrowski2016-09-221-11/+16
* imsm: remove redundant characters from some error messagesArtur Paszkiewicz2016-09-161-13/+13
* imsm: do not activate spares for uninitialized member arraysArtur Paszkiewicz2016-09-151-0/+5
* mdadm: fix a buffer overflowSong Liu2016-09-121-2/+2
* mdopen: Prevent overrunning the devname buffer when copying devnm into it for...Robert LeBlanc2016-08-251-1/+1
* bitmap: Mark a number of local functions staticJes Sorensen2016-08-151-8/+9
* bitmap: Handle errors when reading bitmap info for cluster nodesJes Sorensen2016-08-151-0/+10
* bitmap: Simplify code for bitmap_file_open()Jes Sorensen2016-08-151-18/+15
* super0: Clean up formatting in examine_super0()Jes Sorensen2016-08-151-39/+62
* super0: Fix spelling of 'version' in comment and fix formattingJes Sorensen2016-08-151-8/+6
* super0: Use random_uuid() in init_super0()Jes Sorensen2016-08-151-10/+6
* Introduce random_uuid() helper functionJes Sorensen2016-08-154-45/+31
* mdadm.h: Fix build problem against newer glibcJes Sorensen2016-08-151-0/+4
* mdadm: put journal device in right place of --detailSong Liu2016-08-121-1/+2
* mdadm: add man page for --add-journalSong Liu2016-08-121-0/+8
* lib: Various coding style cleanupsJes Sorensen2016-08-111-34/+51
* lib: Avoid if and return on the same lineJes Sorensen2016-08-111-2/+3
* sysfs: Avoid if and return on the same lineJes Sorensen2016-08-111-1/+2
* super1: Avoid if and return on the same lineJes Sorensen2016-08-111-1/+2
* restripe: Avoid if and return on the same lineJes Sorensen2016-08-111-20/+40
* util: Never have if and return on the same lineJes Sorensen2016-08-111-1/+2
* config: Various stylistic cleanupsJes Sorensen2016-08-111-107/+111
* config: Use xcalloc() rather than xmalloc()+memset()Jes Sorensen2016-08-111-6/+4
* Incremental: don't try to load_container() for a subarrayArtur Paszkiewicz2016-08-091-1/+5
* mdadm:add 'clustered' in typo prompt when specify wrong param for bitmapZhilong Liu2016-08-021-1/+1
* Monitor: release /proc/mdstat fd when no arrays presentTomasz Majchrzak2016-07-212-1/+7
* Remove: container should wait for an array to release a driveTomasz Majchrzak2016-07-211-13/+28
* imsm: properly handle values of sync_completedAlexey Obitotskiy2016-06-161-2/+34
* imsm: add handling of sync_action is equal to 'idle'Alexey Obitotskiy2016-06-161-1/+3
* monitor: Make sure that last_checkpoint is set to 0 after syncPawel Baldysiak2016-06-161-0/+3
* MDADM:Check mdinfo->reshape_active more times before calling Grow_continueXiao Ni2016-06-161-30/+37
* The sys_name array in the mdinfo structure is 20 bytes of storage.Nikhil Kshirsagar2016-06-141-1/+1
* Monitor: Use sysfs_free() to free object returned by sysfs_read()Jes Sorensen2016-06-101-1/+1
* Change behavior in find_free_devnm when wrapping around.Mike Lovell2016-06-031-1/+1
* Use dev_t for devnm2devid and devid2devnmMike Lovell2016-06-037-12/+12
* IMSM: retry reading sync_completed during reshapePawel Baldysiak2016-05-191-5/+12
* super1: add more checks for NodeNumUpdate optionGuoqing Jiang2016-05-121-3/+19
* Grow: Apply some more consistent formatting to Grow_addbitmap()Jes Sorensen2016-05-121-20/+21
* Grow: Simplify error paths in Grow_addbitmap()Jes Sorensen2016-05-121-10/+10
* mdadm: Make add_internal_bitmap() return 0 on successJes Sorensen2016-05-125-11/+13
* Grow: Handle failure to load superblock in Grow_addbitmap()Jes Sorensen2016-05-121-1/+6
* Grow: Grow_addbitmap() reduce indentationJes Sorensen2016-05-121-18/+18
* super1: make the check for NodeNumUpdate more accurateGuoqing Jiang2016-05-091-1/+1
* super1: don't update node nums if it is not more than 1Guoqing Jiang2016-05-091-0/+5
* Create: check the node nums when create clustered raidGuoqing Jiang2016-05-091-1/+6
* super1: Clear memory allocated for superblock + bitmap before useJes Sorensen2016-04-061-0/+2
* Consistent use of metric prefix in manpageMarko Hauptvogel2016-04-011-7/+8
* Introduce stat2kname() and fd2kname()Artur Paszkiewicz2016-03-303-2/+22
* mdadm:Add '--nodes' option in GROW modezhilong2016-03-291-0/+1