shithub: lwext4

RSS feed

faa76ad2 – Kaho Ng <ngkaho1234@gmail.com> authored on 2017/06/21 22:26
ext4_balloc: fix not invaliding cache correctly

9b38aef3 – Grzegorz Kostka <kostka.grzegorz@gmail.com> authored on 2017/05/31 11:12
ext4: fix transaction start/stop scopes

6a77e616 – gkostka <kostka.grzegorz@gmail.com> authored and Grzegorz Kostka <grzegorz@socialbicycles.com> committed on 2017/05/20 06:01
Change lwext4 license to GPL2

6f29a7ea – gkostka <kostka.grzegorz@gmail.com> authored on 2017/05/20 05:35
ext4_config: add defines allowing disabling xattr and extent modules

dee6a10a – gkostka <kostka.grzegorz@gmail.com> authored on 2017/05/20 05:23
ext4_dir_idx: make qsort as a default dir idx sort algorithm

b1a34c56 – gkostka <kostka.grzegorz@gmail.com> authored on 2017/05/20 04:39
Make ext4_xattr & ext4_extents GPL licensed

c8978f9d – gkostka <kostka.grzegorz@gmail.com> authored on 2017/04/19 16:47
ext4: add ext4_inode_exist method

2a4f69fb – gkostka <kostka.grzegorz@gmail.com> authored on 2017/04/19 13:55
toolchain: add toolchain files for new MCUs & simplify makefile

dd3f008d – gkostka <kostka.grzegorz@gmail.com> authored on 2017/04/19 12:35
ext4_journal: fix error handling in jbd_get_fs

782631e9 – gkostka <kostka.grzegorz@gmail.com> authored on 2017/04/05 16:12
Change include type policy

9ae6dcb7 – gkostka <kostka.grzegorz@gmail.com> authored on 2017/04/05 15:47
Name refactiring inside file_windows module

dc8bef53 – gkostka <kostka.grzegorz@gmail.com> authored on 2017/04/05 15:43
Rename ext4_filedev to file_dev

7c617245 – gkostka <kostka.grzegorz@gmail.com> authored on 2017/04/05 15:35
Rename io_raw module to more appropriate file_windows

19bcebbf – gkostka <kostka.grzegorz@gmail.com> authored on 2017/04/05 15:30
Remove unused unpack_images make target

dd0677d5 – gkostka <kostka.grzegorz@gmail.com> authored on 2017/04/05 15:28
Remove prefix patch directory

1753418c – gkostka <kostka.grzegorz@gmail.com> authored on 2017/04/05 15:26
Remove 7z archive with test images

1700fa24 – Grzegorz Kostka <kostka.grzegorz@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/03/24 04:54
Merge pull request #22 from branzhu/master

02eb0501 – branzhu <branzhu@outlook.com> authored on 2017/03/23 20:51
Fix issues with big-endian system

9c59c0b5 – Grzegorz Kostka <kostka.grzegorz@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/03/08 05:32
Update README.md

e6435a48 – Kaho Ng <ngkaho1234@gmail.com> authored on 2017/02/27 19:52
ext4_xattr: fix access violation if extra_isize is 0

ffc811b4 – Kaho Ng <ngkaho1234@gmail.com> authored on 2017/02/27 19:17
ext4_fs: set i_extra_isize to ext4_sblock::min_extra_isize

48d95520 – Kaho Ng <ngkaho1234@gmail.com> authored on 2017/02/27 19:05
ext4_inode: deal with i_extra_isize depending on inode size

4d530fc1 – Kaho Ng <ngkaho1234@gmail.com> authored on 2017/02/27 17:49
ext4_xattr: fix trying to read EA block even if it is absent

12af982e – gkostka <kostka.grzegorz@gmail.com> authored on 2017/02/21 16:30
ext4_mkfs: add journal node creation support

958b570b – gkostka <kostka.grzegorz@gmail.com> authored on 2017/02/19 17:03
ext4: improve dox documentation style

f6bfcc10 – Grzegorz Kostka <kostka.grzegorz@gmail.com> authored on 2017/02/17 09:30
ext4: little style improvements

80337500 – Grzegorz Kostka <kostka.grzegorz@gmail.com> authored on 2017/02/17 08:44
ext4: remove dynamic block cache allocation in ext4_mount

8321f180 – gkostka <kostka.grzegorz@gmail.com> authored on 2017/02/16 20:36
Update license file (github badge)

329eece6 – gkostka <kostka.grzegorz@gmail.com> authored on 2017/02/16 20:26
ext4: remove block cache parameter from device_register function

7429ab72 – gkostka <kostka.grzegorz@gmail.com> authored on 2017/02/16 20:03
Update licence file (comment scope remove)

406d9c3c – gkostka <kostka.grzegorz@gmail.com> authored on 2017/02/16 19:54
ext4: add block device unregister by name & all methods

ec5adbc6 – gkostka <kostka.grzegorz@gmail.com> authored on 2017/02/16 18:22
ext4: remove read-only check in get atime/mtime/ctime/mode/own methods

83e87bd1 – gkostka <kostka.grzegorz@gmail.com> authored on 2017/02/15 17:56
ext4: add methods to access file mode, owner, atime, mtime, ctime

5f4bfdc6 – Grzegorz Kostka <kostka.grzegorz@gmail.com> authored on 2017/02/03 04:45
Set theme jekyll-theme-hacker

ca673ab6 – gkostka <kostka.grzegorz@gmail.com> authored on 2017/01/18 20:04
ext4_journal: improve jbd_journal_alloc_block performance

c1185991 – gkostka <kostka.grzegorz@gmail.com> authored on 2017/01/18 17:35
ext4: add ext4_cache_flush for explicit cache flush

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.

Next