index
:
lwext4
2400-ext-errors
arm64
carl
carl-attic
carl-old
carl2-opt
cscript
debug
disk-writer-debug
fix-mac
master
more-cache
osx
static-on-linux
win32
windows-debug
Fork of lwext4 library for EXT2 filesystem manipulation
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ext4_xattr.c
Age
Commit message (
Expand
)
Author
2017-05-20
ext4_config: add defines allowing disabling xattr and extent modules
gkostka
2017-05-20
Make ext4_xattr & ext4_extents GPL licensed
gkostka
2017-04-05
Change include type policy
gkostka
2017-02-28
ext4_xattr: fix access violation if extra_isize is 0
Kaho Ng
2017-02-27
ext4_xattr: fix trying to read EA block even if it is absent
Kaho Ng
2016-06-20
ext4_xattr: rework the EA submodule
Kaho Ng
2016-05-27
ext4_xattr: fix not considering iter()'s return value
Kaho Ng
2016-05-16
ext4_xattr: fix missing a type conversion from int32_t to size_t
Kaho Ng
2016-05-16
ext4_xattr: allow more entries to be inserted when space is small
ngkaho1234
2016-05-16
ext4_xattr: fix not computing hash of on-block entries
ngkaho1234
2016-05-16
ext4_xattr: type changes
ngkaho1234
2016-05-16
ext4_xattr: ext4_xattr_insert_item now returns error code
Kaho Ng
2016-05-16
ext4_xattr: invalidate the block buffer when writing fails
Kaho Ng
2016-05-16
ext4_xattr: clear the content of acl block buffer before writing
Kaho Ng
2016-05-16
ext4_xattr: better handling on some corner error case
Kaho Ng
2016-05-13
ext4_xattr: Changes to EA metadata handling macros
Kaho Ng
2016-05-13
Refine extra_isize field handling
ngkaho1234
2016-05-12
ext4_xattr: endianness fix.
Kaho Ng
2016-05-12
ext4_xattr: fix freeing inode_ref's buffer when failed to initialize.
Kaho Ng
2016-03-17
ext4_xattr: fix xattr functions not recognizing acl attribute name.
ngkaho1234
2016-01-31
Refactor header files dependencies.
ngkaho1234
2016-01-28
Reconstruct source directory tree.
ngkaho1234