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_extent.c
Age
Commit message (
Collapse
)
Author
2017-07-13
Fix a compile issue with big endian config & some small issues fixes
branzhu
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
Since all headers are ins separate directory, includes could be done by using <> instead of "".
2016-08-19
ext4: easy malloc/calloc/realloc/free substitution
MichaĆ Majewicz
2016-06-01
ext4_extent: add comments to truncate routines
Kaho Ng
2016-05-31
ext4_extent: fix truncate freeing blocks at the wrong boundary
Kaho Ng
2016-02-14
ext4_extent: compiler warning fix
gkostka
2016-02-14
ext4_extent: cosmetic fix on code indentation.
ngkaho1234
2016-02-14
ext4_extent: cosmetic fixes on error code handling. Part 2.
ngkaho1234
2016-02-14
ext4_extent: introduce need_split boolean to invoke splitting.
ngkaho1234
2016-02-13
ext4_extent: cosmetic fixes on error code handling.
ngkaho1234
Do not detect flaws by seeing whether routines return non-zero value, instead this should be done by seeing whether return value is not being EOK.
2016-02-12
ext4_extent: Rework extent insertion.
ngkaho1234
2016-02-04
ext4_extent: return immediately when ext4_ext_correct_indexes fails.
ngkaho1234
2016-02-04
ext4_extent: fix passing wrong size to memmove.
ngkaho1234
2016-01-31
Refactor header files dependencies.
ngkaho1234
2016-01-28
Reconstruct source directory tree.
ngkaho1234