Whamcloud - gitweb
Merge branch 'maint' into next
[tools/e2fsprogs.git] / lib / ext2fs / csum.c
2013-05-20 Theodore Ts'olibext2fs: fix gcc -Wall nits
2013-01-28 Andreas Dilgerbuild: quiet build warnings for "gcc -Wall"
2013-01-01 Theodore Ts'oMerge branch 'maint' into next
2012-12-29 Andreas Dilgertests: don't consider "make check" a compiler error
2012-08-03 Theodore Ts'olibext2fs: when checking the inode's checksum, allow...
2012-08-03 Darrick J. Wonglibext2fs: add checksum to MMP block
2012-08-03 Darrick J. Wonglibext2fs: block group checksum should use metadata_csu...
2012-08-03 Darrick J. Wonglibext2fs: record the checksum algorithm in use in...
2012-08-03 Darrick J. Wonglibext2fs: calculate and verify superblock checksums
2012-08-03 Darrick J. Wonglibext2fs: verify and calculate extended attribute...
2012-08-02 Darrick J. Wonglibext2fs: add checksums to the end of directory leaf...
2012-07-30 Darrick J. Wonglibext2fs: add dx_root/dx_node checksum calculation...
2012-07-30 Darrick J. Wonglibext2fs: verify and calculate extent tree block checksums
2012-07-30 Darrick J. Wonglibext2fs: create the block bitmap checksum
2012-07-30 Darrick J. Wonglibext2fs: create the inode bitmap checksum
2012-07-30 Darrick J. Wonglibext2fs: add inode checksum support
2012-07-30 Theodore Ts'olibext2fs: remove debugging printf from ext2fs_group_de...
2012-03-15 Theodore Ts'odumpe2fs: print the expected block group checksum if...
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-07-07 Theodore Ts'olibext2fs: Fix gcc -Wall warnings
2010-12-20 Theodore Ts'oMerge branch 'maint' into next
2010-12-16 Eric Sandeene2fsprogs: fix type-punning warnings
2010-06-07 Theodore Ts'oMerge branch 'maint' into next
2010-05-18 Theodore Ts'olibe2p, libext2fs: Update file copyright permission...
2010-02-15 Theodore Ts'olibext2fs: Fix byte swapping bugs
2009-10-26 Theodore Ts'olibext2fs: Byte-swap 64-bit block group descriptors
2009-10-26 Valerie Aurora HensonConvert to use block group accessor functions
2009-10-26 Eric Sandeenlibext2fs: clean up ext2fs_bg_flags_ interfaces
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-08-05 Valerie Aurora HensonConvert libext2fs to 64-bit bitmap interface
2009-05-29 Theodore Ts'olibext2fs: Move test code for csum.c inline instead...
2008-09-12 Theodore Ts'oFix compiling under diet libc
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-08-25 Theodore Ts'olibext2fs: Fix namespace leakage of crc16 functions
2008-07-13 Theodore Ts'olibext2fs: Don't check the group checksum when !GDT_CSUM
2008-06-07 Theodore Ts'oFix gcc -Wall warnings in libext2fs
2008-04-21 Theodore Ts'oTransfer responsibility of setting the *_UNINIT flags...
2008-04-21 Theodore Ts'oRemove LAZY_BG feature
2008-04-20 Theodore Ts'oext2fs_set_gdt_csum: Remove setting of BLOCK_UNINIT
2008-04-20 Theodore Ts'oext2fs_set_gdt_csum: Remove bogus setting of ITABLE_ZEROED
2008-03-31 Andreas Dilgerext2fs_set_gdt_csum(): Return an error code on errors...
2008-03-31 Andreas Dilgerext2fs_set_gdt_csum(): Force the last block group to...
2008-03-31 Andreas Dilgerext2fs_set_gdt_csum(): Clean up superblock dirty flag...
2008-03-20 Jose R. SantosAdd initial checksum support for the gdt_checksum/unini...