lwext4.git
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 gkostkaMove stm32f429 demo to separate repository
2015-10-18 gkostkaImprove generic & stm32f4 demos
2015-10-18 gkostkados2unix conversion of Makefile
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 gkostkaAdd ignore .git directory cmkage dist target
2015-10-08 gkostkaReadme update
2015-10-08 gkostkaFix chibios headers
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 clock_t dependency
2015-10-08 gkostkaAdd CONFIG_HAVE_OWN_OFLAGS=1 for targets without right...
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.
2015-10-08 rootext4 prefix/name string operations added.
2015-10-07 ngkaho1234FIX: no entries found during iteration.
2015-10-07 rootEA entries iterating routines added.
2015-10-07 rootCode refine (2):
2015-10-06 rootCode refine (1):
2015-10-06 rootFIX: the ext4_block reference is freed before the EA...
2015-10-05 rootFix signed/unsigned cmp at ext4_xattr.c:245
2015-10-05 rootLine 518 of ext4_xattr:
2015-10-05 ngkaho1234FIX: in-inode EA entries not having their e_value_offs...
2015-10-05 ngkaho1234ext4_fs_set_xattr, ext4_fs_get_xattr and ext4_fs_remove...
2015-10-05 ngkaho1234Numorous helper routines implemented.
2015-10-04 ngkaho1234EA modification protocol implementations.(1)
2015-10-04 ngkaho1234ext4_xattr_lookup_item added.
2015-10-04 ngkaho1234Add license header to ext4_xattr.c
2015-10-04 ngkaho1234Don't make those rb-tree symbols global.
2015-10-04 ngkaho1234FIX: stale #include "ext4_rbtree.h"
2015-10-04 ngkaho12341. Use rbtree implementation from Freebsd kernel instea...
2015-10-04 ngkaho1234EA supports code rewritten with the view of providing...
2015-10-03 ngkaho1234Experimental EA supports.
2015-10-01 gkostkaFix indentation level in ext4_fs
2015-10-01 gkostkaMerge branch 'master' of https://github.com/ngkaho1234...
2015-10-01 ngkaho1234ext4_fs.c: code indentation.
next