ext4_journal: add transaction in-memory structure.
ext4_blockdev: a number of changes below
ext4_fs: reactor some long function names
ext4_balloc: indentation, style and comment fixes
Add lock/unlock mountpoint to ext4_recover
Change preprocessor macros to inline functions
ext4_bcache & ext4_blockdev: unify buffer flushing code.
ext4_journal: do simple verification on jbd superblock.
ext4: introduce ext4_recover function
ext4_journal: fix wrong parsing of revoke block.
Add license header to ext4_journal
ext4_journal: try to detect if any blocks are revoked in a transaction.
ext4_journal: simplify the code logic of superblock replaying.
ext4_journal: simple handling on superblock.
ext4_journal: initial journal replay support part 2.
ext4_journal: initial journal replay support.
ext4_journal: fix wrong parsing of revoke blocks list.
ext4_journal: add building revoke tree.
ext4_journal: fix block_tag flag being wrongly parsed...
ext4_journal: initial support of processing block_tags array.
ext4_journal: fix ext4_block not being freed.
ext4_journal.c: journal replay skeletal code.
ext4_bcache: clear BC_DIRTY flag when buffer will be dropped.
Change duplicated functions (to_le*/to_be*) to reorder*
Fix lru/lba compare functions: possible overflow
ext4_bcache: remove free_delay member from ext4_bcache.
ext4_bcache: add comments to the changes.
ext4_bcache: fix return value of ext4_buf_lowest_lru (lba -> lru)
ext4_bcache & ext4_blockdev: Buffer cache rework.
ext4_journal: add journal helpers to ext4_journal.h
ext4_journal: try to read jbd superblock when loading jbd.
ext4_journal: two changes below
ext4_journal: add block_get(_noread)/block_set.
Journalling(JBD) support skeletal code.
Refactor some problematic (too long) dir entry data structures
Style & indentation improvements in ext4 part 3
Style & indentation improvements in ext4 part 2
Refactoring: directrory entry prefix: EXT4_DIRENTRY* -> EXT4_DE*
Style & indentation improvements in ext4
Style/indentation fix in ext4_dir
Rename 'initialize_dir_tail' to 'ext4_dir_init_entry_tail'
Add #ifdef __cplusplus to all header files
Style/indentation fix in ext4_ialloc
Fix style/indentaton in ext4_inode
Set new default configuration (remove some unnecessary definitions)
Style improve and code format in ext4_dir_idx module
Change assert in ext4_balloc to debug warning message
Code format in bcache & blockdev
Add to mkfs tool multiple features
Add block size cli option to mkfs tool
Fix style and indentation in ext4_fs module
Add ext4_mkfs_read_info after mkfs & printf filesystem info
Indroduce verbose mode to lwext4_mkfs tool
Add to mkfs configurable descriptor size & hash seed init
Clear ext4_dir_idx_root in ext4_dir_dx_init
Move search result intit to begin of ext4_dir_find_entry
Create root & lost+found directories as index inodes if possible
Mkfs works for ext2/ext3 features
Introduce init_bgs in mkfs module
Create default directory structure in mkfs
Sblock fill by using to_le32/to_le_16 macros & drop gdt_reserved blocks
Add mkfs_initial and default inodes alocation
Block group descriptors write in mkfs module
Enable debug in lwext4_mkfs tool
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