Whamcloud - gitweb
Add support for 64-bit bitmaps
authorTheodore Ts'o <tytso@mit.edu>
Sat, 22 Aug 2009 17:27:40 +0000 (13:27 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 22 Aug 2009 17:27:40 +0000 (13:27 -0400)
commit69365c689b7164014e539b40ef62fc8eb804a05c
tree2e8c897f5d9f91f415157b25a91d27a1eb0ce2e7
parentbee24f364ca921e10cefa0d3241b61383aa62866
Add support for 64-bit bitmaps

Initial design was done by Theodore Ts'o; implementation was fleshed
out by Valerie Aurora Henson.  Also includes some fixes from Nick Dokos.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Valerie Aurora Henson <vaurora@redhat.com>
Signed-off-by: Nick Dokos <nicholas.dokos@hp.com>
lib/ext2fs/Makefile.in
lib/ext2fs/bitops.h
lib/ext2fs/blkmap64_ba.c [new file with mode: 0644]
lib/ext2fs/bmap64.h [new file with mode: 0644]
lib/ext2fs/ext2_err.et.in
lib/ext2fs/ext2fs.h
lib/ext2fs/ext2fsP.h
lib/ext2fs/gen_bitmap.c
lib/ext2fs/gen_bitmap64.c [new file with mode: 0644]