summaryrefslogtreecommitdiff
path: root/lib/ext2fs/csum.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-29libext2fs: Move test code for csum.c inline instead of in a separate fileTheodore Ts'o1-0/+114
2008-09-12Fix compiling under diet libcTheodore Ts'o1-0/+4
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-1/+1
2008-08-24libext2fs: Fix namespace leakage of crc16 functionsTheodore Ts'o1-4/+5
2008-07-13libext2fs: Don't check the group checksum when !GDT_CSUMTheodore Ts'o1-2/+4
2008-06-07Fix gcc -Wall warnings in libext2fsTheodore Ts'o1-1/+1
2008-04-21Transfer responsibility of setting the *_UNINIT flags to libext2fsTheodore Ts'o1-1/+4
2008-04-20Remove LAZY_BG featureTheodore Ts'o1-20/+7
2008-04-20ext2fs_set_gdt_csum: Remove setting of BLOCK_UNINITTheodore Ts'o1-5/+0
2008-04-20ext2fs_set_gdt_csum: Remove bogus setting of ITABLE_ZEROEDTheodore Ts'o1-10/+0
2008-03-31ext2fs_set_gdt_csum(): Return an error code on errors instead of voidAndreas Dilger1-2/+6
2008-03-31ext2fs_set_gdt_csum(): Force the last block group to have a valid block bitmapAndreas Dilger1-1/+1
2008-03-31ext2fs_set_gdt_csum(): Clean up superblock dirty flag handlingAndreas Dilger1-17/+11
2008-03-20Add initial checksum support for the gdt_checksum/uninit_group featureJose R. Santos1-0/+162