Add to readme new windows build instruction
ext4_journal: clear end_write and end_write_arg fields when appropriate.
ext4_journal: add static keyword to all private functions
ext4: some style fixes & doxygen comments
ext4_journal: add jbd_journal_commit_trans routine.
ext4_journal: mark buffers invalid if transaction is aborted.
ext4_journal: add comments to the code part 2.
ext4_journal: add comments to the code part 1.
ext4: enable write-back mode when undergoing journal test.
ext4: stop journalling when journalling test is finished.
ext4_journal: forcibly flush data to disk when stop journalling.
ext4_journal: wrap around journal->start if it overflows.
ext4_journal: add jbd_journal_commit_all routine.
ext4_journal: flush all data to disk when journal is full.
ext4_journal: IO operations on journal inode are written-through.
ext4_bcache: do not flush data in an invalid buffer.
ext4_bcache: add new flag BC_FLUSH.
ext4_blockdev: add ext4_block_cache_flush routine.
ext4_journal: one bugfix plus one code logic changes below.
ext4_journal: handle EXT4_FINCOM_RECOVER flag properly.
ext4_journal: employ better ways to handle revoke blocks during checkpoint.
ext4_journal: fix wrong endianess of revoke header's count field.
ext4_journal: some changes below.
ext4: add tests on revoke table of journal to ext4_test_journal.
ext4_journal: fixes on numorous bugs, see below.
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