Bump lwext4 version to 1.0.0 & changelog update
ext4_extent: return immediately when ext4_ext_correct_indexes fails.
ext4_extent: fix passing wrong size to memmove.
Add toolkit that helps adding prefix to flags and errno V2.
Add toolkit that helps adding prefix to flags and errno.
ext4_mkfs: move roundup and align macros to misc header
Relocate other in-memory data structures from ext4_types.h
Refactor header files dependencies.
ext4_mkfs: field 'len' of ext4_mkfs_info should be unsigned.
ext4_fs: fix read_only not being set on ext4_fs structure.
ext4: fix ext4_fread failing when fs on read-only mode.
ext4: add read_only parameter to ext4_mount routine.
CMake: now ext4_config.h will be automatically generated.
Reconstruct source directory tree.
bfin-elf.cmake: set -std=gnu99 for blackfin targets (unsupported gnu11)
ext4: ext4_chmod now only allows modifying the lowest 12bit of i_mode.
Move file opening & seeking flags to a separate header file.
Reduce the number of errno definitions in ext4_errno.h.
Add type cast to eliminate compiler warning messages.
ext4_ialloc: fix using uint32_t as block address.
ext4_config: set CONFIG_HAVE_OWN_ERRNO default value to 0
Specify flags without -Wextra for non-gcc compilers.
ext4_filedev: use ftello instead of ftell.
ext4_debug: eliminate warning messages when assert is disabled.
Fix __unused definition on non-gnuc platforms.
Rewrite __attribute__((packed)) as pragmas.
ext4_bcache: do not allow cache shaking when callback is invoked.
ext4_journal: two changes below.
ext4_journal: flush dirty buffers which have BC_TMP flag set.
ext4_journal: code logic optimization. See below.
ext4_journal: abort a buffer when its data is discarded.
ext4_journal: remove pending transaction support. (useless)
ext4_journal: the allocation in jbd_journal_flush_trans must succeed.
ext4_bcache: remove EXT4_BCACHE_STATIC_INSTANCE obsolete macro
ext4: remove ext4_test_journal function
ext4_journal: flushes buffers claimed by multiple transactions.
ext4: complete the descriptions of extended attribute routines.
ext4_dir_idx: ext4_dir_dx_init now only append file when necessary.
ext4: introduce ext4_trunc_dir specific to removing directory.
ext4_config: introduce CONFIG_JOURNALING_ENABLE configuration switch
ext4_config: add ul to CONFIG_MAX_TRUNCATE_SIZE
ext4: fix entering a dead loop when ext4_dir_rm failed.
ext4: bring the support of recursive removal of directory back.
ext4_extent: some comments cleanup in ext4_ext_correct_indexes.
Remove simple extent implementation.
ext4_trans: flush the buffer in the following case.
ext4_journal: fix mistreating an empty journal as a bad one.
ext4_mkfs: fix mkfs function when journaling is enabled
ext4: introduce ext4_trunc_inode to deal with ftruncate operation
ext4_journal: fix transaction sequence not being checksummed.
ext4_journal: add JBD_FEATURE_COMPAT_CHECKSUM support.
ext4_journal: fix using wrong algorithm on journal checksum v2/v3.
ext4: rework ext4_dir_rm to split it into many small transactions.
ext4_journal: initial support of journal checksumming is added.
ext4_bcache: add BC_TMP flag.
ext4_bcache: add max cache depth watermark
test_lwext4: add error printf when file/dir remove fails
ext4_crc32: a number of changes to ext4_crc32c module.
fs_test: add version string printf in test apps
makefile: add version definitions to makefile & CMakeLists
lwext4_generic: add verbose mode to generic application
fs_test: simplify open_filedev implementation
test_lwext4: add journaling to generic test module
lwext4_server: add journaling to filesystem test suite
ext4_journal: refactor purging transactions code
ext4_journal: improve transaction handling
ext4_journal: reimplement buffer list as buffer queue in jbd_trans.
ext4_journal: fix trans->data_cnt not be decremented
misc: change ext4_config header path in queue & tree modules
ext4: add doxygen doc for ext4_journal_start and ext4_journal_stop
ext4_trans: fix return value of ext4_trans_try_revoke_block
Introduce initial support of ext3/4 journalling.
ext4: add static keyword to ext4_trans_start/stop/abort.
ext4: fix ext4_trans_abort looking the same as ext4_trans_stop.
ext4: add two journalling related routines. See below:
ext4: do not start new transaction if there is one in use.
ext4: add ext4_trans_start/stop/abort to high level public routines.
ext4: move journalling start/stop code outside mount/umount.
ext4: journalling <---> lwext4 main code junction skeleton code.
Move tree.h and queue.h into misc/ directory.
ext4_bcache: remove buffer from LRU tree when it will be dropped.
ext4_bcache: remove buffer from dirty list when it is invalidated.
ext4_journal: fix block tag written always be the last tag.
ext4_journal: fix jbd_trans_get_access flushing the wrong buffer.
ext4: during journal test, use jbd_trans_try_revoke_block instead.
ext4_journal: a more efficient way to track journalled blocks.
Revert "ext4: make sure blocks are not contaminated with data in block cache."
ext4_balloc: invalidate buffers which have the blocks freed.