summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-10FIX: list buffer size is not correctly returned on ext4_listxattr calls.ngkaho1234
2015-10-10FIX: ext4_listxattr not returning required list buffer size when size == 0.ngkaho1234
2015-10-09Fix const correctnessgkostka
2015-10-09Experimental EA public routines.root
2015-10-08Add ignore .git directory cmkage dist targetgkostka
2015-10-08Readme updategkostka
2015-10-08Fix chibios headersgkostka
2015-10-08Remove compilaton warningsgkostka
2015-10-08Remove some confusing castsgkostka
2015-10-08Little code cleanupgkostka
2015-10-08Fix compile warnings for 16 bit machinesgkostka
2015-10-08Add licence headers to source filesgkostka
2015-10-08Compile warnings fixgkostka
2015-10-08Fix some indentation issuesgkostka
2015-10-08Move prefix table to .rodata section (and static keyword)gkostka
2015-10-08Remove clock_t dependencygkostka
2015-10-08Add CONFIG_HAVE_OWN_OFLAGS=1 for targets without right definitionsgkostka
2015-10-08Remove cdefs header from treegkostka
2015-10-08Merge pull request #8 from ngkaho1234/mastergkostka
2015-10-08Do clang-format against ext4_xattr.c and ext4_xattr.hroot
2015-10-08Remove ext4_fsetxattr stub.root
2015-10-08Fix compiler warnings..ext4_fsetxattr stub added.root
2015-10-08ext4 prefix/name string operations added.root
2015-10-07FIX: no entries found during iteration.ngkaho1234
2015-10-07EA entries iterating routines added.root
2015-10-07Code refine (2):root
2015-10-06Code refine (1):root
2015-10-06FIX: the ext4_block reference is freed before the EA data is put onto the acl...root
2015-10-05Fix signed/unsigned cmp at ext4_xattr.c:245root
2015-10-05Line 518 of ext4_xattr:root
2015-10-06FIX: in-inode EA entries not having their e_value_offs set correctly.ngkaho1234
2015-10-06ext4_fs_set_xattr, ext4_fs_get_xattr and ext4_fs_remove_xattr introduced.(EXP...ngkaho1234
2015-10-05Numorous helper routines implemented.ngkaho1234
2015-10-04EA modification protocol implementations.(1)ngkaho1234
2015-10-04ext4_xattr_lookup_item added.ngkaho1234
2015-10-04Add license header to ext4_xattr.cngkaho1234
2015-10-04Don't make those rb-tree symbols global.ngkaho1234
2015-10-04FIX: stale #include "ext4_rbtree.h"ngkaho1234
2015-10-041. Use rbtree implementation from Freebsd kernel instead of the one from Linu...ngkaho1234
2015-10-04EA supports code rewritten with the view of providing EA modificationngkaho1234
2015-10-04Experimental EA supports.ngkaho1234
2015-10-01Fix indentation level in ext4_fsgkostka
2015-10-01Merge branch 'master' of https://github.com/ngkaho1234/lwext4gkostka
2015-10-01ext4_fs.c: code indentation.ngkaho1234
2015-10-01CONFIG_HAVE_OWN_ASSERT defaults to 0.ngkaho1234
2015-10-01Merge branch 'master' of https://github.com/gkostka/lwext4Grzegorz Kostka
2015-10-01FIX: block bitmap is not correctly initialized.ngkaho1234
2015-09-30ext4_mount_point_stats should handle the path of files as well.root
2015-09-29#include <fcntl.h> is needed.ngkaho1234
2015-09-29#ifdef CONFIG_HAVE_OWN_OFLAGS should be #if. Also, if CONFIG_HAVE_OWN_OFLAGS ...me