index
:
lwext4
2400-ext-errors
arm64
carl
carl-attic
carl-old
carl2-opt
cscript
debug
disk-writer-debug
fix-mac
master
more-cache
osx
static-on-linux
win32
windows-debug
Fork of lwext4 library for EXT2 filesystem manipulation
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-10-10
FIX: list buffer size is not correctly returned on ext4_listxattr calls.
ngkaho1234
2015-10-10
FIX: ext4_listxattr not returning required list buffer size when size == 0.
ngkaho1234
2015-10-09
Fix const correctness
gkostka
2015-10-09
Experimental EA public routines.
root
2015-10-08
Add ignore .git directory cmkage dist target
gkostka
2015-10-08
Readme update
gkostka
2015-10-08
Fix chibios headers
gkostka
2015-10-08
Remove compilaton warnings
gkostka
2015-10-08
Remove some confusing casts
gkostka
2015-10-08
Little code cleanup
gkostka
2015-10-08
Fix compile warnings for 16 bit machines
gkostka
2015-10-08
Add licence headers to source files
gkostka
2015-10-08
Compile warnings fix
gkostka
2015-10-08
Fix some indentation issues
gkostka
2015-10-08
Move prefix table to .rodata section (and static keyword)
gkostka
2015-10-08
Remove clock_t dependency
gkostka
2015-10-08
Add CONFIG_HAVE_OWN_OFLAGS=1 for targets without right definitions
gkostka
2015-10-08
Remove cdefs header from tree
gkostka
2015-10-08
Merge pull request #8 from ngkaho1234/master
gkostka
2015-10-08
Do clang-format against ext4_xattr.c and ext4_xattr.h
root
2015-10-08
Remove ext4_fsetxattr stub.
root
2015-10-08
Fix compiler warnings..ext4_fsetxattr stub added.
root
2015-10-08
ext4 prefix/name string operations added.
root
2015-10-07
FIX: no entries found during iteration.
ngkaho1234
2015-10-07
EA entries iterating routines added.
root
2015-10-07
Code refine (2):
root
2015-10-06
Code refine (1):
root
2015-10-06
FIX: the ext4_block reference is freed before the EA data is put onto the acl...
root
2015-10-05
Fix signed/unsigned cmp at ext4_xattr.c:245
root
2015-10-05
Line 518 of ext4_xattr:
root
2015-10-06
FIX: in-inode EA entries not having their e_value_offs set correctly.
ngkaho1234
2015-10-06
ext4_fs_set_xattr, ext4_fs_get_xattr and ext4_fs_remove_xattr introduced.(EXP...
ngkaho1234
2015-10-05
Numorous helper routines implemented.
ngkaho1234
2015-10-04
EA modification protocol implementations.(1)
ngkaho1234
2015-10-04
ext4_xattr_lookup_item added.
ngkaho1234
2015-10-04
Add license header to ext4_xattr.c
ngkaho1234
2015-10-04
Don't make those rb-tree symbols global.
ngkaho1234
2015-10-04
FIX: stale #include "ext4_rbtree.h"
ngkaho1234
2015-10-04
1. Use rbtree implementation from Freebsd kernel instead of the one from Linu...
ngkaho1234
2015-10-04
EA supports code rewritten with the view of providing EA modification
ngkaho1234
2015-10-04
Experimental EA supports.
ngkaho1234
2015-10-01
Fix indentation level in ext4_fs
gkostka
2015-10-01
Merge branch 'master' of https://github.com/ngkaho1234/lwext4
gkostka
2015-10-01
ext4_fs.c: code indentation.
ngkaho1234
2015-10-01
CONFIG_HAVE_OWN_ASSERT defaults to 0.
ngkaho1234
2015-10-01
Merge branch 'master' of https://github.com/gkostka/lwext4
Grzegorz Kostka
2015-10-01
FIX: block bitmap is not correctly initialized.
ngkaho1234
2015-09-30
ext4_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
[prev]
[next]