| Age | Commit message (Collapse) | Author |
|
definitions from your OS.)
ext4_dir_entry_rewind introduced.
|
|
FIX: ext4_frename does not check whether the target file exist or not.
|
|
|
|
FIX: an extra block is freed when truncating an inode.
|
|
|
|
former is replaced by the later.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/ngkaho1234/lwext4/commit/d68a48bfeb7f77b46c64aa9dab1f93448c3ad601
|
|
|
|
Initial Symbolic link support.(Creation, deletion, readlink, but no modification can be made.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FIX: the parent directory reference in child directory inode, a.k.a '..' dirent is not correctly reset during rename.
|
|
Code formating
|
|
It is better idea to pass size_t type to fwrite & fread instead of uint32_t.
|
|
|
|
dirent is not correctly reset during rename.
|
|
'..' dirent is not correctly reset during rename."
This reverts commit 241ba2c8b4e76232dea9a44f3478ee6408ee41c1.
|
|
dirent is not correctly reset during rename.
|
|
|
|
It is better idea to pass size_t type to fwrite & fread instead of uint32_t.
|
|
|
|
|
|
This reverts commit ab3010aeb7aff7581d67866819a1ec74ce36916a.
|
|
|
|
Merge ngkaho1234 branch
|
|
|
|
ext4_ftruncate.
|
|
Before removing reference from the original parent directory, we should first create reference to the new parent directory, that sounds better.
|
|
|
|
FIXME: MP lock was held without release at ext4_dir_entry_next in case the end of directory is reached.
|
|
of directory is reached.
|
|
|
|
|
|
|