lwext4.git
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.
2015-10-01 ngkaho1234CONFIG_HAVE_OWN_ASSERT defaults to 0.
2015-10-01 Grzegorz KostkaMerge branch 'master' of https://github.com/gkostka...
2015-10-01 ngkaho1234FIX: block bitmap is not correctly initialized.
2015-09-30 rootext4_mount_point_stats should handle the path of files...
2015-09-29 ngkaho1234#include <fcntl.h> is needed.
2015-09-29 me#ifdef CONFIG_HAVE_OWN_OFLAGS should be #if. Also,...
2015-09-29 rootCONFIG_HAVE_OWN_OFLAGS introduced.(In case you want...
2015-09-28 gkostkaMerge pull request #7 from ngkaho1234/master
2015-09-28 ngkaho1234FIX: ext4_frename does not check whether the target...
2015-09-27 gkostkaMerge pull request #6 from ngkaho1234/master
2015-09-27 ngkaho1234FIX: an extra block is freed when truncating an inode.
2015-09-26 ngkaho1234since EXT4_DIRECTORY_FILETYPE_* are duplication of...
2015-09-26 gkostkaRemove compilation warning (maybe-uninitialized)
2015-09-26 gkostkaMerge branch 'master' of https://github.com/ngkaho1234...
2015-09-26 ngkaho1234new option: CONFIG_HAVE_OWN_ASSERT
2015-09-26 ngkaho1234FIX: double free of inode reference happens.
2015-09-24 meUse -dead_strip linker flag instead of --gc-sections...
2015-09-24 rootremove file_expect argument from those ext4_fopen2...
2015-09-24 ngkaho1234Regard to gkostka, EXT4_MP_LOCK/UNLOCK should be implem...
2015-09-23 rootext4_fopen_all removed.
2015-09-22 gkostkaMerge pull request #5 from ngkaho1234/master
2015-09-21 rootSymlink now can be removed by ext4_fremove.
2015-09-21 rootMerge remote-tracking branch 'upstream/master'
2015-09-21 gkostkaTypo fix
2015-09-21 gkostkaIncrease max test buffer size
2015-09-21 gkostkaRemove stupid STM code
2015-09-21 gkostkastm32f429 demo code format
2015-09-21 gkostkaFix iostats in generic demo
2015-09-21 gkostkaRemove chibios demo (hard to maintain with ChibiOS...
2015-09-21 gkostkaDemo apps refactoring
2015-09-21 gkostkaLinux line endings
2015-09-21 rootMerge branch 'master' of https://github.com/ngkaho1234...
2015-09-21 rootInitial Symbolic support.
2015-09-21 gkostkaMerge pull request #4 from ngkaho1234/master
2015-09-20 ngkaho1234Merge pull request #1 from gkostka/master
2015-09-20 gkostkaChange ext4_fread & ext4_fwrite prototypes
2015-09-20 gkostkaCode format (spaces to tabs)
2015-09-20 rootFIX: the parent directory reference in child directory...
2015-09-20 rootRevert "FIX: the parent directory reference in child...
2015-09-20 rootFIX: the parent directory reference in child directory...
2015-09-20 gkostkaMerge pull request #3 from ngkaho1234/master
2015-09-20 gkostkaChange ext4_fread & ext4_fwrite prototypes
2015-09-20 gkostkaCode format (spaces to tabs)
2015-09-20 rootRemove a line of printf from ext4.c(it was originally...
2015-09-20 rootRevert "Symbolic link support: ext4_fsymlink proposed."
2015-09-20 rootSymbolic link support: ext4_fsymlink proposed.
2015-09-20 gkostkaMerge pull request #2 from ngkaho1234/master
2015-09-20 rootHardlink suppert: ext4_flink interface proposed.
next