Add mkfs to debug module
[lwext4.git] / lwext4 / ext4_xattr.c
2015-10-11 ngkaho1234Tune CMakeFile default preprocessor macros on PC.
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 gkostkaFix const correctness
2015-10-09 rootExperimental EA public routines.
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 gkostkaMerge pull request #8 from ngkaho1234/master
2015-10-08 rootDo clang-format against ext4_xattr.c and ext4_xattr.h
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 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.