summaryrefslogtreecommitdiff
path: root/src/ext4_xattr.c
AgeCommit message (Expand)Author
2017-05-20ext4_config: add defines allowing disabling xattr and extent modulesgkostka
2017-05-20Make ext4_xattr & ext4_extents GPL licensedgkostka
2017-04-05Change include type policygkostka
2017-02-28ext4_xattr: fix access violation if extra_isize is 0Kaho Ng
2017-02-27ext4_xattr: fix trying to read EA block even if it is absentKaho Ng
2016-06-20ext4_xattr: rework the EA submoduleKaho Ng
2016-05-27ext4_xattr: fix not considering iter()'s return valueKaho Ng
2016-05-16ext4_xattr: fix missing a type conversion from int32_t to size_tKaho Ng
2016-05-16ext4_xattr: allow more entries to be inserted when space is smallngkaho1234
2016-05-16ext4_xattr: fix not computing hash of on-block entriesngkaho1234
2016-05-16ext4_xattr: type changesngkaho1234
2016-05-16ext4_xattr: ext4_xattr_insert_item now returns error codeKaho Ng
2016-05-16ext4_xattr: invalidate the block buffer when writing failsKaho Ng
2016-05-16ext4_xattr: clear the content of acl block buffer before writingKaho Ng
2016-05-16ext4_xattr: better handling on some corner error caseKaho Ng
2016-05-13ext4_xattr: Changes to EA metadata handling macrosKaho Ng
2016-05-13Refine extra_isize field handlingngkaho1234
2016-05-12ext4_xattr: endianness fix.Kaho Ng
2016-05-12ext4_xattr: fix freeing inode_ref's buffer when failed to initialize.Kaho Ng
2016-03-17ext4_xattr: fix xattr functions not recognizing acl attribute name.ngkaho1234
2016-01-31Refactor header files dependencies.ngkaho1234
2016-01-28Reconstruct source directory tree.ngkaho1234