RSS feed
6665a61f
– Kaho Ng <ngkaho1234@gmail.com>
authored
on 2016/05/16 19:38
ext4_xattr: fix missing a type conversion from int32_t to size_t
81637302
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/05/16 07:59
ext4_fs: zero the inode when allocated
716af5fa
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/05/16 06:19
ext4_xattr: allow more entries to be inserted when space is small
5372f03b
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/05/16 06:08
ext4_xattr: fix not computing hash of on-block entries
6a6833fd
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/05/16 05:12
ext4_xattr: type changes
06382010
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/05/16 05:36
ext4_mbr: introduce ext4_mbr_write procedure
a59596c4
– Kaho Ng <ngkaho1234@gmail.com>
authored
on 2016/05/16 08:27
ext4_xattr: ext4_xattr_insert_item now returns error code
1cf71b8e
– Kaho Ng <ngkaho1234@gmail.com>
authored
on 2016/05/15 21:49
ext4_xattr: invalidate the block buffer when writing fails
9fdd0b70
– Kaho Ng <ngkaho1234@gmail.com>
authored
on 2016/05/15 21:48
ext4_xattr: clear the content of acl block buffer before writing
d6816b4c
– Kaho Ng <ngkaho1234@gmail.com>
authored
on 2016/05/15 20:16
ext4_xattr: better handling on some corner error case
61098c71
– Kaho Ng <ngkaho1234@gmail.com>
authored
on 2016/05/12 18:38
ext4_xattr: Changes to EA metadata handling macros
5cdc17dc
– ngkaho1234 <ngkaho1234@gmail.com>
authored
and Kaho Ng <ngkaho1234@gmail.com>
committed
on 2016/05/12 09:59
Refine extra_isize field handling
8eff9f99
– Kaho Ng <ngkaho1234@gmail.com>
authored
on 2016/05/11 20:24
ext4_xattr: endianness fix.
18ddc30b
– Kaho Ng <ngkaho1234@gmail.com>
authored
on 2016/05/11 20:22
ext4_xattr: fix freeing inode_ref's buffer when failed to initialize.
2e93de2e
– ngkaho1234 <ngkaho1234@gmail.com>
authored
and Kaho Ng <ngkaho1234@gmail.com>
committed
on 2016/05/07 04:55
ext4: count on free blocks and inodes number after journal recovery.
670b5f15
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/04/30 07:20
Update README.md file
9c41d08c
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/04/30 07:17
Add separate LICENSE file
c538927c
– The Gitter Badger <badger@gitter.im>
authored
and gkostka <kostka.grzegorz@gmail.com>
committed
on 2016/04/30 04:53
Add Gitter badge
8281a978
– Kaho Ng <ngkaho1234@gmail.com>
authored
on 2016/04/27 15:11
ext4_journal: numorous changes.
2a5abdbf
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/04/28 13:31
ext4_journal: fix not wrapping blocks when recovering.
d480c36c
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/04/27 02:01
ext4_journal: cosmetic fix for jbd_trans_set_block_dirty.
f50e499b
– Kaho Ng <ngkaho1234@gmail.com>
authored
on 2016/04/24 17:12
ext4_journal: add once parameter to loops.
9dc5fd9e
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/04/23 21:05
ext4_balloc: fix not revoking any blocks when freeing blocks.
af503429
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/04/12 13:43
ext4_fs: fix possible overflow
44ce3df1
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/04/12 13:42
ext4_blockdev: change ERANGE to ENXIO error status
13e34ef3
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/04/01 12:00
ext4_config: set CONFIG_UNALIGNED_ACCESS to 0 as default
0589b928
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/04/01 11:05
ext4_config: add CONFIG_UNALIGNED_ACCESS configuration switch
53b4f919
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/03/31 16:47
ext4: add rename/move directory procedure to main API
0202d13d
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/03/31 16:43
CMake: add library & headers to make install target
5e4248f2
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/03/21 19:04
ext4_mkfs: fix compilation warnings
444b819a
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/03/21 19:01
ext4_journal: fix compilation warnings (may be used uninitialized)
fddf3106
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/03/21 18:33
travis: change toolchain in travis file & add new builds
6e3301d5
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/03/21 16:39
Remove depreciated blackfin build
b088876e
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/03/17 00:27
ext4_xattr: fix xattr functions not recognizing acl attribute name.
0df604ce
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/02/18 17:01
Fix travis build
ab4ac256
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/02/18 10:20
Fix assertion fault when disk space is full.
6c6fb144
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/02/14 13:08
ext4_extent: compiler warning fix
88c5f921
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/02/14 09:57
ext4_extent: cosmetic fix on code indentation.
966cb0dd
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/02/14 09:53
ext4_extent: cosmetic fixes on error code handling. Part 2.
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.