FIX: ext4_extent.c failed to be compiled.
[lwext4.git] / lwext4 /
2015-10-27 ngkaho1234FIX: ext4_extent.c failed to be compiled.
2015-10-27 ngkaho1234FIX: wrong accounting caused by EXT2_BG_INODE_ZEROED
2015-10-27 ngkaho1234ext4_balloc_bitmap_csum: should be blocks_per_group...
2015-10-27 ngkaho1234FIX: potential checksum failed bug in ext4_extent_full...
2015-10-27 ngkaho1234FIX: directory HTree node checksum is not assigned...
2015-10-27 ngkaho1234FIX: directory HTree root checksum is not assigned...
2015-10-27 ngkaho1234Refactor the workflow of ext4_link to prepare for METAD...
2015-10-27 ngkaho1234FIX: directory leaf checksum is not assigned correctly.
2015-10-27 ngkaho1234FIX: Inode & block bitmap checksums is not assigned...
2015-10-27 ngkaho1234FIX: extra_isize field is 0
2015-10-26 ngkaho1234Assign correct checksum to directory entry blocks.
2015-10-26 ngkaho1234FIX: directory checksum entry not initialized.
2015-10-25 ngkaho1234Now we should support the metadata_csum flag
2015-10-25 ngkaho1234FIX: Checking an unrelated flag.
2015-10-25 ngkaho1234METADATA_CSUM: Linear and HTree dir added.
2015-10-25 ngkaho1234FIX: ext4_extent_full.c and ext4_extent.c lack endian...
2015-10-25 ngkaho1234FIX: referencing an invalid ext4_block in case of hash...
2015-10-24 ngkaho1234METADATA_CSUM: inode added.
2015-10-24 ngkaho1234FIX: duplicated declaration.
2015-10-24 ngkaho1234METADATA_CSUM: Extended Attribute added.
2015-10-24 ngkaho1234ext4_extent_full.c: very minor code optimisations on...
2015-10-23 ngkaho1234ext4_ialloc.c and ext4_balloc.c: very minor code optimi...
2015-10-23 ngkaho1234METADATA_CSUM: ext4_extent_full: do not do checksum...
2015-10-23 ngkaho1234METADATA_CSUM: ext4_extent.c added.
2015-10-23 ngkaho1234METADATA_CSUM: ext4_extent_full.c: do checksum on all...
2015-10-23 ngkaho1234METADATA_CSUM: ext4_extent_full added.
2015-10-23 ngkaho1234METADATA_CSUM: Add some notes to ext4_ialloc.c and...
2015-10-23 ngkaho1234METADATA_CSUM: block & inode bitmap checksum added.
2015-10-23 ngkaho1234Refining the use of cast.
2015-10-23 ngkaho1234METADATA_CSUM: block group descriptor checksum added.
2015-10-23 ngkaho1234METADATA_CSUM: superblock checksum added.
2015-10-20 gkostkaMove ext4_fs_release_inode_block to module internals
2015-10-20 gkostkaMove ext4_fs_set_inode_data_block_index to module internals
2015-10-20 gkostkaRemove redundant code
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 gkostkaMove allocation fail output condition to the end of...
2015-10-20 gkostkaFix fwrite function
2015-10-20 ngkaho1234Do not set AGGRESSIVE_TEST on.
2015-10-20 ngkaho1234Numorous patches on extents.c :
2015-10-19 ngkaho1234Add support_unwritten parameter to ext4_fs_get_inode_da...
2015-10-19 ngkaho1234FIX: ext4_extent_remove_space deallocating the wrong...
2015-10-19 ngkaho1234Simplify the code logic of ext4_fread & ext4_fwrite.
2015-10-18 gkostkaSome minor cosmetic fixes
2015-10-18 ngkaho1234FIX: ext4_fwrite cannot write to files correctly with...
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 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 gkostkaIntroduce ext4_fs_init_inode_data_block_index
2015-10-16 gkostkaAdd CONFIG_EXTENT_FULL compilation flag
2015-10-16 gkostkaAdd PRId64 & PRIu64 macros when not defined int inttypes.h
2015-10-16 gkostkaMove __unused macro from tree.h to ext4_config.h
2015-10-16 gkostkaIntroduce EXT4_BLOCK_ZERO macro to initialize ext4_block
2015-10-16 gkostkaIntroduce full extent implementation (by KaHo Ng)
2015-10-11 ngkaho12341. Use cc/c++ instead of gcc/g++
2015-10-11 gkostkaImprove debug formatting
2015-10-11 gkostkaIntroduce bdev_write_sb to mkfs module
2015-10-11 gkostkaAdd superblock fill function
2015-10-11 gkostkaPort create_fs_aux_info form ext4-utils
2015-10-11 gkostkaMake ext4_sb_sparse public
2015-10-11 gkostkaAdd journal data to mkfs info
2015-10-11 gkostkaAdd mkfs to debug module
2015-10-11 gkostkaAdd ext4_mkfs function (incomplete yet)
2015-10-11 gkostkaAdd ext4_mkfs_read_info function
2015-10-11 gkostkaAdd ext4_mkfs module skeleton
2015-10-11 ngkaho1234Tune CMakeFile default preprocessor macros on PC.
2015-10-11 gkostkaFix 16 bit MCU compilation warnings
2015-10-11 ngkaho1234FIX: cannot delete files containing unwritten extent...
2015-10-10 gkostkaDebug system refactoring (prefixes & flags)
2015-10-10 gkostkaMerge pull request #9 from ngkaho1234/master
2015-10-10 rootFIX: EA in-memory data referred after freeing.
2015-10-09 rootFIX: ea_size accounting is not correct after resizing...
2015-10-09 rootFIX: ea_size accounting is not correct after resizing...
2015-10-09 rootFIX: ea_size accounting is not correct after resizing.
2015-10-09 ngkaho1234Fix compiler warnings.
2015-10-09 ngkaho1234ea_size accounting rework: now do not count the size...
2015-10-09 ngkaho1234FIX: list buffer size is not correctly returned on...
2015-10-09 ngkaho1234FIX: ext4_listxattr not returning required list buffer...
2015-10-09 gkostkaFix const correctness
2015-10-09 rootExperimental EA public routines.
2015-10-08 gkostkaRemove compilaton warnings
2015-10-08 gkostkaRemove some confusing casts
2015-10-08 gkostkaLittle code cleanup
2015-10-08 gkostkaFix compile warnings for 16 bit machines
2015-10-08 gkostkaAdd licence headers to source files
2015-10-08 gkostkaCompile warnings fix
2015-10-08 gkostkaFix some indentation issues
2015-10-08 gkostkaMove prefix table to .rodata section (and static keyword)
2015-10-08 gkostkaRemove cdefs header from tree
2015-10-08 gkostkaMerge pull request #8 from ngkaho1234/master
2015-10-08 rootDo clang-format against ext4_xattr.c and ext4_xattr.h
2015-10-08 rootRemove ext4_fsetxattr stub.
2015-10-08 rootFix compiler warnings..ext4_fsetxattr stub added.
next