| Age | Commit message (Collapse) | Author |
|
Fix issues with big-endian system
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This parameter is useless since cache is always initialized by malloc.
|
|
|
|
|
|
|
|
|
|
|
|
Purge only one journal transaction if we are run out of journal
device space.
|
|
|
|
Patch submitted by g.tywanczuk@posnet.com.
|
|
|
|
|
|
|
|
fix: mingw build
|
|
|
|
|
|
|
|
Prefix ext4_user looks more appropriately.
|
|
ext4: easy malloc/calloc/realloc/free substitution
|
|
|
|
|
|
ext4_block_group.h: fix lack of extern "C" closing brace
|
|
|
|
|
|
|
|
|
|
Previous implementation might alloc a lot of memory to hold
block group descriptors. Now only one block group descriptor
is allocated. However, this might have some performance consequences.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|