Whamcloud - gitweb
libext2fs: add gnu.translator support
[tools/e2fsprogs.git] / lib / ext2fs / csum.c
2020-08-26 Theodore Ts'olibext2fs: fix potential buffer overrun in __get_dirent...
2020-04-14 Michael Forneylibext2fs: avoid pointer arithmetic on `void *`
2020-03-15 Theodore Ts'olibext2fs: make ext2fs_dirent_has_tail() more strict
2018-06-13 Theodore Ts'olibext2fs: allow file systems which have insane values...
2017-10-17 Theodore Ts'oMerge branch 'maint' into next
2017-10-16 Theodore Ts'olibext2fs: fix potential memory access overrun in ext2f...
2017-07-05 Tahsin Erdogantune2fs: update ea_inode hashes when fs uuid changes
2016-11-12 Theodore Ts'oMake sure test progams free all allocated memory
2016-06-07 Theodore Ts'oRemove the last of behaviour-specific checks on EXT2_OS...
2016-03-07 Darrick J. Wonglibext2fs: store checksum seed in superblock
2015-10-24 Darrick J. Wonglibext2fs: clean up feature test macros with predicate...
2014-11-17 Darrick J. Wonglibext2fs: set BLOCK_UNINIT for non-last blockgroups...
2014-08-25 Darrick J. Wonglibext2fs: fix problems with LE<->BE conversions on...
2014-04-20 Theodore Ts'oMerge branch 'maint' into next
2014-04-14 Andreas Dilgerfix miscellaneous build warnings
2014-01-07 Theodore Ts'olibext2fs: make ext2fs_group_desc_csum return 0 if...
2013-12-26 Theodore Ts'oMerge branch 'maint' into next
2013-12-25 Theodore Ts'olibext2fs: checksum bg descriptors larger than 64 bytes
2013-12-25 Andreas Dilgerdebugfs, e2fsck: fix s_desc_size handling
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...