]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.h
Improve allocation and use of space for bitmaps in version1 metadata
authorNeil Brown <neilb@suse.de>
Thu, 14 Dec 2006 06:31:00 +0000 (17:31 +1100)
committerNeil Brown <neilb@suse.de>
Thu, 14 Dec 2006 06:31:00 +0000 (17:31 +1100)
commit199171a297a87d7696b6b8c07ee520363f4603c1
treec14892a4cca18dd1dd01539a3c39f91f28045228
parent90cf1dddb25f047494b943cf2dd67ebffd42ed05
Improve allocation and use of space for bitmaps in version1 metadata

Depending on the size of the array we reserve space for up to 128K
of bitmap, and we use it where possible.
When hot-adding to a version 1.0 we can still only use the 3K at the
end though - need a sysfs interface to improve that.

If a small chunksize is requested on Create, we don't auto-enlarge
the reserved space - this still needs to be fixed.
Create.c
Grow.c
mdadm.h
super0.c
super1.c