ext4: more codes on journal testing.
ext4_journal: Fix s_first field being touched accidentally.
ext4_journal: clear EXT4_FINCOM_RECOVER after replaying journal.
ext4: journal test code skeleton.
ext4_journal: add function prototypes to ext4_journal.h
ext4_journal: journal write part 2.
ext4_journal: introduce checkpoint mechanism.
ext4_journal: journal write v1.
ext4_journal: journal write skeleton code part 2.
ext4_journal: journal write skeleton code.
Add one second sleep between server execute and tests
Add install target & new fs_tools names & readme update
Convert to linux line endings in multiple files
ext4_mbr: bootstrap code printf in ext4_mbr_scan function
ext4_debug: add DEBUG_NOPREFIX flag for debug printf
ext4_blockdev: move bread/bwrite counters to ext4_blockdev_iface
ext4_mbr: improve printf formatting
ext4_mbr: multiple changes related to MBR parsing
ext4_debug: add mbr debug definitions
Add lock/unlock functions to blockdev_iface
Change ph_flags to ph_refctr in block device interface
ext4_mbr: initial MBR parser code
Add ph_blk_offset during every blockdev bread/bwrite
Indroduce split ext4_blockdev to two separate structures
ext4_bcache: manipulate buffer refctr by two helpers
Deprecate uptodate and dirty fields in ext4_block.
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