summaryrefslogtreecommitdiff
path: root/super-ddf.c
Commit message (Expand)AuthorAgeFilesLines
* mdadm: define DEV_MD_DIRMariusz Tkaczyk2023-05-081-1/+1
* super-ddf.c: fix memleak in get_vd_num_of_subarray()Wu Guanghao2023-03-081-2/+7
* super-ddf: Remove update_super_ddf.Mateusz Kusiak2023-01-041-70/+0
* mdadm: replace container level checking with inlineKinga Tanska2022-09-291-3/+3
* DDF: Fix NULL pointer dereference in validate_geometry_ddf()Logan Gunthorpe2022-08-071-3/+3
* DDF: Cleanup validate_geometry_ddf_container()Logan Gunthorpe2022-08-071-49/+39
* Fix possible NULL ptr dereferences and memory leaksMateusz Grzonka2022-06-141-2/+7
* mdadm: add map_num_s()Mariusz Tkaczyk2022-04-041-3/+3
* Correct checking if file descriptors are validMateusz Grzonka2021-11-241-1/+1
* Fix buffer size warning for strcpyNigel Croxon2021-10-081-3/+5
* Refactor parse_num and use it to parse optarg.Mateusz Grzonka2021-10-081-9/+8
* Use dev_open in validate geometry containerBlazej Kucman2021-07-161-1/+1
* Manage: Call validate_geometry when adding drive to external containerMariusz Tkaczyk2021-05-261-4/+5
* imsm: add verbose flag to compare_superMariusz Tkaczyk2021-03-081-1/+2
* imsm: pass subarray id to kill_subarray functionBlazej Kucman2020-02-241-1/+1
* imsm: return correct uuid for volume in detailBlazej Kucman2019-12-021-2/+3
* Fix spelling typos.Dimitri John Ledkov2019-02-111-1/+1
* super-ddf: Fix gcc-8.1 overflow warningsJes Sorensen2018-05-311-2/+3
* mdadm: Fixup != broken formattingJes Sorensen2017-05-161-4/+4
* mdadm: Fix '==' broken formattingJes Sorensen2017-05-161-8/+8
* mdadm: Fixup more broken logical operator formattingJes Sorensen2017-05-161-8/+7
* mdadm: Fixup a large number of bad formatting of logical operatorsJes Sorensen2017-05-161-17/+16
* super-ddf: sysfs_read() takes a pointer as device name argumentJes Sorensen2017-05-161-1/+1
* mdadm: Uninitialized variable rdevJames Puthukattukaran2017-05-161-1/+1
* mdadm/util: unify stat checking blkdev into functionZhilong Liu2017-05-051-6/+4
* Retire mdassembleJes Sorensen2017-04-111-30/+0
* Detail: show consistency policyArtur Paszkiewicz2017-03-291-3/+3
* Generic support for --consistency-policy and PPLArtur Paszkiewicz2017-03-291-3/+3
* ddf: use 64bit 'size', not 32bit 'info->size' for create.NeilBrown2016-03-101-2/+2
* DDF: _write_super_to_disk: fix anchor header typeMartin Wilck2015-05-131-0/+1
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-18/+9
* Consistently print program Name and __func__ in debug messages.NeilBrown2015-02-121-100/+78
* DDF: cast print arguments in super-ddf.cGuy Menanteau2014-08-051-2/+4
* DDF: validate metadata_update size before using it.NeilBrown2014-07-101-2/+8
* mdmon: allow prepare_update to report failure.NeilBrown2014-07-101-3/+5
* Make sure "make everything" builds again.NeilBrown2014-06-051-1/+3
* DDF: remove "BVD xx is missing".NeilBrown2014-05-221-1/+1
* mdadm: Do not reimplment offsetofCristian Rodríguez2014-05-221-4/+1
* DDF: remove some pointless code in validate_geometryNeilBrown2014-05-211-9/+1
* DDF: remove a FIXME comment that doesn't seem to mean anything.NeilBrown2014-05-211-1/+0
* DDF: remove 'FIXME' comment that doesn't need fixing.NeilBrown2014-05-211-2/+3
* DDF: ensure dl->devname is freed when processing a 'delete device' update.NeilBrown2014-05-211-3/+3
* DDF: remove old comment about looking for spares.NeilBrown2014-05-211-1/+0
* DDF: remove an old incorrect FIXME comment.NeilBrown2014-05-211-1/+3
* DDF: add data-offset information to --examine output.NeilBrown2014-05-211-0/+1
* DDF: split up ddf_process_updateNeilBrown2014-05-211-264/+297
* DDF: add support of --data-offset when creating array.NeilBrown2014-05-211-12/+10
* DDF: factor out common code for search through extents.NeilBrown2014-05-211-90/+62
* DDF: allow for unused slots when creating map list for getinfo_super_ddf.NeilBrown2014-05-211-4/+8
* DDF: DDF_Missing devices should not be reported as 'working' by getinfo_super...NeilBrown2014-05-211-1/+2