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
path:
root
/
src
/
ext4.c
Age
Commit message (
Expand
)
Author
2018-09-26
ext4: fix ext4_fsymlink creation
Grzegorz Kostka
2018-04-05
ext4: move ext4_fs_alloc_inode result check to right place
Grzegorz Kostka
2017-10-18
Use int64_t as offset to ext4_fseek.
Fan Deng
2017-10-17
Remove an unuseful if check in ext4.c.
Fan Deng
2017-05-31
ext4: fix transaction start/stop scopes
Grzegorz Kostka
2017-04-19
ext4: add ext4_inode_exist method
gkostka
2017-04-05
Change include type policy
gkostka
2017-02-21
ext4_mkfs: add journal node creation support
gkostka
2017-02-19
ext4: improve dox documentation style
gkostka
2017-02-17
ext4: little style improvements
Grzegorz Kostka
2017-02-17
ext4: remove dynamic block cache allocation in ext4_mount
Grzegorz Kostka
2017-02-17
ext4: remove block cache parameter from device_register function
gkostka
2017-02-17
ext4: add block device unregister by name & all methods
gkostka
2017-02-16
ext4: remove read-only check in get atime/mtime/ctime/mode/own methods
gkostka
2017-02-15
ext4: add methods to access file mode, owner, atime, mtime, ctime
gkostka
2017-01-18
ext4: add ext4_cache_flush for explicit cache flush
gkostka
2016-08-19
ext4: easy malloc/calloc/realloc/free substitution
MichaĆ Majewicz
2016-06-30
ext4: add filetype checking to ext4_mknod
Kaho Ng
2016-06-30
ext4: special inode creation support
Kaho Ng
2016-06-28
ext4: fix possible access violation when copying name fields
Kaho Ng
2016-06-20
ext4: @replace in ext4_setxattr() is deprecated
Kaho Ng
2016-06-20
ext4_xattr: rework the EA submodule
Kaho Ng
2016-05-07
ext4: count on free blocks and inodes number after journal recovery.
ngkaho1234
2016-03-31
ext4: add rename/move directory procedure to main API
gkostka
2016-03-17
ext4_xattr: fix xattr functions not recognizing acl attribute name.
ngkaho1234
2016-01-31
Refactor header files dependencies.
ngkaho1234
2016-01-30
ext4: fix ext4_fread failing when fs on read-only mode.
ngkaho1234
2016-01-30
ext4: add read_only parameter to ext4_mount routine.
ngkaho1234
2016-01-28
Reconstruct source directory tree.
ngkaho1234