index
:
lwext4
2400-ext-errors
arm64
carl
carl-attic
carl-old
carl2-opt
cscript
debug
disk-writer-debug
fix-mac
master
more-cache
osx
static-on-linux
win32
windows-debug
Fork of lwext4 library for EXT2 filesystem manipulation
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-09-29
CONFIG_HAVE_OWN_OFLAGS introduced.(In case you want to use those unistd defin...
root
2015-09-28
Merge pull request #7 from ngkaho1234/master
gkostka
2015-09-28
FIX: ext4_frename does not check whether the target file exist or not.
ngkaho1234
2015-09-27
Merge pull request #6 from ngkaho1234/master
gkostka
2015-09-27
FIX: an extra block is freed when truncating an inode.
ngkaho1234
2015-09-27
since EXT4_DIRECTORY_FILETYPE_* are duplication of EXT4_DIRENTRY_*, the forme...
ngkaho1234
2015-09-26
Remove compilation warning (maybe-uninitialized)
gkostka
2015-09-26
Merge branch 'master' of https://github.com/ngkaho1234/lwext4
gkostka
2015-09-26
new option: CONFIG_HAVE_OWN_ASSERT
ngkaho1234
2015-09-26
FIX: double free of inode reference happens.
ngkaho1234
2015-09-24
Use -dead_strip linker flag instead of --gc-sections on OS X.
me
2015-09-24
remove file_expect argument from those ext4_fopen2 calls.
root
2015-09-24
Regard to gkostka, EXT4_MP_LOCK/UNLOCK should be implemented as recursive mutex.
ngkaho1234
2015-09-23
ext4_fopen_all removed.
root
2015-09-22
Merge pull request #5 from ngkaho1234/master
gkostka
2015-09-21
Symlink now can be removed by ext4_fremove.
root
2015-09-21
Merge remote-tracking branch 'upstream/master'
root
2015-09-22
Typo fix
gkostka
2015-09-22
Increase max test buffer size
gkostka
2015-09-22
Remove stupid STM code
gkostka
2015-09-22
stm32f429 demo code format
gkostka
2015-09-22
Fix iostats in generic demo
gkostka
2015-09-22
Remove chibios demo (hard to maintain with ChibiOS master tree)
gkostka
2015-09-22
Demo apps refactoring
gkostka
2015-09-22
Linux line endings
gkostka
2015-09-21
Merge branch 'master' of https://github.com/ngkaho1234/lwext4
root
2015-09-21
Initial Symbolic support.
root
2015-09-21
Merge pull request #4 from ngkaho1234/master
gkostka
2015-09-21
Merge pull request #1 from gkostka/master
ngkaho1234
2015-09-20
Change ext4_fread & ext4_fwrite prototypes
gkostka
2015-09-20
Code format (spaces to tabs)
gkostka
2015-09-20
FIX: the parent directory reference in child directory inode, a.k.a '..' dire...
root
2015-09-20
Revert "FIX: the parent directory reference in child directory inode, a.k.a '...
root
2015-09-20
FIX: the parent directory reference in child directory inode, a.k.a '..' dire...
root
2015-09-20
Merge pull request #3 from ngkaho1234/master
gkostka
2015-09-20
Change ext4_fread & ext4_fwrite prototypes
gkostka
2015-09-20
Code format (spaces to tabs)
gkostka
2015-09-20
Remove a line of printf from ext4.c(it was originally for debug purpose).
root
2015-09-20
Revert "Symbolic link support: ext4_fsymlink proposed."
root
2015-09-20
Symbolic link support: ext4_fsymlink proposed.
root
2015-09-20
Merge pull request #2 from ngkaho1234/master
gkostka
2015-09-20
Hardlink suppert: ext4_flink interface proposed.
root
2015-09-20
ext4_ftruncate being separated into two parts: ext4_ftruncate_no_lock and ext...
root
2015-09-20
Rename process being refined.
root
2015-09-20
ext4_dir_dx_reset_parent_inode proposed.
root
2015-09-20
Merge pull request #1 from ngkaho1234/master
gkostka
2015-09-20
FIX: MP lock was held without release at ext4_dir_entry_next in case the end ...
ngkaho1234
2015-09-16
Linux line-endings
gkostka
2015-09-16
Resolve some endianes issues
gkostka
2015-09-16
Linux codestyle format (tabs indenation)
gkostka
[prev]
[next]