shithub: lwext4

RSS feed

4c155036 – gkostka <kostka.grzegorz@gmail.com> authored on 2016/12/01 11:37
ext4_blockdev: don't make zero length block read/write operations

1a96ef0a – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/11/22 00:24
ext4_journal: some reworks to stale metadata protection

fb6fd61f – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/09/22 11:21
ext4_journal: modify the first 4 bytes of the logged block when needed

384424b2 – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/09/22 11:17
ext4_journal: fix JBD_FLAG_ESCAPE handling

6f44e674 – Grzegorz Kostka <kostka.grzegorz@gmail.com> authored and GitHub <noreply@github.com> committed on 2016/09/05 22:33
Merge pull request #15 from exander77/master

5546ffcf – Ing. Radomír Polách <rp@t4d.cz> authored on 2016/09/05 19:29
fix: mingw build

8fd74cea – Grzegorz Kostka <kostka.grzegorz@gmail.com> authored and GitHub <noreply@github.com> committed on 2016/08/26 11:58
Update README.md

13875d2d – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/08/24 03:18
ext4_journal: do not replay revoked block within the same transaction

31827632 – gkostka <kostka.grzegorz@gmail.com> authored on 2016/08/19 09:03
ext4_types: change "user" prefix to "ext4_user"

73be5cdb – Grzegorz Kostka <kostka.grzegorz@gmail.com> authored and GitHub <noreply@github.com> committed on 2016/08/19 09:01
Merge pull request #13 from mmajewicz/malloc_substitution

7b3b9a66 – Michał Majewicz <mmajewicz@users.noreply.github.com> authored on 2016/08/19 08:31
ext4: malloc substitution - moved option definition and changed names

2577ef35 – Michał Majewicz <mmajewicz@users.noreply.github.com> authored on 2016/08/19 06:41
ext4: easy malloc/calloc/realloc/free substitution

7f35ecb4 – Grzegorz Kostka <kostka.grzegorz@gmail.com> authored and GitHub <noreply@github.com> committed on 2016/08/19 07:21
Merge pull request #12 from mmajewicz/extern_C_fix

d7699491 – Michał Majewicz <mmajewicz@users.noreply.github.com> authored on 2016/08/19 06:40
ext4_block_group.h: fix lack of extern "C" closing brace

253f1096 – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/08/18 22:36
ext4_journal: tune the logic of block zeroing in write_commit_block()

053a3f4e – gkostka <kostka.grzegorz@gmail.com> authored on 2016/08/16 16:43
ext4_mkfs: little function name refactoring

c0b435d0 – gkostka <kostka.grzegorz@gmail.com> authored on 2016/08/16 16:26
ext4_mkfs: improve block group init performance

057b788f – gkostka <kostka.grzegorz@gmail.com> authored on 2016/08/16 14:38
ext4_mkfs: merge fill_bgroups and write_bgroups into one function

f44a0a3c – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/06/30 01:30
ext4: add filetype checking to ext4_mknod

0ac15f45 – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/06/30 01:17
ext4: special inode creation support

a84a1b68 – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/06/28 19:02
ext4: fix possible access violation when copying name fields

358f3f8f – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/06/28 13:18
ext4_journal: fix memory leakage when revoking a block repeatedly

321eba33 – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/06/28 08:03
ext4_journal: fix memory leakage when reallocating a revoked block

b130ba0e – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/06/19 22:06
ext4: @replace in ext4_setxattr() is deprecated

278e8d43 – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/06/09 18:27
ext4_xattr: rework the EA submodule

45a1867f – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/05/31 20:06
ext4_extent: add comments to truncate routines

dbcf9937 – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/05/31 15:46
ext4_extent: fix truncate freeing blocks at the wrong boundary

0c223f83 – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/05/27 05:54
ext4_xattr: fix not considering iter()'s return value

ea294e2a – gkostka <kostka.grzegorz@gmail.com> authored on 2016/05/24 05:27
ext4_journal: fix trans_id_diff return value

bc6e18d5 – Kaho Ng <ngkaho1234@gmail.com> authored on 2016/05/24 09:37
ext4_journal: handle trans_id wrapping around cases

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.

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.

Next