summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-28Disable checksum calculation when CONFIG_META_CSUM_ENABLE is offgkostka
2015-10-28FIX: simple extent implementation overwriting the inode block.ngkaho1234
2015-10-27Update readme.mediawikigkostka
2015-10-27Introduce CONFIG_META_CSUM_ENABLE flaggkostka
2015-10-27Introduce EXT4_CRC32_INIT instead of ~0gkostka
2015-10-27Fix compile warningsgkostka
2015-10-27Fix compile error when simple extent enabledgkostka
2015-10-27Refactor ext4_offsetof to offsetof and move to ext4_types.hgkostka
2015-10-27Refactoring superblock features gettersgkostka
2015-10-27Feature set definitions refactoring (shorter names)gkostka
2015-10-27Refactor FEATURE_INCOMPAT to FINCOMgkostka
2015-10-27Refactor FEATURE_RO to FROgkostka
2015-10-27Refactor FEATURE_COMPAT to FCOMgkostka
2015-10-27FIX: checksum is not calculated for just-initialized bitmap.ngkaho1234
2015-10-27FIX: ext4_extent.c failed to be compiled.ngkaho1234
2015-10-27FIX: wrong accounting caused by EXT2_BG_INODE_ZEROEDngkaho1234
2015-10-27ext4_balloc_bitmap_csum: should be blocks_per_group / 8.ngkaho1234
2015-10-27FIX: potential checksum failed bug in ext4_extent_full.c when METADATA_CSUM i...ngkaho1234
2015-10-27FIX: directory HTree node checksum is not assigned correctly.ngkaho1234
2015-10-27FIX: directory HTree root checksum is not assigned correctly.ngkaho1234
2015-10-27Refactor the workflow of ext4_link to prepare for METADATA_CSUM.ngkaho1234
2015-10-27FIX: directory leaf checksum is not assigned correctly.ngkaho1234
2015-10-27FIX: Inode & block bitmap checksums is not assigned correctly.ngkaho1234
2015-10-27FIX: extra_isize field is 0ngkaho1234
2015-10-26Assign correct checksum to directory entry blocks.ngkaho1234
2015-10-26FIX: directory checksum entry not initialized.ngkaho1234
2015-10-26Now we should support the metadata_csum flagngkaho1234
2015-10-26FIX: Checking an unrelated flag.ngkaho1234
2015-10-25METADATA_CSUM: Linear and HTree dir added.ngkaho1234
2015-10-25FIX: ext4_extent_full.c and ext4_extent.c lack endian conversion when doing c...ngkaho1234
2015-10-25FIX: referencing an invalid ext4_block in case of hash collisionngkaho1234
2015-10-24METADATA_CSUM: inode added.ngkaho1234
2015-10-24FIX: duplicated declaration.ngkaho1234
2015-10-24METADATA_CSUM: Extended Attribute added.ngkaho1234
2015-10-24ext4_extent_full.c: very minor code optimisations on checksum handlingngkaho1234
2015-10-23ext4_ialloc.c and ext4_balloc.c: very minor code optimizations.ngkaho1234
2015-10-23METADATA_CSUM: ext4_extent_full: do not do checksum on extent root.ngkaho1234
2015-10-23METADATA_CSUM: ext4_extent.c added.ngkaho1234
2015-10-24METADATA_CSUM: ext4_extent_full.c: do checksum on all extent tree blocks.ngkaho1234
2015-10-23METADATA_CSUM: ext4_extent_full added.ngkaho1234
2015-10-23METADATA_CSUM: Add some notes to ext4_ialloc.c and ext4_balloc.cngkaho1234
2015-10-23METADATA_CSUM: block & inode bitmap checksum added.ngkaho1234
2015-10-23Refining the use of cast.ngkaho1234
2015-10-23METADATA_CSUM: block group descriptor checksum added.ngkaho1234
2015-10-23METADATA_CSUM: superblock checksum added.ngkaho1234
2015-10-20Move ext4_fs_release_inode_block to module internalsgkostka
2015-10-20Move ext4_fs_set_inode_data_block_index to module internalsgkostka
2015-10-20Remove redundant codegkostka
2015-10-21Remove stale static int ext4_ext_split_extent_at definition.ngkaho1234
2015-10-20TODO: More complicated truncate operation.ngkaho1234