407 Commits (3e1d0ec133eb36e703aad6243cf31aaadef57570)
 

Author SHA1 Message Date
ngkaho1234 1f6b6e87c6 Fix compiler warnings. 9 years ago
ngkaho1234 846df7dfc7 ea_size accounting rework: now do not count the size of xattr headers. 9 years ago
ngkaho1234 29a5d255e4 FIX: list buffer size is not correctly returned on ext4_listxattr calls. 9 years ago
ngkaho1234 9792c01efc FIX: ext4_listxattr not returning required list buffer size when size == 0. 9 years ago
gkostka a1a24db03c Fix const correctness 9 years ago
root 5ddffb5961 Experimental EA public routines. 9 years ago
gkostka 6e79cef4b0 Add ignore .git directory cmkage dist target 9 years ago
gkostka ea1b3fbabc Readme update 9 years ago
gkostka aea989472d Fix chibios headers 9 years ago
gkostka 915f8b7fbc Remove compilaton warnings 9 years ago
gkostka 1a0b8144bd Remove some confusing casts 9 years ago
gkostka aa3c31b2b7 Little code cleanup 9 years ago
gkostka 2a7a75f8f9 Fix compile warnings for 16 bit machines 9 years ago
gkostka 8175b57b88 Add licence headers to source files 9 years ago
gkostka 9977df1f77 Compile warnings fix 9 years ago
gkostka 368a11f29f Fix some indentation issues 9 years ago
gkostka 4df373aecb Move prefix table to .rodata section (and static keyword) 9 years ago
gkostka 85273d52f9 Remove clock_t dependency 9 years ago
gkostka 01af5a89b3 Add CONFIG_HAVE_OWN_OFLAGS=1 for targets without right definitions 9 years ago
gkostka eb76049452 Remove cdefs header from tree 9 years ago
gkostka 2064a55284 Merge pull request #8 from ngkaho1234/master 9 years ago
root dc8cbeb1b0 Do clang-format against ext4_xattr.c and ext4_xattr.h 9 years ago
root afdb70bf2e Remove ext4_fsetxattr stub. 9 years ago
root 757363a0f8 Fix compiler warnings..ext4_fsetxattr stub added. 9 years ago
root b3fc8b9dd5 ext4 prefix/name string operations added. 9 years ago
ngkaho1234 801cc44cba FIX: no entries found during iteration. 9 years ago
root b824765f60 EA entries iterating routines added. 9 years ago
root 17c247fab2 Code refine (2): 9 years ago
root e63efe18c8 Code refine (1): 9 years ago
root 0226bd4bb4 FIX: the ext4_block reference is freed before the EA data is put onto the acl block. 9 years ago
root 6de80f736d Fix signed/unsigned cmp at ext4_xattr.c:245 9 years ago
root 6c2c498a33 Line 518 of ext4_xattr: 9 years ago
ngkaho1234 a1504e63d4 FIX: in-inode EA entries not having their e_value_offs set correctly. 9 years ago
ngkaho1234 15ace36d9b ext4_fs_set_xattr, ext4_fs_get_xattr and ext4_fs_remove_xattr introduced.(EXPERIMENTAL, POTENTIAL DEADLOCKgit add . 9 years ago
ngkaho1234 18bebd19be Numorous helper routines implemented. 9 years ago
ngkaho1234 7d87ccf68c EA modification protocol implementations.(1) 9 years ago
ngkaho1234 2248320547 ext4_xattr_lookup_item added. 9 years ago
ngkaho1234 3dc5c1d1af Add license header to ext4_xattr.c 9 years ago
ngkaho1234 804fde61d2 Don't make those rb-tree symbols global. 9 years ago
ngkaho1234 8cc5ebef0d FIX: stale #include "ext4_rbtree.h" 9 years ago
ngkaho1234 753d3b470b 1. Use rbtree implementation from Freebsd kernel instead of the one from Linux Kernel.2. FIX: ext4_xattr_item_alloc_data: data_size == 1 when copying the on-disk data to memory. 9 years ago
ngkaho1234 ce0087be0d EA supports code rewritten with the view of providing EA modification 9 years ago
ngkaho1234 f8c7281bf5 Experimental EA supports. 9 years ago
gkostka 9190df910a Fix indentation level in ext4_fs 9 years ago
gkostka 8209c29e32 Merge branch 'master' of https://github.com/ngkaho1234/lwext4 9 years ago
ngkaho1234 f01e3ef3e5 ext4_fs.c: code indentation. 9 years ago
ngkaho1234 37eb3f365b CONFIG_HAVE_OWN_ASSERT defaults to 0. 9 years ago
Grzegorz Kostka d409b47eeb Merge branch 'master' of https://github.com/gkostka/lwext4 9 years ago
ngkaho1234 94d428f1fb FIX: block bitmap is not correctly initialized. 9 years ago
root 90ed580cfa ext4_mount_point_stats should handle the path of files as well. 9 years ago