summaryrefslogtreecommitdiff
path: root/src/ext4_extent.c
AgeCommit message (Collapse)Author
2017-07-13Fix a compile issue with big endian config & some small issues fixesbranzhu
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
Since all headers are ins separate directory, includes could be done by using <> instead of "".
2016-08-19ext4: easy malloc/calloc/realloc/free substitutionMichaƂ Majewicz
2016-06-01ext4_extent: add comments to truncate routinesKaho Ng
2016-05-31ext4_extent: fix truncate freeing blocks at the wrong boundaryKaho Ng
2016-02-14ext4_extent: compiler warning fixgkostka
2016-02-14ext4_extent: cosmetic fix on code indentation.ngkaho1234
2016-02-14ext4_extent: cosmetic fixes on error code handling. Part 2.ngkaho1234
2016-02-14ext4_extent: introduce need_split boolean to invoke splitting.ngkaho1234
2016-02-13ext4_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-12ext4_extent: Rework extent insertion.ngkaho1234
2016-02-04ext4_extent: return immediately when ext4_ext_correct_indexes fails.ngkaho1234
2016-02-04ext4_extent: fix passing wrong size to memmove.ngkaho1234
2016-01-31Refactor header files dependencies.ngkaho1234
2016-01-28Reconstruct source directory tree.ngkaho1234