Introduce initial support of ext3/4 journalling.
[lwext4.git] / lwext4 / ext4_extent_full.c
2015-12-29 ngkaho1234Introduce initial support of ext3/4 journalling.
2015-12-04 ngkaho1234Deprecate uptodate and dirty fields in ext4_block.
2015-11-08 ngkaho1234Use ext4_block_get_noread when read operation is not...
2015-10-29 ngkaho1234FIX: ext4_extent_full.c: should not assign checksum...
2015-10-28 ngkaho1234ext4_extent_full.c: print warning messages when extent...
2015-10-27 gkostkaIntroduce CONFIG_META_CSUM_ENABLE flag
2015-10-27 gkostkaIntroduce EXT4_CRC32_INIT instead of ~0
2015-10-27 gkostkaRefactoring superblock features getters
2015-10-27 gkostkaRefactor FEATURE_RO to FRO
2015-10-27 ngkaho1234FIX: potential checksum failed bug in ext4_extent_full...
2015-10-25 ngkaho1234FIX: ext4_extent_full.c and ext4_extent.c lack endian...
2015-10-24 ngkaho1234ext4_extent_full.c: very minor code optimisations on...
2015-10-23 ngkaho1234METADATA_CSUM: ext4_extent_full: do not do checksum...
2015-10-23 ngkaho1234METADATA_CSUM: ext4_extent_full.c: do checksum on all...
2015-10-23 ngkaho1234METADATA_CSUM: ext4_extent_full added.
2015-10-20 ngkaho1234Remove stale static int ext4_ext_split_extent_at defini...
2015-10-20 ngkaho1234TODO: More complicated truncate operation.
2015-10-20 ngkaho1234FIX: crash occurs when truncating a spare file.
2015-10-20 ngkaho1234Do not set AGGRESSIVE_TEST on.
2015-10-20 ngkaho1234Numorous patches on extents.c :
2015-10-19 ngkaho1234FIX: ext4_extent_remove_space deallocating the wrong...
2015-10-18 gkostkaSome minor cosmetic fixes
2015-10-18 ngkaho1234Remove EXT_INODE_HDR_NEED_GROW.
2015-10-18 gkostkaRemove define used only in one expresion
2015-10-18 gkostkaImprove casting in extent module
2015-10-18 gkostkaFix indentation level
2015-10-18 ngkaho1234ext4_ext_zero_unwritten_range: uint32_t -> ext4_fsblk_t
2015-10-18 ngkaho1234Multiple fixes related to basic block type
2015-10-16 gkostkaExtent full & simple API unification
2015-10-16 gkostkaAdd CONFIG_EXTENT_FULL compilation flag
2015-10-16 gkostkaIntroduce full extent implementation (by KaHo Ng)