Set cache dynamic as default in generic application
Add some helper functions to ext4_block_group.h
Return success when 0 block read/write is called
ext4_mkfs: use EXT4_SUPERBLOCK_SIZE instead of sizeof op.
ext4_mkfs is able to create image with sblock and basic features
define _LARGEFILE64_SOURCE to be able to access large files.
ext4_mkfs: fix SIGSEGV caused by inaccurate memory allocation size.
Move all test modules to fs_test directory
Add block device skeleton module
Remove obsolete chibios block devices
Replace ext4_block_get with ext4_block_get_noread:
FIX: ext4_extent: checksumming against newly allocated block.
Add comments on the introduction of up-to-date flag
Use ext4_block_get_noread when read operation is not required
Reworks on buffer management
FIX: item->in_inode is not initialized.
EA: trusted, security namespace added.
EA: ea entries with name "system.data" should be
Add arm-none-eabi-gcc toolchain to travis build
ext4_fs_inode_checksum: fix checksum calculation
ext4_generic_open2: add EXT4_FINCOM_FILETYPE check
Refactor directory related names (shorter)
Fix printf fotmating in lwext4_server
Enable debug symbols generation in generic build
Reorder includes to fix travis build
Fix compile warnings for 16 bit int architectures
Fix compile error when META_CSUM is disabled
Refactor debug message format (CONFIG_DEBUG_PREFIX)
FIX: ext4_extent_full.c: should not assign checksum to extent root(in inode)
Do not verify checksum upon seeking in the directory.
ext4_dbg now shows line number
FIX: fake inode checksum failing message.
Add ext4_dir_checksum_verify prototype
METADATA_CSUM: linear directory checksum verification added
METADATA_CSUM: HTree directory checksum verification added
METADATA_CSUM: simple extent implementation checksum verification added
ext4_extent_full.c: print warning messages when extent block checksum verification fails
METADATA_CSUM: inode and block group descriptor checksum verification added
Don't access those checksum fields if metadata_csum is not enabled.
Remove BIG FAT NOTE from ext4_balloc.c and ext4_ialloc.c
METADATA_CSUM: inode bitmap verification added
METADATA_CSUM: block bitmap verification added
Disable checksum calculation when CONFIG_META_CSUM_ENABLE is off
FIX: simple extent implementation overwriting the inode block.
Introduce CONFIG_META_CSUM_ENABLE flag
Introduce EXT4_CRC32_INIT instead of ~0
Fix compile error when simple extent enabled
Refactor ext4_offsetof to offsetof and move to ext4_types.h
Refactoring superblock features getters
Feature set definitions refactoring (shorter names)
Refactor FEATURE_INCOMPAT to FINCOM
FIX: checksum is not calculated for just-initialized bitmap.
FIX: ext4_extent.c failed to be compiled.
FIX: wrong accounting caused by EXT2_BG_INODE_ZEROED
ext4_balloc_bitmap_csum: should be blocks_per_group / 8.
FIX: potential checksum failed bug in ext4_extent_full.c when METADATA_CSUM is not enabled
FIX: directory HTree node checksum is not assigned correctly.
FIX: directory HTree root checksum is not assigned correctly.
Refactor the workflow of ext4_link to prepare for METADATA_CSUM.
FIX: directory leaf checksum is not assigned correctly.
FIX: Inode & block bitmap checksums is not assigned correctly.
Assign correct checksum to directory entry blocks.
FIX: directory checksum entry not initialized.
Now we should support the metadata_csum flag
FIX: Checking an unrelated flag.
METADATA_CSUM: Linear and HTree dir added.
FIX: ext4_extent_full.c and ext4_extent.c lack endian conversion when doing checksum.
FIX: referencing an invalid ext4_block in case of hash collision
METADATA_CSUM: Extended Attribute added.
ext4_extent_full.c: very minor code optimisations on checksum handling
ext4_ialloc.c and ext4_balloc.c: very minor code optimizations.
METADATA_CSUM: ext4_extent_full: do not do checksum on extent root.
METADATA_CSUM: ext4_extent.c added.
METADATA_CSUM: ext4_extent_full.c: do checksum on all extent tree blocks.
METADATA_CSUM: ext4_extent_full added.
METADATA_CSUM: Add some notes to ext4_ialloc.c and ext4_balloc.c
METADATA_CSUM: block & inode bitmap checksum added.
METADATA_CSUM: block group descriptor checksum added.
METADATA_CSUM: superblock checksum added.
Move ext4_fs_release_inode_block to module internals
Move ext4_fs_set_inode_data_block_index to module internals