407 Commits (3e1d0ec133eb36e703aad6243cf31aaadef57570)
 

Author SHA1 Message Date
ngkaho1234 3e1d0ec133 METADATA_CSUM: inode bitmap verification added 9 years ago
ngkaho1234 b6fafb2a2c METADATA_CSUM: block bitmap verification added 9 years ago
gkostka cdf912a89f Disable checksum calculation when CONFIG_META_CSUM_ENABLE is off 9 years ago
ngkaho1234 938f1a2470 FIX: simple extent implementation overwriting the inode block. 9 years ago
gkostka 002743046d Update readme.mediawiki 9 years ago
gkostka 765eb290a7 Introduce CONFIG_META_CSUM_ENABLE flag 9 years ago
gkostka 521bf29b99 Introduce EXT4_CRC32_INIT instead of ~0 9 years ago
gkostka 6a7cf51891 Fix compile warnings 9 years ago
gkostka d4928d37c0 Fix compile error when simple extent enabled 9 years ago
gkostka d811f58414 Refactor ext4_offsetof to offsetof and move to ext4_types.h 9 years ago
gkostka e0099ab67a Refactoring superblock features getters 9 years ago
gkostka cfc7b2cf39 Feature set definitions refactoring (shorter names) 9 years ago
gkostka 7879c285ab Refactor FEATURE_INCOMPAT to FINCOM 9 years ago
gkostka c3ad783203 Refactor FEATURE_RO to FRO 9 years ago
gkostka 5252521e18 Refactor FEATURE_COMPAT to FCOM 9 years ago
ngkaho1234 e40f01af4e FIX: checksum is not calculated for just-initialized bitmap. 9 years ago
ngkaho1234 c7c5aba4d7 FIX: ext4_extent.c failed to be compiled. 9 years ago
ngkaho1234 7620882400 FIX: wrong accounting caused by EXT2_BG_INODE_ZEROED 9 years ago
ngkaho1234 b5b25a0e9d ext4_balloc_bitmap_csum: should be blocks_per_group / 8. 9 years ago
ngkaho1234 29a73e9885 FIX: potential checksum failed bug in ext4_extent_full.c when METADATA_CSUM is not enabled 9 years ago
ngkaho1234 2aa6b58595 FIX: directory HTree node checksum is not assigned correctly. 9 years ago
ngkaho1234 79c8c98207 FIX: directory HTree root checksum is not assigned correctly. 9 years ago
ngkaho1234 2365ef6f64 Refactor the workflow of ext4_link to prepare for METADATA_CSUM. 9 years ago
ngkaho1234 4c6115ffe7 FIX: directory leaf checksum is not assigned correctly. 9 years ago
ngkaho1234 aea94ae650 FIX: Inode & block bitmap checksums is not assigned correctly. 9 years ago
ngkaho1234 b0d0fa2f98 FIX: extra_isize field is 0 9 years ago
ngkaho1234 3e54b8a78e Assign correct checksum to directory entry blocks. 9 years ago
ngkaho1234 daf0d53c33 FIX: directory checksum entry not initialized. 9 years ago
ngkaho1234 72e4738cc4 Now we should support the metadata_csum flag 9 years ago
ngkaho1234 45ad29153e FIX: Checking an unrelated flag. 9 years ago
ngkaho1234 baef42af22 METADATA_CSUM: Linear and HTree dir added. 9 years ago
ngkaho1234 7bec846d34 FIX: ext4_extent_full.c and ext4_extent.c lack endian conversion when doing checksum. 9 years ago
ngkaho1234 6391e9bbdc FIX: referencing an invalid ext4_block in case of hash collision 9 years ago
ngkaho1234 76ccc5426e METADATA_CSUM: inode added. 9 years ago
ngkaho1234 1de45d8f05 FIX: duplicated declaration. 9 years ago
ngkaho1234 e512652b7c METADATA_CSUM: Extended Attribute added. 9 years ago
ngkaho1234 e9ef4e3594 ext4_extent_full.c: very minor code optimisations on checksum handling 9 years ago
ngkaho1234 1cd9e263f2 ext4_ialloc.c and ext4_balloc.c: very minor code optimizations. 9 years ago
ngkaho1234 f60d62d6cd METADATA_CSUM: ext4_extent_full: do not do checksum on extent root. 9 years ago
ngkaho1234 2433226aec METADATA_CSUM: ext4_extent.c added. 9 years ago
ngkaho1234 ad1f9bd09f METADATA_CSUM: ext4_extent_full.c: do checksum on all extent tree blocks. 9 years ago
ngkaho1234 cc9f824615 METADATA_CSUM: ext4_extent_full added. 9 years ago
ngkaho1234 f299d69a08 METADATA_CSUM: Add some notes to ext4_ialloc.c and ext4_balloc.c 9 years ago
ngkaho1234 f925f21abd METADATA_CSUM: block & inode bitmap checksum added. 9 years ago
ngkaho1234 c8ca698ba9 Refining the use of cast. 9 years ago
ngkaho1234 88853b3b96 METADATA_CSUM: block group descriptor checksum added. 9 years ago
ngkaho1234 b4abf659b9 METADATA_CSUM: superblock checksum added. 9 years ago
gkostka 67935cc9bd Move ext4_fs_release_inode_block to module internals 9 years ago
gkostka 1dbb77351f Move ext4_fs_set_inode_data_block_index to module internals 9 years ago
gkostka 31219e3b9e Remove redundant code 9 years ago