shithub: lwext4

RSS feed

c8ca698b – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/23 18:24
Refining the use of cast.

88853b3b – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/23 17:48
METADATA_CSUM: block group descriptor checksum added.

b4abf659 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/23 00:21
METADATA_CSUM: superblock checksum added.

67935cc9 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/20 17:21
Move ext4_fs_release_inode_block to module internals

1dbb7735 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/20 17:13
Move ext4_fs_set_inode_data_block_index to module internals

31219e3b – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/20 16:23
Remove redundant code

9e38c9b4 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/20 20:55
Remove stale static int ext4_ext_split_extent_at definition.

b373cd2f – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/20 19:51
TODO: More complicated truncate operation.

c6ecf742 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/20 05:58
FIX: crash occurs when truncating a spare file.

ab0173e0 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/19 17:59
Move allocation fail output condition to the end of the write loop

0c461298 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/19 16:52
Fix fwrite function

35c79ba9 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/20 00:22
Do not set AGGRESSIVE_TEST on.

3fff8b44 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/20 00:20
Numorous patches on extents.c :

86b19bc4 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/19 09:59
Add support_unwritten parameter to ext4_fs_get_inode_data_block_index.

698ceba6 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/19 09:38
FIX: ext4_extent_remove_space deallocating the wrong block.

b768b83c – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/19 09:35
Simplify the code logic of ext4_fread & ext4_fwrite.

26c97621 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/18 19:02
Move stm32f429 demo to separate repository

d5cb40f4 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/18 18:26
Improve generic & stm32f4 demos

0e812379 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/18 18:10
dos2unix conversion of Makefile

5bf5ef05 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/18 18:02
Some minor cosmetic fixes

6a8ef229 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/18 20:23
FIX: ext4_fwrite cannot write to files correctly with filesize > 4.1G

f742164b – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/10/18 17:24
Remove EXT_INODE_HDR_NEED_GROW.

75f7046d – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/18 10:16
Remove define used only in one expresion

1930bbbd – gkostka <kostka.grzegorz@gmail.com> authored on 2015/10/18 10:16
Improve casting in extent module

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

Next