shithub: lwext4

RSS feed

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

f0b072a1 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/21 20:14
Increase max test buffer size

66079600 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/21 20:13
Remove stupid STM code

0a123dfa – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/21 19:10
stm32f429 demo code format

b43526da – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/21 19:08
Fix iostats in generic demo

5a045db8 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/21 18:59
Remove chibios demo (hard to maintain with ChibiOS master tree)

107a9ee9 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/21 18:58
Demo apps refactoring

fd693725 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/21 18:56
Linux line endings

f4d662d7 – root <ngkaho1234@gmail.com> authored on 2015/09/21 19:33
Symlink now can be removed by ext4_fremove.

0697bc2f – root <ngkaho1234@gmail.com> authored on 2015/09/21 18:47
Merge remote-tracking branch 'upstream/master'

ae7bd71f – root <ngkaho1234@gmail.com> authored on 2015/09/21 12:23
Merge branch 'master' of https://github.com/ngkaho1234/lwext4

0505aa92 – root <ngkaho1234@gmail.com> authored on 2015/09/21 12:22
Initial Symbolic support.

6d8b61ed – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/21 04:43
Merge pull request #4 from ngkaho1234/master

5f12f965 – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/09/21 03:17
Merge pull request #1 from gkostka/master

11246ef8 – gkostka <kostka.grzegorz@gmail.com> authored and root <ngkaho1234@gmail.com> committed on 2015/09/20 16:16
Change ext4_fread & ext4_fwrite prototypes

c1adeee6 – gkostka <kostka.grzegorz@gmail.com> authored and root <ngkaho1234@gmail.com> committed on 2015/09/20 15:41
Code format (spaces to tabs)

eaafa053 – root <ngkaho1234@gmail.com> authored on 2015/09/20 18:51
FIX: the parent directory reference in child directory inode, a.k.a '..' dirent is not correctly reset during rename.

5231ccdd – root <ngkaho1234@gmail.com> authored on 2015/09/20 18:48
Revert "FIX: the parent directory reference in child directory inode, a.k.a '..' dirent is not correctly reset during rename."

241ba2c8 – root <ngkaho1234@gmail.com> authored on 2015/09/20 18:47
FIX: the parent directory reference in child directory inode, a.k.a '..' dirent is not correctly reset during rename.

5e12e58a – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/20 17:06
Merge pull request #3 from ngkaho1234/master

07058c18 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/20 16:16
Change ext4_fread & ext4_fwrite prototypes

b4f1a2a6 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/20 15:41
Code format (spaces to tabs)

0bad049e – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/20 14:51
Merge pull request #2 from ngkaho1234/master

8cb6e452 – root <ngkaho1234@gmail.com> authored on 2015/09/20 13:31
Remove a line of printf from ext4.c(it was originally for debug purpose).

869c1713 – root <ngkaho1234@gmail.com> authored on 2015/09/20 13:17
Revert "Symbolic link support: ext4_fsymlink proposed."

ab3010ae – root <ngkaho1234@gmail.com> authored on 2015/09/20 12:51
Symbolic link support: ext4_fsymlink proposed.

400b183c – root <ngkaho1234@gmail.com> authored on 2015/09/20 12:31
Hardlink suppert: ext4_flink interface proposed.

9e5db3d3 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/20 12:27
Merge pull request #1 from ngkaho1234/master

191fb80f – ngkaho1234 <ngkaho1234@gmail.com> authored on 2015/09/20 17:38
FIX: MP lock was held without release at ext4_dir_entry_next in case the end of directory is reached.

01c6151e – root <ngkaho1234@gmail.com> authored on 2015/09/20 12:22
ext4_ftruncate being separated into two parts: ext4_ftruncate_no_lock and ext4_ftruncate.

c879d470 – root <ngkaho1234@gmail.com> authored on 2015/09/20 12:09
Rename process being refined.

69e6bc56 – root <ngkaho1234@gmail.com> authored on 2015/09/20 12:00
ext4_dir_dx_reset_parent_inode proposed.

c897dc5a – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/16 19:46
Linux line-endings

00affc04 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/16 19:45
Resolve some endianes issues

2651b659 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/16 19:23
Linux codestyle format (tabs indenation)

2a1d5f53 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/09/16 19:04
ngkaho1234: lwext4 improvments & bugfixes

3d1db932 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/07/23 15:26
Merge branch 'master' of git://git.code.sf.net/p/lwext4/git

d4b418a3 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/07/23 15:22
Add CHANGELOG & version bump to 0.8.0

936b1347 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/07/16 17:47
Remove warnings comming from assert macro usage

650f1026 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/06/28 05:22
Fix comment typos

98017fc7 – gkostka <kostka.grzegorz@gmail.com> authored on 2015/06/28 04:56
Fix typos in comments

Next