index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mdadm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mdadm: drop auto= support
Mariusz Tkaczyk
2024-11-05
1
-29
/
+7
*
ReadMe: Fix stylistic issues
Mariusz Tkaczyk
2024-11-05
1
-16
/
+22
*
mdadm: add xmalloc.h
Mariusz Tkaczyk
2024-09-27
1
-0
/
+2
*
Incremental: Rename IncrementalRemove
Mariusz Tkaczyk
2024-09-27
1
-2
/
+1
*
mdadm: deprecate bitmap custom file
Mariusz Tkaczyk
2024-05-23
1
-23
/
+47
*
mdadm: pass struct context for external reshapes
Mateusz Kusiak
2024-05-07
1
-1
/
+1
*
Replace "none" with macro
Mateusz Kusiak
2024-01-24
1
-4
/
+3
*
mdadm: define ident_set_devname()
Mariusz Tkaczyk
2023-10-26
1
-8
/
+2
*
mdadm: refactor ident->name handling
Mariusz Tkaczyk
2023-10-26
1
-9
/
+3
*
mdadm: set ident.devname if applicable
Mariusz Tkaczyk
2023-10-26
1
-32
/
+25
*
Fix memory leak in file mdadm
Guanqin Miao
2023-09-01
1
-0
/
+4
*
Add secure gethostname() wrapper
Blazej Kucman
2023-09-01
1
-2
/
+1
*
mdadm: define is_devname_ignore()
Mariusz Tkaczyk
2023-05-08
1
-3
/
+2
*
Bump minimum kernel version to 2.6.32
Jes Sorensen
2023-04-10
1
-2
/
+2
*
mdadm: Add --write-zeros option for Create
Logan Gunthorpe
2023-03-13
1
-0
/
+9
*
Change char* to enum in context->update & refactor code
Mateusz Kusiak
2023-01-04
1
-33
/
+19
*
Manage&Incremental: code refactor, string to enum
Mateusz Kusiak
2023-01-04
1
-5
/
+18
*
mdadm: Add option validation for --update-subarray
Mateusz Kusiak
2023-01-04
1
-73
/
+31
*
mdadm: create ident_init()
Mariusz Tkaczyk
2022-12-28
1
-14
/
+2
*
mdadm: Don't open md device for CREATE and ASSEMBLE
Logan Gunthorpe
2022-08-23
1
-20
/
+20
*
mdadm: move data_offset to struct shape
Mariusz Tkaczyk
2022-08-23
1
-11
/
+9
*
mdadm: remove symlink option
Mariusz Tkaczyk
2022-08-23
1
-20
/
+0
*
mdadm: Fix optional --write-behind parameter
Logan Gunthorpe
2022-08-07
1
-2
/
+3
*
mdadm: Fix mdadm -r remove option regression
Logan Gunthorpe
2022-08-07
1
-0
/
+1
*
mdadm: add map_num_s()
Mariusz Tkaczyk
2022-04-05
1
-10
/
+10
*
mdadm: block creation with long names
Blazej Kucman
2021-12-08
1
-1
/
+8
*
Correct checking if file descriptors are valid
Mateusz Grzonka
2021-11-24
1
-2
/
+1
*
Refactor parse_num and use it to parse optarg.
Mateusz Grzonka
2021-10-08
1
-32
/
+18
*
Add monitor delay parameter to mdadm.conf
oshchirs
2021-08-02
1
-4
/
+2
*
Prevent user from using --stop with ambiguous args
Norbert Szulc
2021-05-06
1
-0
/
+5
*
Add "bitmap" to allowed command-line values
Jakub Radtke
2021-03-09
1
-1
/
+3
*
Super1: allow RAID0 layout setting to be removed.
NeilBrown
2020-10-14
1
-2
/
+3
*
Specify nodes number when updating cluster nodes
Xiao Ni
2020-08-07
1
-0
/
+5
*
imsm: fill working_disks according to metadata.
Blazej Kucman
2020-01-21
1
-3
/
+6
*
Assemble: add support for RAID0 layouts.
NeilBrown
2019-12-02
1
-0
/
+4
*
Create: add support for RAID0 layouts.
NeilBrown
2019-12-02
1
-0
/
+8
*
mdadm: add --no-devices to avoid component devices detail information
Coly Li
2019-08-12
1
-0
/
+4
*
mdadm.c: Fix error handling for --zero-superblock
Mariusz Tkaczyk
2018-09-27
1
-1
/
+1
*
Free map to avoid resource leak issues
Guoqing Jiang
2018-06-11
1
-0
/
+2
*
mdadm: improve the dlm locking mechanism for clustered raid
Guoqing Jiang
2018-03-08
1
-0
/
+20
*
mdadm: allow clustered raid10 to be created with default layout
Guoqing Jiang
2018-01-21
1
-1
/
+1
*
Monitor/msg: Don't print error message if mdmon doesn't run
Mariusz Tkaczyk
2017-11-21
1
-2
/
+2
*
To support clustered raid10
Guoqing Jiang
2017-11-09
1
-2
/
+7
*
Close mdfd before returning main function
Xiao Ni
2017-10-02
1
-0
/
+2
*
Don't use exit(ERANGE)
NeilBrown
2017-08-16
1
-1
/
+1
*
mdadm: Fixup a large number of bad formatting of logical operators
Jes Sorensen
2017-05-16
1
-2
/
+1
*
Don't use UnSet with consistency_policy
Artur Paszkiewicz
2017-04-24
1
-6
/
+6
*
mdadm.c:fix compile warning "mdfd is uninitialized"
Zhilong Liu
2017-04-11
1
-1
/
+1
*
mdadm: Fail for kernels older than 2.6.15
Jes Sorensen
2017-04-06
1
-0
/
+5
*
sysfs: Make sysfs_init() return an error code
Jes Sorensen
2017-03-30
1
-3
/
+8
[next]