aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | libext2fs: refactor the quota feature flag in the supported flags maskTheodore Ts'o2012-08-071-12/+8
* | | Merge branch 'maint' into nextTheodore Ts'o2012-08-067-9/+11
|\ \ \ | |/ / |/| / | |/
| * e2fsck: fix potential segv when handling a read error in a superblockJim Keniston2012-08-061-1/+1
| * Put ELF_OTHER_LIBS in the right place for the linkerTheodore Ts'o2012-08-066-8/+10
* | debian: Apply debian packaging fixes for metadata csumTheodore Ts'o2012-08-023-3/+42
* | libext2fs: when checking the inode's checksum, allow an all-zero inodeTheodore Ts'o2012-08-021-2/+19
* | mke2fs: enable metadata_csum on ext4dev filesystemsDarrick J. Wong2012-08-021-1/+1
* | e2fsck: refactor crc32_be codeDarrick J. Wong2012-08-026-775/+10
* | libext2fs: optimize the CRC32c implementationDarrick J. Wong2012-08-024-506/+296
* | libext2fs: enable support for the metadata checksumming featureDarrick J. Wong2012-08-022-3/+6
* | e2fsck: verify data block checksums when recovering journalDarrick J. Wong2012-08-023-11/+62
* | e2fsck: check commit block checksum during recoveryDarrick J. Wong2012-08-021-0/+33
* | e2fsck: check descriptor block checksum when recovering journalDarrick J. Wong2012-08-021-1/+38
* | e2fsck: check revoke block checksum during recoveryDarrick J. Wong2012-08-021-0/+24
* | e2fsck: check journal superblock checksum prior to recoveryDarrick J. Wong2012-08-021-0/+59
* | libext2fs: dump feature flags for jbd2 v2 checksumsDarrick J. Wong2012-08-022-0/+31
* | libext2fs: change on-disk journal layout to support metadata checksummingDarrick J. Wong2012-08-024-8/+34
* | tune2fs: force MMP update when changing metadata_csum flagDarrick J. Wong2012-08-021-0/+1
* | e2fsck: verify and correct MMP checksum problemsDarrick J. Wong2012-08-023-0/+13
* | libext2fs: add checksum to MMP blockDarrick J. Wong2012-08-027-2/+60
* | mke2fs: warn if not enabling all the features that metadata_csum wantsDarrick J. Wong2012-08-021-0/+19
* | mke2fs: write new group descriptors with the appropriate checksumDarrick J. Wong2012-08-021-3/+11
* | tune2fs: rewrite block group checksums when changing checksumming feature flagsDarrick J. Wong2012-08-021-26/+90
* | e2fsck: ensure block group checksum usesDarrick J. Wong2012-08-025-7/+34
* | libext2fs: block group checksum should use metadata_csum algorithmDarrick J. Wong2012-08-0211-62/+66
* | mke2fs: record the checksum algorithm in use in the superblockDarrick J. Wong2012-08-021-0/+4
* | tune2fs: store checksum algorithm type in superblockDarrick J. Wong2012-08-021-0/+6
* | libext2fs: record the checksum algorithm in use in the superblockDarrick J. Wong2012-08-026-5/+36
* | e2fsck: handle superblock checksum errors gracefullyDarrick J. Wong2012-08-021-0/+1
* | libext2fs: calculate and verify superblock checksumsDarrick J. Wong2012-08-025-7/+60
* | tune2fs: rewrite extended attribute block checksumsDarrick J. Wong2012-08-021-0/+26
* | e2fsck: check extended attribute block checksumsDarrick J. Wong2012-08-023-0/+39
* | libext2fs: verify and calculate extended attribute block checksumsDarrick J. Wong2012-08-029-27/+134
* | tune2fs: rebuild and checksum directories when necessaryDarrick J. Wong2012-08-021-0/+195
* | e2fsck: check directory leaf block checksumsDarrick J. Wong2012-08-024-10/+97
* | libext2fs: add checksums to the end of directory leaf nodesDarrick J. Wong2012-08-0215-82/+361
* | e2fsck: verify htree root/node checksumsDarrick J. Wong2012-08-026-12/+86
* | libext2fs: add dx_root/dx_node checksum calculation and verification helpersDarrick J. Wong2012-07-303-0/+156
* | debugfs: print htree internal node checksumsDarrick J. Wong2012-07-301-1/+16
* | e2fsck: verify extent tree blocks and clear the bad onesDarrick J. Wong2012-07-303-2/+53
* | tune2fs: enable extent tree checksumsDarrick J. Wong2012-07-301-0/+49
* | libext2fs: verify and calculate extent tree block checksumsDarrick J. Wong2012-07-304-0/+109
* | tune2fs: rewrite block bitmap checksumsDarrick J. Wong2012-07-301-0/+1
* | e2fsck: don't verify bitmap checksumsDarrick J. Wong2012-07-301-0/+2
* | e2fsck: verify block bitmap checksumDarrick J. Wong2012-07-303-0/+71
* | dumpe2fs: display block bitmap checksumDarrick J. Wong2012-07-301-0/+4
* | libext2fs: create the block bitmap checksumDarrick J. Wong2012-07-305-1/+81
* | e2fsck: verify inode bitmap checksumDarrick J. Wong2012-07-303-0/+70
* | dumpe2fs: display inode bitmap checksumDarrick J. Wong2012-07-301-0/+4
* | tune2fs: rewrite inode bitmap checksumsDarrick J. Wong2012-07-301-0/+3