Introduce initial support of ext3/4 journalling.
[lwext4.git] / lwext4 / ext4_extent.c
2015-12-29 ngkaho1234Introduce initial support of ext3/4 journalling.
2015-12-07 gkostkaStyle fixes in multiple modules
2015-12-04 ngkaho1234Deprecate uptodate and dirty fields in ext4_block.
2015-11-10 ngkaho1234Replace ext4_block_get with ext4_block_get_noread:
2015-11-09 ngkaho1234FIX: ext4_extent: checksumming against newly allocated...
2015-10-28 ngkaho1234METADATA_CSUM: simple extent implementation checksum...
2015-10-28 gkostkaDisable checksum calculation when CONFIG_META_CSUM_ENAB...
2015-10-28 ngkaho1234FIX: simple extent implementation overwriting the inode...
2015-10-27 gkostkaIntroduce EXT4_CRC32_INIT instead of ~0
2015-10-27 gkostkaFix compile error when simple extent enabled
2015-10-27 ngkaho1234FIX: ext4_extent.c failed to be compiled.
2015-10-25 ngkaho1234FIX: ext4_extent_full.c and ext4_extent.c lack endian...
2015-10-23 ngkaho1234METADATA_CSUM: ext4_extent.c added.
2015-10-18 gkostkaSome minor cosmetic fixes
2015-10-18 gkostkaFix compiler warning in extent module
2015-10-18 ngkaho1234Multiple fixes related to basic block type
2015-10-16 gkostkaExtent full & simple API unification
2015-10-16 gkostkaMove helper functions from .c to .h.
2015-10-16 gkostkaAdd CONFIG_EXTENT_FULL compilation flag
2015-10-11 ngkaho1234FIX: cannot delete files containing unwritten extent...
2015-09-16 gkostkaLinux line-endings
2015-09-16 gkostkaLinux codestyle format (tabs indenation)
2015-06-28 gkostkaFix comment typos
2015-06-27 gkostkaImprove include policy
2015-06-16 gkostkaStop generating Eclipse project files by default
2015-06-16 gkostkaclang-format: lwext4 modules
2014-05-30 gkostkaMerge bugfixes from HelenOS mainline.
2014-05-12 gkostkaFixed extent warning
2014-04-08 gkostkaFixed extent depth after truncate.
2013-10-24 gkostkaFEATURES: