shithub: lwext4

RSS feed

fc604146 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/18 10:12
Fix indentation level

54c3f8cd – ngkaho1234 <ngkaho1234@gmail.com> authored and gkostka <kostka.grzegorz@gmail.com> committed on 2015/10/18 05:21
ext4_ext_zero_unwritten_range: uint32_t -> ext4_fsblk_t

90931b2b – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/18 05:20
Fix compiler warning in extent module

39cfadf9 – ngkaho1234 <ngkaho1234@gmail.com> authored and gkostka <kostka.grzegorz@gmail.com> committed on 2015/10/18 02:17
Multiple fixes related to basic block type

2548f243 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/16 14:50
Extent full & simple API unification

cb2a68d7 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/16 13:49
Move helper functions from .c to .h.

dfe85bdd – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/16 12:43
Introduce ext4_fs_init_inode_data_block_index

0d951d61 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/16 12:40
Add CONFIG_EXTENT_FULL compilation flag

5819cc9f – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/16 12:30
Add PRId64 & PRIu64 macros when not defined int inttypes.h

f59c52ee – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/16 12:29
Move __unused macro from tree.h to ext4_config.h

d15d9a8f – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/16 12:27
Introduce EXT4_BLOCK_ZERO macro to initialize ext4_block

1bbaf877 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/16 12:03
Introduce full extent implementation (by KaHo Ng)

4bcfec78 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/11 20:07
1. Use cc/c++ instead of gcc/g++

947c83bf – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/11 12:32
Improve debug formatting

a09a0501 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/11 12:06
Introduce bdev_write_sb to mkfs module

9befc593 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/11 11:02
Add superblock fill function

b4f7056e – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/11 10:11
Port create_fs_aux_info form ext4-utils

193a315b – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/11 10:11
Make ext4_sb_sparse public

23d805b5 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/11 09:39
Add journal data to mkfs info

eef7be80 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/11 08:17
Add mkfs to debug module

5cfb1be8 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/11 07:50
Add ext4_mkfs function (incomplete yet)

00c04858 – gkostka <kostka.grzegorz@gmail.com> authored and ngkaho1234 <ngkaho1234@gmail.com> committed on 2015/10/11 06:57
Add ext4_mkfs_read_info function

9d667e4f – gkostka <kostka.grzegorz@gmail.com> authored and ngkaho1234 <ngkaho1234@gmail.com> committed on 2015/10/11 06:48
Add ext4_mkfs module skeleton

bba14d47 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/11 12:48
Tune CMakeFile default preprocessor macros on PC.

0d2e2caf – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/11 05:17
Fix 16 bit MCU compilation warnings

d28be3a3 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/11 11:06
FIX: cannot delete files containing unwritten extent properly.

aff43c4a – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/10 16:56
Debug system refactoring (prefixes & flags)

59950cfe – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/10 00:29
Merge pull request #9 from ngkaho1234/master

a4ec81fd – root <ngkaho1234@gmail.com> authored on 2015/10/09 22:01
FIX: EA in-memory data referred after freeing.

9792c01e – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/09 20:07
FIX: ext4_listxattr not returning required list buffer size when size == 0.

a1a24db0 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/09 13:28
Fix const correctness

0b1f3afd – root <ngkaho1234@gmail.com> authored on 2015/10/09 13:19
FIX: ea_size accounting is not correct after resizing. (3)

edcd4459 – root <ngkaho1234@gmail.com> authored on 2015/10/09 13:13
FIX: ea_size accounting is not correct after resizing. (2)

d8bfd3ab – root <ngkaho1234@gmail.com> authored on 2015/10/09 13:09
FIX: ea_size accounting is not correct after resizing.

1f6b6e87 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/09 20:54
Fix compiler warnings.

846df7df – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/09 20:52
ea_size accounting rework: now do not count the size of xattr headers.

29a5d255 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/09 20:24
FIX: list buffer size is not correctly returned on ext4_listxattr calls.

5ddffb59 – root <ngkaho1234@gmail.com> authored on 2015/10/09 09:22
Experimental EA public routines.

6e79cef4 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 16:04
Add ignore .git directory cmkage dist target

ea1b3fba – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 15:45
Readme update

aea98947 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 15:36
Fix chibios headers

915f8b7f – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 15:22
Remove compilaton warnings

1a0b8144 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 15:17
Remove some confusing casts

aa3c31b2 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 15:11
Little code cleanup

2a7a75f8 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 14:55
Fix compile warnings for 16 bit machines

8175b57b – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 14:52
Add licence headers to source files

9977df1f – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 14:50
Compile warnings fix

368a11f2 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 14:48
Fix some indentation issues

4df373ae – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 14:43
Move prefix table to .rodata section (and static keyword)

85273d52 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 14:38
Remove clock_t dependency

01af5a89 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 14:37
Add CONFIG_HAVE_OWN_OFLAGS=1 for targets without right definitions

eb760494 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 14:33
Remove cdefs header from tree

2064a552 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/08 14:21
Merge pull request #8 from ngkaho1234/master

dc8cbeb1 – root <ngkaho1234@gmail.com> authored on 2015/10/08 12:11
Do clang-format against ext4_xattr.c and ext4_xattr.h

afdb70bf – root <ngkaho1234@gmail.com> authored on 2015/10/08 12:06
Remove ext4_fsetxattr stub.

757363a0 – root <ngkaho1234@gmail.com> authored on 2015/10/08 12:00
Fix compiler warnings..ext4_fsetxattr stub added.

b3fc8b9d – root <ngkaho1234@gmail.com> authored on 2015/10/08 11:55
ext4 prefix/name string operations added.

801cc44c – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/07 11:47
FIX: no entries found during iteration.

b824765f – root <ngkaho1234@gmail.com> authored on 2015/10/07 08:04
EA entries iterating routines added.

17c247fa – root <ngkaho1234@gmail.com> authored on 2015/10/07 05:30
Code refine (2):

e63efe18 – root <ngkaho1234@gmail.com> authored on 2015/10/06 10:50
Code refine (1):

0226bd4b – root <ngkaho1234@gmail.com> authored on 2015/10/06 08:43
FIX: the ext4_block reference is freed before the EA data is put onto the acl block.

6de80f73 – root <ngkaho1234@gmail.com> authored on 2015/10/05 18:56
Fix signed/unsigned cmp at ext4_xattr.c:245

6c2c498a – root <ngkaho1234@gmail.com> authored on 2015/10/05 18:50
Line 518 of ext4_xattr:

a1504e63 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/05 20:16
FIX: in-inode EA entries not having their e_value_offs set correctly.

15ace36d – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/05 20:02
ext4_fs_set_xattr, ext4_fs_get_xattr and ext4_fs_remove_xattr introduced.(EXPERIMENTAL, POTENTIAL DEADLOCKgit add .

18bebd19 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/05 15:06
Numorous helper routines implemented.

7d87ccf6 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/04 18:56
EA modification protocol implementations.(1)

22483205 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/04 18:32
ext4_xattr_lookup_item added.

3dc5c1d1 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/04 18:26
Add license header to ext4_xattr.c

804fde61 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/04 18:16
Don't make those rb-tree symbols global.

8cc5ebef – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/04 17:52
FIX: stale #include "ext4_rbtree.h"

753d3b47 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/04 17:39
1. Use rbtree implementation from Freebsd kernel instead of the one from Linux Kernel.2. FIX: ext4_xattr_item_alloc_data: data_size == 1 when copying the on-disk data to memory.

ce0087be – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/04 14:49
EA supports code rewritten with the view of providing EA modification

f8c7281b – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/03 23:40
Experimental EA supports.

9190df91 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/01 15:11
Fix indentation level in ext4_fs

8209c29e – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/01 15:04
Merge branch 'master' of https://github.com/ngkaho1234/lwext4

f01e3ef3 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/01 19:30
ext4_fs.c: code indentation.

37eb3f36 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/01 19:25
CONFIG_HAVE_OWN_ASSERT defaults to 0.

94d428f1 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/01 15:10
FIX: block bitmap is not correctly initialized.

d409b47e – Grzegorz Kostka <g.kostka@camlintechnologies.com> authored on 2015/10/01 12:26
Merge branch 'master' of https://github.com/gkostka/lwext4

90ed580c – root <ngkaho1234@gmail.com> authored on 2015/09/30 05:48
ext4_mount_point_stats should handle the path of files as well.

4a137bb5 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/09/29 04:43
#include <fcntl.h> is needed.

f0cbc763 – me <me@me-mac.lan> authored on 2015/09/29 04:37
#ifdef CONFIG_HAVE_OWN_OFLAGS should be #if. Also, if CONFIG_HAVE_OWN_OFLAGS == 1, the definitions from ext4.h is used instead of the one provided by your OS.

fc60a128 – root <ngkaho1234@gmail.com> authored on 2015/09/29 08:56
CONFIG_HAVE_OWN_OFLAGS introduced.(In case you want to use those unistd definitions from your OS.)

9f0a6808 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/09/28 14:23
FIX: ext4_frename does not check whether the target file exist or not.

51930780 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/28 13:32
Merge pull request #7 from ngkaho1234/master

d526904e – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/09/27 09:09
FIX: an extra block is freed when truncating an inode.

65feb6cf – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/27 04:02
Merge pull request #6 from ngkaho1234/master

92053fed – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/09/26 22:12
since EXT4_DIRECTORY_FILETYPE_* are duplication of EXT4_DIRENTRY_*, the former is replaced by the later.

14560ada – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/26 13:53
Remove compilation warning (maybe-uninitialized)

1fcd1b00 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/26 13:49
Merge branch 'master' of https://github.com/ngkaho1234/lwext4

299dbe03 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/09/26 08:59
new option: CONFIG_HAVE_OWN_ASSERT

db82248a – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/09/26 08:43
FIX: double free of inode reference happens.

67282573 – me <me@me-mac.lan> authored on 2015/09/24 05:37
Use -dead_strip linker flag instead of --gc-sections on OS X.

4dc0ded0 – root <ngkaho1234@gmail.com> authored on 2015/09/24 08:03
remove file_expect argument from those ext4_fopen2 calls.

57ab5f23 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/09/24 05:26
Regard to gkostka, EXT4_MP_LOCK/UNLOCK should be implemented as recursive mutex.

d68a48bf – root <ngkaho1234@gmail.com> authored on 2015/09/23 08:21
ext4_fopen_all removed.

dfa54d1e – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/22 03:36
Merge pull request #5 from ngkaho1234/master

4e5365b3 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/21 20:27
Typo fix

Next