FIX: no entries found during iteration.
[lwext4.git] / lwext4 / ext4_xattr.c
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.