Merge pull request #49 from sirocyl/patch-1
[lwext4.git] / src / ext4.c
2018-09-26 Grzegorz Kostkaext4: fix ext4_fsymlink creation
2018-04-05 Grzegorz Kostkaext4: move ext4_fs_alloc_inode result check to right...
2017-10-20 Grzegorz KostkaMerge pull request #33 from enetor/fseek
2017-10-18 Fan DengUse int64_t as offset to ext4_fseek.
2017-10-17 Grzegorz KostkaMerge pull request #32 from enetor/useless-if
2017-10-17 Fan DengRemove an unuseful if check in ext4.c.
2017-05-31 Grzegorz Kostkaext4: fix transaction start/stop scopes
2017-04-19 gkostkaext4: add ext4_inode_exist method
2017-04-05 gkostkaChange include type policy
2017-02-21 gkostkaext4_mkfs: add journal node creation support
2017-02-19 gkostkaext4: improve dox documentation style
2017-02-17 Grzegorz Kostkaext4: little style improvements
2017-02-17 Grzegorz Kostkaext4: remove dynamic block cache allocation in ext4_mount
2017-02-17 gkostkaext4: remove block cache parameter from device_register...
2017-02-16 gkostkaext4: add block device unregister by name & all methods
2017-02-16 gkostkaext4: remove read-only check in get atime/mtime/ctime...
2017-02-15 gkostkaext4: add methods to access file mode, owner, atime...
2017-01-18 gkostkaext4: add ext4_cache_flush for explicit cache flush
2016-08-19 Grzegorz KostkaMerge pull request #13 from mmajewicz/malloc_substitution
2016-08-19 Michał Majewiczext4: easy malloc/calloc/realloc/free substitution
2016-06-29 Kaho Ngext4: add filetype checking to ext4_mknod
2016-06-29 Kaho Ngext4: special inode creation support
2016-06-28 Kaho Ngext4: fix possible access violation when copying name...
2016-06-20 Kaho Ngext4: @replace in ext4_setxattr() is deprecated
2016-06-20 Kaho Ngext4_xattr: rework the EA submodule
2016-05-07 ngkaho1234ext4: count on free blocks and inodes number after...
2016-03-31 gkostkaext4: add rename/move directory procedure to main API
2016-03-17 ngkaho1234ext4_xattr: fix xattr functions not recognizing acl...
2016-01-31 ngkaho1234Refactor header files dependencies.
2016-01-30 ngkaho1234ext4: fix ext4_fread failing when fs on read-only mode.
2016-01-30 ngkaho1234ext4: add read_only parameter to ext4_mount routine.
2016-01-28 ngkaho1234Reconstruct source directory tree.