RSS feed
9503c359
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/02/14 09:49
ext4_extent: introduce need_split boolean to invoke splitting.
91d3934d
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/02/13 12:25
ext4_extent: cosmetic fixes on error code handling.
8c076831
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/02/12 00:09
ext4_extent: Rework extent insertion.
890484c7
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/02/09 17:30
Update README.md
9a1491ca
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/02/09 17:06
Bump lwext4 version to 1.0.0 & changelog update
222d026d
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/02/09 16:34
Update README.md
2eb1882c
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/02/04 10:39
ext4_extent: return immediately when ext4_ext_correct_indexes fails.
3e94292d
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/02/04 10:28
ext4_extent: fix passing wrong size to memmove.
bb7d7333
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/02/03 11:40
Fix prefix_patch toolkit.
e27d9e81
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/02/03 17:17
Fix type mismatch.
1a75ade5
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/02/03 05:29
Remove unnecessary stdio.h .
7a2fbb4f
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/30 17:33
Add toolkit that helps adding prefix to flags and errno V2.
9d03d7a9
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/28 17:49
Add toolkit that helps adding prefix to flags and errno.
2ed1a8a8
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/02/01 14:50
ext4_mkfs: move roundup and align macros to misc header
b86fd940
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/02/01 14:35
Fix travis build
8b4a6ced
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/31 22:18
Relocate other in-memory data structures from ext4_types.h
252c5062
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/31 17:31
Refactor header files dependencies.
3e42ad4c
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/31 04:40
ext4_mkfs: field 'len' of ext4_mkfs_info should be unsigned.
1ae9cc5b
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/30 13:28
ext4_fs: fix read_only not being set on ext4_fs structure.
734cf0ec
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/30 12:25
ext4: fix ext4_fread failing when fs on read-only mode.
8929c98e
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/30 18:26
ext4: add read_only parameter to ext4_mount routine.
9b40d089
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/28 19:18
CMake: now ext4_config.h will be automatically generated.
a45154a4
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/28 17:46
Reconstruct source directory tree.
d3bb06ff
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/01/27 18:50
bfin-elf.cmake: set -std=gnu99 for blackfin targets (unsupported gnu11)
9293ce9f
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/26 01:15
ext4: ext4_chmod now only allows modifying the lowest 12bit of i_mode.
cc2ee340
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/25 04:03
Move file opening & seeking flags to a separate header file.
784e8362
– root <ngkaho1234@gmail.com>
authored
and ngkaho1234 <ngkaho1234@gmail.com>
committed
on 2016/01/24 00:53
Reduce the number of errno definitions in ext4_errno.h.
3d5b848c
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/23 23:24
Add type cast to eliminate compiler warning messages.
1887221f
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/23 12:19
ext4_ialloc: fix using uint32_t as block address.
cfc1becd
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/01/23 12:37
ext4_config: set CONFIG_HAVE_OWN_ERRNO default value to 0