ngkaho1234
|
9f0a68086c
|
FIX: ext4_frename does not check whether the target file exist or not.
|
9 years ago |
ngkaho1234
|
d526904e82
|
FIX: an extra block is freed when truncating an inode.
|
9 years ago |
ngkaho1234
|
92053fed4a
|
since EXT4_DIRECTORY_FILETYPE_* are duplication of EXT4_DIRENTRY_*, the former is replaced by the later.
|
9 years ago |
gkostka
|
14560adaaf
|
Remove compilation warning (maybe-uninitialized)
|
9 years ago |
gkostka
|
1fcd1b0075
|
Merge branch 'master' of https://github.com/ngkaho1234/lwext4
|
9 years ago |
ngkaho1234
|
299dbe030a
|
new option: CONFIG_HAVE_OWN_ASSERT
|
9 years ago |
ngkaho1234
|
db82248ac1
|
FIX: double free of inode reference happens.
|
9 years ago |
me
|
6728257371
|
Use -dead_strip linker flag instead of --gc-sections on OS X.
|
9 years ago |
root
|
4dc0ded0b3
|
remove file_expect argument from those ext4_fopen2 calls.
|
9 years ago |
ngkaho1234
|
57ab5f230b
|
Regard to gkostka, EXT4_MP_LOCK/UNLOCK should be implemented as recursive mutex.
d68a48bfeb
|
9 years ago |
root
|
d68a48bfeb
|
ext4_fopen_all removed.
|
9 years ago |
gkostka
|
dfa54d1e23
|
Merge pull request #5 from ngkaho1234/master
Initial Symbolic link support.(Creation, deletion, readlink, but no modification can be made.)
|
9 years ago |
root
|
f4d662d77b
|
Symlink now can be removed by ext4_fremove.
|
9 years ago |
root
|
0697bc2f9f
|
Merge remote-tracking branch 'upstream/master'
|
9 years ago |
gkostka
|
4e5365b36f
|
Typo fix
|
9 years ago |
gkostka
|
f0b072a163
|
Increase max test buffer size
|
9 years ago |
gkostka
|
660796003c
|
Remove stupid STM code
|
9 years ago |
gkostka
|
0a123dfadb
|
stm32f429 demo code format
|
9 years ago |
gkostka
|
b43526da4f
|
Fix iostats in generic demo
|
9 years ago |
gkostka
|
5a045db8d5
|
Remove chibios demo (hard to maintain with ChibiOS master tree)
|
9 years ago |
gkostka
|
107a9ee9b4
|
Demo apps refactoring
|
9 years ago |
gkostka
|
fd69372547
|
Linux line endings
|
9 years ago |
root
|
ae7bd71fbf
|
Merge branch 'master' of https://github.com/ngkaho1234/lwext4
|
9 years ago |
root
|
0505aa9255
|
Initial Symbolic support.
|
9 years ago |
gkostka
|
6d8b61ed7f
|
Merge pull request #4 from ngkaho1234/master
FIX: the parent directory reference in child directory inode, a.k.a '..' dirent is not correctly reset during rename.
|
9 years ago |
ngkaho1234
|
5f12f965de
|
Merge pull request #1 from gkostka/master
Code formating
|
9 years ago |
gkostka
|
11246ef8f6
|
Change ext4_fread & ext4_fwrite prototypes
It is better idea to pass size_t type to fwrite & fread instead of uint32_t.
|
9 years ago |
gkostka
|
c1adeee6be
|
Code format (spaces to tabs)
|
9 years ago |
root
|
eaafa053f9
|
FIX: the parent directory reference in child directory inode, a.k.a '..' dirent is not correctly reset during rename.
|
9 years ago |
root
|
5231ccdd1c
|
Revert "FIX: the parent directory reference in child directory inode, a.k.a '..' dirent is not correctly reset during rename."
This reverts commit 241ba2c8b4 .
|
9 years ago |
root
|
241ba2c8b4
|
FIX: the parent directory reference in child directory inode, a.k.a '..' dirent is not correctly reset during rename.
|
9 years ago |
gkostka
|
5e12e58afe
|
Merge pull request #3 from ngkaho1234/master
|
9 years ago |
gkostka
|
07058c1899
|
Change ext4_fread & ext4_fwrite prototypes
It is better idea to pass size_t type to fwrite & fread instead of uint32_t.
|
9 years ago |
gkostka
|
b4f1a2a663
|
Code format (spaces to tabs)
|
9 years ago |
root
|
8cb6e45273
|
Remove a line of printf from ext4.c(it was originally for debug purpose).
|
9 years ago |
root
|
869c17132d
|
Revert "Symbolic link support: ext4_fsymlink proposed."
This reverts commit ab3010aeb7 .
|
9 years ago |
root
|
ab3010aeb7
|
Symbolic link support: ext4_fsymlink proposed.
|
9 years ago |
gkostka
|
0bad049ee7
|
Merge pull request #2 from ngkaho1234/master
Merge ngkaho1234 branch
|
9 years ago |
root
|
400b183c48
|
Hardlink suppert: ext4_flink interface proposed.
|
9 years ago |
root
|
01c6151eb5
|
ext4_ftruncate being separated into two parts: ext4_ftruncate_no_lock and ext4_ftruncate.
|
9 years ago |
root
|
c879d4700f
|
Rename process being refined.
Before removing reference from the original parent directory, we should first create reference to the new parent directory, that sounds better.
|
9 years ago |
root
|
69e6bc56ce
|
ext4_dir_dx_reset_parent_inode proposed.
|
9 years ago |
gkostka
|
9e5db3d386
|
Merge pull request #1 from ngkaho1234/master
FIXME: MP lock was held without release at ext4_dir_entry_next in case the end of directory is reached.
|
9 years ago |
ngkaho1234
|
191fb80f24
|
FIX: MP lock was held without release at ext4_dir_entry_next in case the end of directory is reached.
|
9 years ago |
gkostka
|
c897dc5a64
|
Linux line-endings
|
9 years ago |
gkostka
|
00affc044c
|
Resolve some endianes issues
|
9 years ago |
gkostka
|
2651b659e1
|
Linux codestyle format (tabs indenation)
|
9 years ago |
gkostka
|
2a1d5f53b7
|
ngkaho1234: lwext4 improvments & bugfixes
|
9 years ago |
gkostka
|
3d1db93236
|
Merge branch 'master' of git://git.code.sf.net/p/lwext4/git
|
9 years ago |
gkostka
|
d4b418a321
|
Add CHANGELOG & version bump to 0.8.0
|
9 years ago |