index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
super-ddf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mdadm: add xmalloc.h
Mariusz Tkaczyk
2024-09-27
1
-0
/
+2
*
mdadm: super-ddf.c fix coverity issues
Nigel Croxon
2024-07-09
1
-57
/
+115
*
add checking of return status on fstat calls
Nigel Croxon
2024-05-21
1
-2
/
+6
*
mdadm: Fix native --detail --export
Mariusz Tkaczyk
2024-03-22
1
-5
/
+5
*
mdadm: set swapuuid in all handlers
Mariusz Tkaczyk
2024-03-22
1
-0
/
+1
*
Revert "mdadm: remove container_enough logic"
Mariusz Tkaczyk
2024-02-09
1
-0
/
+1
*
mdadm: remove container_enough logic
Pawel Piatkowski
2023-10-26
1
-1
/
+0
*
mdadm/ddf: Abort when raid disk is smaller in getinfo_super_ddf
Xiao Ni
2023-10-26
1
-2
/
+4
*
Add secure gethostname() wrapper
Blazej Kucman
2023-09-01
1
-2
/
+1
*
mdadm: define DEV_MD_DIR
Mariusz Tkaczyk
2023-05-08
1
-1
/
+1
*
super-ddf.c: fix memleak in get_vd_num_of_subarray()
Wu Guanghao
2023-03-08
1
-2
/
+7
*
super-ddf: Remove update_super_ddf.
Mateusz Kusiak
2023-01-04
1
-70
/
+0
*
mdadm: replace container level checking with inline
Kinga Tanska
2022-09-29
1
-3
/
+3
*
DDF: Fix NULL pointer dereference in validate_geometry_ddf()
Logan Gunthorpe
2022-08-07
1
-3
/
+3
*
DDF: Cleanup validate_geometry_ddf_container()
Logan Gunthorpe
2022-08-07
1
-49
/
+39
*
Fix possible NULL ptr dereferences and memory leaks
Mateusz Grzonka
2022-06-14
1
-2
/
+7
*
mdadm: add map_num_s()
Mariusz Tkaczyk
2022-04-05
1
-3
/
+3
*
Correct checking if file descriptors are valid
Mateusz Grzonka
2021-11-24
1
-1
/
+1
*
Fix buffer size warning for strcpy
Nigel Croxon
2021-10-08
1
-3
/
+5
*
Refactor parse_num and use it to parse optarg.
Mateusz Grzonka
2021-10-08
1
-9
/
+8
*
Use dev_open in validate geometry container
Blazej Kucman
2021-07-16
1
-1
/
+1
*
Manage: Call validate_geometry when adding drive to external container
Mariusz Tkaczyk
2021-05-26
1
-4
/
+5
*
imsm: add verbose flag to compare_super
Mariusz Tkaczyk
2021-03-08
1
-1
/
+2
*
imsm: pass subarray id to kill_subarray function
Blazej Kucman
2020-02-24
1
-1
/
+1
*
imsm: return correct uuid for volume in detail
Blazej Kucman
2019-12-02
1
-2
/
+3
*
Fix spelling typos.
Dimitri John Ledkov
2019-02-11
1
-1
/
+1
*
super-ddf: Fix gcc-8.1 overflow warnings
Jes Sorensen
2018-05-31
1
-2
/
+3
*
mdadm: Fixup != broken formatting
Jes Sorensen
2017-05-16
1
-4
/
+4
*
mdadm: Fix '==' broken formatting
Jes Sorensen
2017-05-16
1
-8
/
+8
*
mdadm: Fixup more broken logical operator formatting
Jes Sorensen
2017-05-16
1
-8
/
+7
*
mdadm: Fixup a large number of bad formatting of logical operators
Jes Sorensen
2017-05-16
1
-17
/
+16
*
super-ddf: sysfs_read() takes a pointer as device name argument
Jes Sorensen
2017-05-16
1
-1
/
+1
*
mdadm: Uninitialized variable rdev
James Puthukattukaran
2017-05-16
1
-1
/
+1
*
mdadm/util: unify stat checking blkdev into function
Zhilong Liu
2017-05-05
1
-6
/
+4
*
Retire mdassemble
Jes Sorensen
2017-04-11
1
-30
/
+0
*
Detail: show consistency policy
Artur Paszkiewicz
2017-03-29
1
-3
/
+3
*
Generic support for --consistency-policy and PPL
Artur Paszkiewicz
2017-03-29
1
-3
/
+3
*
ddf: use 64bit 'size', not 32bit 'info->size' for create.
NeilBrown
2016-03-10
1
-2
/
+2
*
DDF: _write_super_to_disk: fix anchor header type
Martin Wilck
2015-05-13
1
-0
/
+1
*
Don't break long strings onto multiple lines.
NeilBrown
2015-02-12
1
-18
/
+9
*
Consistently print program Name and __func__ in debug messages.
NeilBrown
2015-02-12
1
-100
/
+78
*
DDF: cast print arguments in super-ddf.c
Guy Menanteau
2014-08-05
1
-2
/
+4
*
DDF: validate metadata_update size before using it.
NeilBrown
2014-07-10
1
-2
/
+8
*
mdmon: allow prepare_update to report failure.
NeilBrown
2014-07-10
1
-3
/
+5
*
Make sure "make everything" builds again.
NeilBrown
2014-06-05
1
-1
/
+3
*
DDF: remove "BVD xx is missing".
NeilBrown
2014-05-22
1
-1
/
+1
*
mdadm: Do not reimplment offsetof
Cristian RodrÃguez
2014-05-22
1
-4
/
+1
*
DDF: remove some pointless code in validate_geometry
NeilBrown
2014-05-21
1
-9
/
+1
*
DDF: remove a FIXME comment that doesn't seem to mean anything.
NeilBrown
2014-05-21
1
-1
/
+0
*
DDF: remove 'FIXME' comment that doesn't need fixing.
NeilBrown
2014-05-21
1
-2
/
+3
[next]