| Age | Commit message (Collapse) | Author |
|
Solve the problem with long symbolic links creation.
Thanks to: @cobenhan
|
|
|
|
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).
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now users can mount a filesystem as read-only mode explicitly.
|
|
|