summaryrefslogtreecommitdiffstats
path: root/sha1.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-22Fix RAID metadata checkMariusz Dabrowski1-11/+16
2016-09-16imsm: remove redundant characters from some error messagesArtur Paszkiewicz1-13/+13
2016-09-15imsm: do not activate spares for uninitialized member arraysArtur Paszkiewicz1-0/+5
2016-09-12mdadm: fix a buffer overflowSong Liu1-2/+2
2016-08-25mdopen: Prevent overrunning the devname buffer when copying devnm into it for...Robert LeBlanc1-1/+1
2016-08-15bitmap: Mark a number of local functions staticJes Sorensen1-8/+9
2016-08-15bitmap: Handle errors when reading bitmap info for cluster nodesJes Sorensen1-0/+10
2016-08-15bitmap: Simplify code for bitmap_file_open()Jes Sorensen1-18/+15
2016-08-15super0: Clean up formatting in examine_super0()Jes Sorensen1-39/+62
2016-08-15super0: Fix spelling of 'version' in comment and fix formattingJes Sorensen1-8/+6
2016-08-15super0: Use random_uuid() in init_super0()Jes Sorensen1-10/+6
2016-08-15Introduce random_uuid() helper functionJes Sorensen4-45/+31
2016-08-15mdadm.h: Fix build problem against newer glibcJes Sorensen1-0/+4
2016-08-12mdadm: put journal device in right place of --detailSong Liu1-1/+2
2016-08-12mdadm: add man page for --add-journalSong Liu1-0/+8
2016-08-11lib: Various coding style cleanupsJes Sorensen1-34/+51
2016-08-11lib: Avoid if and return on the same lineJes Sorensen1-2/+3
2016-08-11sysfs: Avoid if and return on the same lineJes Sorensen1-1/+2
2016-08-11super1: Avoid if and return on the same lineJes Sorensen1-1/+2
2016-08-11restripe: Avoid if and return on the same lineJes Sorensen1-20/+40
2016-08-11util: Never have if and return on the same lineJes Sorensen1-1/+2
2016-08-11config: Various stylistic cleanupsJes Sorensen1-107/+111
2016-08-11config: Use xcalloc() rather than xmalloc()+memset()Jes Sorensen1-6/+4
2016-08-09Incremental: don't try to load_container() for a subarrayArtur Paszkiewicz1-1/+5
2016-08-02mdadm:add 'clustered' in typo prompt when specify wrong param for bitmapZhilong Liu1-1/+1
2016-07-21Monitor: release /proc/mdstat fd when no arrays presentTomasz Majchrzak2-1/+7
2016-07-21Remove: container should wait for an array to release a driveTomasz Majchrzak1-13/+28
2016-06-16imsm: properly handle values of sync_completedAlexey Obitotskiy1-2/+34
2016-06-16imsm: add handling of sync_action is equal to 'idle'Alexey Obitotskiy1-1/+3
2016-06-16monitor: Make sure that last_checkpoint is set to 0 after syncPawel Baldysiak1-0/+3
2016-06-16MDADM:Check mdinfo->reshape_active more times before calling Grow_continueXiao Ni1-30/+37
2016-06-14The sys_name array in the mdinfo structure is 20 bytes of storage.Nikhil Kshirsagar1-1/+1
2016-06-10Monitor: Use sysfs_free() to free object returned by sysfs_read()Jes Sorensen1-1/+1
2016-06-03Change behavior in find_free_devnm when wrapping around.Mike Lovell1-1/+1
2016-06-03Use dev_t for devnm2devid and devid2devnmMike Lovell7-12/+12
2016-05-19IMSM: retry reading sync_completed during reshapePawel Baldysiak1-5/+12
2016-05-12super1: add more checks for NodeNumUpdate optionGuoqing Jiang1-3/+19
2016-05-12Grow: Apply some more consistent formatting to Grow_addbitmap()Jes Sorensen1-20/+21
2016-05-12Grow: Simplify error paths in Grow_addbitmap()Jes Sorensen1-10/+10
2016-05-12mdadm: Make add_internal_bitmap() return 0 on successJes Sorensen5-11/+13
2016-05-12Grow: Handle failure to load superblock in Grow_addbitmap()Jes Sorensen1-1/+6
2016-05-12Grow: Grow_addbitmap() reduce indentationJes Sorensen1-18/+18
2016-05-09super1: make the check for NodeNumUpdate more accurateGuoqing Jiang1-1/+1
2016-05-09super1: don't update node nums if it is not more than 1Guoqing Jiang1-0/+5
2016-05-09Create: check the node nums when create clustered raidGuoqing Jiang1-1/+6
2016-04-06super1: Clear memory allocated for superblock + bitmap before useJes Sorensen1-0/+2
2016-04-01Consistent use of metric prefix in manpageMarko Hauptvogel1-7/+8
2016-03-30Introduce stat2kname() and fd2kname()Artur Paszkiewicz3-2/+22
2016-03-29mdadm:Add '--nodes' option in GROW modezhilong1-0/+1
2016-03-24Change the option from NoUpdate to NodeNumUpdateGuoqing Jiang2-2/+2