aboutsummaryrefslogtreecommitdiff
path: root/lib/ext2fs/csum.c
AgeCommit message (Expand)Author
2018-06-13libext2fs: allow file systems which have insane values in s_desc_sizeTheodore Ts'o
2017-10-16Merge branch 'maint' into nextTheodore Ts'o
2017-10-16libext2fs: fix potential memory access overrun in ext2fs_inode_csum()Theodore Ts'o
2017-07-04tune2fs: update ea_inode hashes when fs uuid changesTahsin Erdogan
2016-11-11Make sure test progams free all allocated memoryTheodore Ts'o
2016-06-07Remove the last of behaviour-specific checks on EXT2_OS_LINUXTheodore Ts'o
2016-03-06libext2fs: store checksum seed in superblockDarrick J. Wong
2015-10-24libext2fs: clean up feature test macros with predicate functionsDarrick J. Wong
2014-11-17libext2fs: set BLOCK_UNINIT for non-last blockgroups if all blocks are freeDarrick J. Wong
2014-08-24libext2fs: fix problems with LE<->BE conversions on BE platformsDarrick J. Wong
2014-04-20Merge branch 'maint' into nextTheodore Ts'o
2014-04-14fix miscellaneous build warningsAndreas Dilger
2014-01-07libext2fs: make ext2fs_group_desc_csum return 0 if meta_csum not enabledTheodore Ts'o
2013-12-26Merge branch 'maint' into nextTheodore Ts'o
2013-12-24libext2fs: checksum bg descriptors larger than 64 bytesTheodore Ts'o
2013-12-24debugfs, e2fsck: fix s_desc_size handlingAndreas Dilger
2013-05-19libext2fs: fix gcc -Wall nitsTheodore Ts'o
2013-01-27build: quiet build warnings for "gcc -Wall"Andreas Dilger
2013-01-01Merge branch 'maint' into nextTheodore Ts'o
2012-12-29tests: don't consider "make check" a compiler errorAndreas Dilger
2012-08-02libext2fs: when checking the inode's checksum, allow an all-zero inodeTheodore Ts'o
2012-08-02libext2fs: add checksum to MMP blockDarrick J. Wong
2012-08-02libext2fs: block group checksum should use metadata_csum algorithmDarrick J. Wong
2012-08-02libext2fs: record the checksum algorithm in use in the superblockDarrick J. Wong
2012-08-02libext2fs: calculate and verify superblock checksumsDarrick J. Wong
2012-08-02libext2fs: verify and calculate extended attribute block checksumsDarrick J. Wong
2012-08-02libext2fs: add checksums to the end of directory leaf nodesDarrick J. Wong
2012-07-30libext2fs: add dx_root/dx_node checksum calculation and verification helpersDarrick J. Wong
2012-07-30libext2fs: verify and calculate extent tree block checksumsDarrick J. Wong
2012-07-30libext2fs: create the block bitmap checksumDarrick J. Wong
2012-07-30libext2fs: create the inode bitmap checksumDarrick J. Wong
2012-07-30libext2fs: add inode checksum supportDarrick J. Wong
2012-07-30libext2fs: remove debugging printf from ext2fs_group_desc_csumTheodore Ts'o
2012-03-15dumpe2fs: print the expected block group checksum if it is incorrectTheodore Ts'o
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2011-07-07libext2fs: Fix gcc -Wall warningsTheodore Ts'o
2010-12-20Merge branch 'maint' into nextTheodore Ts'o
2010-12-16e2fsprogs: fix type-punning warningsEric Sandeen
2010-06-07Merge branch 'maint' into nextTheodore Ts'o
2010-05-17libe2p, libext2fs: Update file copyright permission states to match COPYINGTheodore Ts'o
2010-02-15libext2fs: Fix byte swapping bugsTheodore Ts'o
2009-10-25libext2fs: Byte-swap 64-bit block group descriptorsTheodore Ts'o
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson
2009-10-25libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson
2009-08-05Convert libext2fs to 64-bit bitmap interfaceValerie Aurora Henson
2009-05-29libext2fs: Move test code for csum.c inline instead of in a separate fileTheodore Ts'o
2008-09-12Fix compiling under diet libcTheodore Ts'o
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o
2008-08-24libext2fs: Fix namespace leakage of crc16 functionsTheodore Ts'o