ext4_xattr: fix trying to read EA block even if it is absent
[lwext4.git] / src / ext4_xattr.c
2017-02-27 Kaho Ngext4_xattr: fix trying to read EA block even if it...
2016-06-20 Kaho Ngext4_xattr: rework the EA submodule
2016-05-27 Kaho Ngext4_xattr: fix not considering iter()'s return value
2016-05-16 Kaho Ngext4_xattr: fix missing a type conversion from int32_t...
2016-05-16 ngkaho1234ext4_xattr: allow more entries to be inserted when...
2016-05-16 ngkaho1234ext4_xattr: fix not computing hash of on-block entries
2016-05-16 ngkaho1234ext4_xattr: type changes
2016-05-16 Kaho Ngext4_xattr: ext4_xattr_insert_item now returns error...
2016-05-15 Kaho Ngext4_xattr: invalidate the block buffer when writing...
2016-05-15 Kaho Ngext4_xattr: clear the content of acl block buffer befor...
2016-05-15 Kaho Ngext4_xattr: better handling on some corner error case
2016-05-13 Kaho Ngext4_xattr: Changes to EA metadata handling macros
2016-05-13 ngkaho1234Refine extra_isize field handling
2016-05-11 Kaho Ngext4_xattr: endianness fix.
2016-05-11 Kaho Ngext4_xattr: fix freeing inode_ref's buffer when failed...
2016-03-17 ngkaho1234ext4_xattr: fix xattr functions not recognizing acl...
2016-01-31 ngkaho1234Refactor header files dependencies.
2016-01-28 ngkaho1234Reconstruct source directory tree.