Merge pull request #49 from sirocyl/patch-1
[lwext4.git] / src / ext4_extent.c
2017-07-13 branzhuFix a compile issue with big endian config & some small...
2017-05-20 gkostkaext4_config: add defines allowing disabling xattr and...
2017-05-20 gkostkaMake ext4_xattr & ext4_extents GPL licensed
2017-04-05 gkostkaChange include type policy
2016-08-19 Grzegorz KostkaMerge pull request #13 from mmajewicz/malloc_substitution
2016-08-19 Michał Majewiczext4: easy malloc/calloc/realloc/free substitution
2016-05-31 Kaho Ngext4_extent: add comments to truncate routines
2016-05-31 Kaho Ngext4_extent: fix truncate freeing blocks at the wrong...
2016-02-14 gkostkaext4_extent: compiler warning fix
2016-02-14 ngkaho1234ext4_extent: cosmetic fix on code indentation.
2016-02-14 ngkaho1234ext4_extent: cosmetic fixes on error code handling...
2016-02-14 ngkaho1234ext4_extent: introduce need_split boolean to invoke...
2016-02-13 ngkaho1234ext4_extent: cosmetic fixes on error code handling.
2016-02-12 ngkaho1234ext4_extent: Rework extent insertion.
2016-02-04 ngkaho1234ext4_extent: return immediately when ext4_ext_correct_i...
2016-02-04 ngkaho1234ext4_extent: fix passing wrong size to memmove.
2016-01-31 ngkaho1234Refactor header files dependencies.
2016-01-28 ngkaho1234Reconstruct source directory tree.