RSS feed
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.
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
a35c56fd
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/23 17:35
Specify flags without -Wextra for non-gcc compilers.
854a6310
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/23 03:16
ext4_filedev: use ftello instead of ftell.
809b27e9
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/22 23:20
ext4_debug: eliminate warning messages when assert is disabled.
e1bbe336
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/22 22:28
Add 'lib_only' build target.
2df08d93
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/22 12:31
Fix __unused definition on non-gnuc platforms.
641de5c3
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/22 13:51
Rewrite __attribute__((packed)) as pragmas.
ee889f7d
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/21 18:53
ext4_bcache: do not allow cache shaking when callback is invoked.
fe2cde8c
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/21 02:59
ext4_journal: two changes below.
3cf60458
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/20 21:24
ext4_journal: flush dirty buffers which have BC_TMP flag set.
ea7ce7dc
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/18 20:10
ext4_journal: code logic optimization. See below.
c93f3e49
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/18 19:57
ext4_journal: abort a buffer when its data is discarded.
825892ff
– ngkaho1234 <ngkaho1234@gmail.com>
authored
and gkostka <kostka.grzegorz@gmail.com>
committed
on 2016/01/16 23:25
ext4_journal: remove pending transaction support. (useless)
526e3d9d
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/16 21:37
ext4_journal: the allocation in jbd_journal_flush_trans must succeed.
aa77b316
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/01/16 15:37
ext4_bcache: remove EXT4_BCACHE_STATIC_INSTANCE obsolete macro
97a67fc9
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/01/16 15:31
ext4: remove ext4_test_journal function
f346efe5
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/16 21:28
ext4_journal: flushes buffers claimed by multiple transactions.
ff03533e
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/16 19:06
ext4: complete the descriptions of extended attribute routines.
7ba4ef7d
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/16 08:19
ext4_fs: a space fix.
7291e128
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/16 08:19
ext4_dir_idx: ext4_dir_dx_init now only append file when necessary.
72395199
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/16 08:18
ext4: introduce ext4_trunc_dir specific to removing directory.
73a57bbf
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/01/16 07:50
ext4_config: introduce CONFIG_JOURNALING_ENABLE configuration switch
6a159c16
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/01/16 06:35
ext4_config: add ul to CONFIG_MAX_TRUNCATE_SIZE
a4792c8e
– ngkaho1234 <ngkaho1234@gmail.com>
authored
and gkostka <kostka.grzegorz@gmail.com>
committed
on 2016/01/15 23:01
ext4: fix entering a dead loop when ext4_dir_rm failed.
eec35795
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/15 18:41
ext4: bring the support of recursive removal of directory back.
dba02ea6
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/15 04:58
ext4_extent: some comments cleanup in ext4_ext_correct_indexes.
030a6519
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/14 23:33
Remove simple extent implementation.
b05eaa26
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/14 07:02
Numorous changes. See below:
745c18c6
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/11 06:58
ext4_trans: flush the buffer in the following case.
b84fde1e
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/11 06:48
ext4_journal: fix mistreating an empty journal as a bad one.
b96145cb
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/01/10 07:40
ext4_mkfs: fix mkfs function when journaling is enabled
fad2d51c
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2016/01/10 06:29
ext4: introduce ext4_trunc_inode to deal with ftruncate operation
b4f36a12
– ngkaho1234 <ngkaho1234@gmail.com>
authored
and gkostka <kostka.grzegorz@gmail.com>
committed
on 2016/01/02 05:50
ext4_journal: fix transaction sequence not being checksummed.
c261c575
– ngkaho1234 <ngkaho1234@gmail.com>
authored
and gkostka <kostka.grzegorz@gmail.com>
committed
on 2016/01/02 05:39
ext4_journal: add JBD_FEATURE_COMPAT_CHECKSUM support.
ce2df9b2
– ngkaho1234 <ngkaho1234@gmail.com>
authored
and gkostka <kostka.grzegorz@gmail.com>
committed
on 2016/01/02 05:30
ext4_journal: fix using wrong algorithm on journal checksum v2/v3.
d50817eb
– ngkaho1234 <ngkaho1234@gmail.com>
authored
and gkostka <kostka.grzegorz@gmail.com>
committed
on 2016/01/01 22:36
ext4: rework ext4_dir_rm to split it into many small transactions.
7e64817a
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2016/01/01 08:48
ext4_journal: initial support of journal checksumming is added.
fbfb8e6f
– ngkaho1234 <ngkaho1234@gmail.com>
authored
on 2015/12/31 17:06
ext4_bcache: add BC_TMP flag.
dcbc722c
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2015/12/31 07:02
ext4_bcache: add max cache depth watermark
1105a279
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2015/12/31 07:01
test_lwext4: add error printf when file/dir remove fails
d135e115
– ngkaho1234 <ngkaho1234@gmail.com>
authored
and gkostka <kostka.grzegorz@gmail.com>
committed
on 2015/12/31 03:22
ext4_crc32: a number of changes to ext4_crc32c module.
2dc69093
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2015/12/30 20:42
fs_test: add version string printf in test apps
471bfe94
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2015/12/30 20:33
makefile: add version definitions to makefile & CMakeLists
8dccafbc
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2015/12/30 20:12
lwext4_server: improve opt list
58a41806
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2015/12/30 20:11
lwext4_generic: add verbose mode to generic application
ba407e04
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2015/12/30 19:38
fs_test: simplify open_filedev implementation
45764c06
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2015/12/30 04:58
test_lwext4: add journaling to generic test module
c0f2dfea
– gkostka <kostka.grzegorz@gmail.com>
authored
on 2015/12/30 04:43
lwext4_server: add journaling to filesystem test suite
c6448a39
– ngkaho1234 <ngkaho1234@gmail.com>
authored
and gkostka <kostka.grzegorz@gmail.com>
committed
on 2015/12/30 01:34
ext4_journal: refactor purging transactions code
d7284d15
– ngkaho1234 <ngkaho1234@gmail.com>
authored
and gkostka <kostka.grzegorz@gmail.com>
committed
on 2015/12/29 20:45
ext4_journal: improve transaction handling
c5ea1007
– ngkaho1234 <ngkaho1234@gmail.com>
authored
and gkostka <kostka.grzegorz@gmail.com>
committed
on 2015/12/29 19:39
ext4_journal: reimplement buffer list as buffer queue in jbd_trans.
Next