index
:
lwext4
2400-ext-errors
arm64
carl
carl-attic
carl-old
carl2-opt
cscript
debug
disk-writer-debug
fix-mac
master
more-cache
osx
static-on-linux
win32
windows-debug
Fork of lwext4 library for EXT2 filesystem manipulation
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-10-28
Disable checksum calculation when CONFIG_META_CSUM_ENABLE is off
gkostka
2015-10-28
FIX: simple extent implementation overwriting the inode block.
ngkaho1234
2015-10-27
Update readme.mediawiki
gkostka
2015-10-27
Introduce CONFIG_META_CSUM_ENABLE flag
gkostka
2015-10-27
Introduce EXT4_CRC32_INIT instead of ~0
gkostka
2015-10-27
Fix compile warnings
gkostka
2015-10-27
Fix compile error when simple extent enabled
gkostka
2015-10-27
Refactor ext4_offsetof to offsetof and move to ext4_types.h
gkostka
2015-10-27
Refactoring superblock features getters
gkostka
2015-10-27
Feature set definitions refactoring (shorter names)
gkostka
2015-10-27
Refactor FEATURE_INCOMPAT to FINCOM
gkostka
2015-10-27
Refactor FEATURE_RO to FRO
gkostka
2015-10-27
Refactor FEATURE_COMPAT to FCOM
gkostka
2015-10-27
FIX: checksum is not calculated for just-initialized bitmap.
ngkaho1234
2015-10-27
FIX: ext4_extent.c failed to be compiled.
ngkaho1234
2015-10-27
FIX: wrong accounting caused by EXT2_BG_INODE_ZEROED
ngkaho1234
2015-10-27
ext4_balloc_bitmap_csum: should be blocks_per_group / 8.
ngkaho1234
2015-10-27
FIX: potential checksum failed bug in ext4_extent_full.c when METADATA_CSUM i...
ngkaho1234
2015-10-27
FIX: directory HTree node checksum is not assigned correctly.
ngkaho1234
2015-10-27
FIX: directory HTree root checksum is not assigned correctly.
ngkaho1234
2015-10-27
Refactor the workflow of ext4_link to prepare for METADATA_CSUM.
ngkaho1234
2015-10-27
FIX: directory leaf checksum is not assigned correctly.
ngkaho1234
2015-10-27
FIX: Inode & block bitmap checksums is not assigned correctly.
ngkaho1234
2015-10-27
FIX: extra_isize field is 0
ngkaho1234
2015-10-26
Assign correct checksum to directory entry blocks.
ngkaho1234
2015-10-26
FIX: directory checksum entry not initialized.
ngkaho1234
2015-10-26
Now we should support the metadata_csum flag
ngkaho1234
2015-10-26
FIX: Checking an unrelated flag.
ngkaho1234
2015-10-25
METADATA_CSUM: Linear and HTree dir added.
ngkaho1234
2015-10-25
FIX: ext4_extent_full.c and ext4_extent.c lack endian conversion when doing c...
ngkaho1234
2015-10-25
FIX: referencing an invalid ext4_block in case of hash collision
ngkaho1234
2015-10-24
METADATA_CSUM: inode added.
ngkaho1234
2015-10-24
FIX: duplicated declaration.
ngkaho1234
2015-10-24
METADATA_CSUM: Extended Attribute added.
ngkaho1234
2015-10-24
ext4_extent_full.c: very minor code optimisations on checksum handling
ngkaho1234
2015-10-23
ext4_ialloc.c and ext4_balloc.c: very minor code optimizations.
ngkaho1234
2015-10-23
METADATA_CSUM: ext4_extent_full: do not do checksum on extent root.
ngkaho1234
2015-10-23
METADATA_CSUM: ext4_extent.c added.
ngkaho1234
2015-10-24
METADATA_CSUM: ext4_extent_full.c: do checksum on all extent tree blocks.
ngkaho1234
2015-10-23
METADATA_CSUM: ext4_extent_full added.
ngkaho1234
2015-10-23
METADATA_CSUM: Add some notes to ext4_ialloc.c and ext4_balloc.c
ngkaho1234
2015-10-23
METADATA_CSUM: block & inode bitmap checksum added.
ngkaho1234
2015-10-23
Refining the use of cast.
ngkaho1234
2015-10-23
METADATA_CSUM: block group descriptor checksum added.
ngkaho1234
2015-10-23
METADATA_CSUM: superblock checksum added.
ngkaho1234
2015-10-20
Move ext4_fs_release_inode_block to module internals
gkostka
2015-10-20
Move ext4_fs_set_inode_data_block_index to module internals
gkostka
2015-10-20
Remove redundant code
gkostka
2015-10-21
Remove stale static int ext4_ext_split_extent_at definition.
ngkaho1234
2015-10-20
TODO: More complicated truncate operation.
ngkaho1234
[prev]
[next]