| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This fixes attempts to make partitions > 4GB.
|
|
|
|
Solve the problem with long symbolic links creation.
Thanks to: @cobenhan
|
|
Added the length of the name string a a parameter.
Using strlen() on the name string may not give the correct length
in case of paths like: /mountpoint/nonexistdir1/nonexistdir2.
|
|
|
|
Improvements from ext4-browser project
|
|
CMake: Added option whether to build static or shared library
|
|
|
|
|
|
|
|
|
|
|
|
This change makes it possible to fseek backwards in fseek.
Tested:
make test_all
|
|
The if check on s_bdevices[i].name is unuseful, as 'name' always
evaluates to true:
if (s_bdevices[i].name) {
...
}
This change removes the check to be consistent with the rest of the code
(see line 124 and 144).
|
|
|
|
|
|
|
|
We have to purge all consecutive transactions that
has all its buffers written to persistent location.
|
|
We fix ext4_balloc_free_blocks() not creating revoke records
correctly according to start block and block count parameter
from caller.
|
|
We fix ext4_balloc_free_blocks() not invaliding cache
correctly according to start block and block count parameter
from caller.
|
|
Remove transaction scope from ext4_generic_open2 method.
|
|
|
|
|
|
|
|
|
|
|
|
Since all headers are ins separate directory, includes could be
done by using <> instead of "".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|