index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
imsm: retrieve nvme serial from sysfs
Artur Paszkiewicz
2016-10-07
2
-23
/
+46
*
Fix RAID metadata check
Mariusz Dabrowski
2016-09-22
1
-11
/
+16
*
imsm: remove redundant characters from some error messages
Artur Paszkiewicz
2016-09-16
1
-13
/
+13
*
imsm: do not activate spares for uninitialized member arrays
Artur Paszkiewicz
2016-09-15
1
-0
/
+5
*
mdadm: fix a buffer overflow
Song Liu
2016-09-12
1
-2
/
+2
*
mdopen: Prevent overrunning the devname buffer when copying devnm into it for...
Robert LeBlanc
2016-08-25
1
-1
/
+1
*
bitmap: Mark a number of local functions static
Jes Sorensen
2016-08-15
1
-8
/
+9
*
bitmap: Handle errors when reading bitmap info for cluster nodes
Jes Sorensen
2016-08-15
1
-0
/
+10
*
bitmap: Simplify code for bitmap_file_open()
Jes Sorensen
2016-08-15
1
-18
/
+15
*
super0: Clean up formatting in examine_super0()
Jes Sorensen
2016-08-15
1
-39
/
+62
*
super0: Fix spelling of 'version' in comment and fix formatting
Jes Sorensen
2016-08-15
1
-8
/
+6
*
super0: Use random_uuid() in init_super0()
Jes Sorensen
2016-08-15
1
-10
/
+6
*
Introduce random_uuid() helper function
Jes Sorensen
2016-08-15
4
-45
/
+31
*
mdadm.h: Fix build problem against newer glibc
Jes Sorensen
2016-08-15
1
-0
/
+4
*
mdadm: put journal device in right place of --detail
Song Liu
2016-08-12
1
-1
/
+2
*
mdadm: add man page for --add-journal
Song Liu
2016-08-12
1
-0
/
+8
*
lib: Various coding style cleanups
Jes Sorensen
2016-08-11
1
-34
/
+51
*
lib: Avoid if and return on the same line
Jes Sorensen
2016-08-11
1
-2
/
+3
*
sysfs: Avoid if and return on the same line
Jes Sorensen
2016-08-11
1
-1
/
+2
*
super1: Avoid if and return on the same line
Jes Sorensen
2016-08-11
1
-1
/
+2
*
restripe: Avoid if and return on the same line
Jes Sorensen
2016-08-11
1
-20
/
+40
*
util: Never have if and return on the same line
Jes Sorensen
2016-08-11
1
-1
/
+2
*
config: Various stylistic cleanups
Jes Sorensen
2016-08-11
1
-107
/
+111
*
config: Use xcalloc() rather than xmalloc()+memset()
Jes Sorensen
2016-08-11
1
-6
/
+4
*
Incremental: don't try to load_container() for a subarray
Artur Paszkiewicz
2016-08-09
1
-1
/
+5
*
mdadm:add 'clustered' in typo prompt when specify wrong param for bitmap
Zhilong Liu
2016-08-02
1
-1
/
+1
*
Monitor: release /proc/mdstat fd when no arrays present
Tomasz Majchrzak
2016-07-21
2
-1
/
+7
*
Remove: container should wait for an array to release a drive
Tomasz Majchrzak
2016-07-21
1
-13
/
+28
*
imsm: properly handle values of sync_completed
Alexey Obitotskiy
2016-06-16
1
-2
/
+34
*
imsm: add handling of sync_action is equal to 'idle'
Alexey Obitotskiy
2016-06-16
1
-1
/
+3
*
monitor: Make sure that last_checkpoint is set to 0 after sync
Pawel Baldysiak
2016-06-16
1
-0
/
+3
*
MDADM:Check mdinfo->reshape_active more times before calling Grow_continue
Xiao Ni
2016-06-16
1
-30
/
+37
*
The sys_name array in the mdinfo structure is 20 bytes of storage.
Nikhil Kshirsagar
2016-06-14
1
-1
/
+1
*
Monitor: Use sysfs_free() to free object returned by sysfs_read()
Jes Sorensen
2016-06-10
1
-1
/
+1
*
Change behavior in find_free_devnm when wrapping around.
Mike Lovell
2016-06-03
1
-1
/
+1
*
Use dev_t for devnm2devid and devid2devnm
Mike Lovell
2016-06-03
7
-12
/
+12
*
IMSM: retry reading sync_completed during reshape
Pawel Baldysiak
2016-05-19
1
-5
/
+12
*
super1: add more checks for NodeNumUpdate option
Guoqing Jiang
2016-05-12
1
-3
/
+19
*
Grow: Apply some more consistent formatting to Grow_addbitmap()
Jes Sorensen
2016-05-12
1
-20
/
+21
*
Grow: Simplify error paths in Grow_addbitmap()
Jes Sorensen
2016-05-12
1
-10
/
+10
*
mdadm: Make add_internal_bitmap() return 0 on success
Jes Sorensen
2016-05-12
5
-11
/
+13
*
Grow: Handle failure to load superblock in Grow_addbitmap()
Jes Sorensen
2016-05-12
1
-1
/
+6
*
Grow: Grow_addbitmap() reduce indentation
Jes Sorensen
2016-05-12
1
-18
/
+18
*
super1: make the check for NodeNumUpdate more accurate
Guoqing Jiang
2016-05-09
1
-1
/
+1
*
super1: don't update node nums if it is not more than 1
Guoqing Jiang
2016-05-09
1
-0
/
+5
*
Create: check the node nums when create clustered raid
Guoqing Jiang
2016-05-09
1
-1
/
+6
*
super1: Clear memory allocated for superblock + bitmap before use
Jes Sorensen
2016-04-06
1
-0
/
+2
*
Consistent use of metric prefix in manpage
Marko Hauptvogel
2016-04-01
1
-7
/
+8
*
Introduce stat2kname() and fd2kname()
Artur Paszkiewicz
2016-03-30
3
-2
/
+22
*
mdadm:Add '--nodes' option in GROW mode
zhilong
2016-03-29
1
-0
/
+1
[prev]
[next]