index
:
lwext4
2400-ext-errors
arm64
carl
carl-attic
carl-old
carl2-opt
cscript
debug
disk-writer-debug
fix-mac
master
more-cache
osx
static-on-linux
win32
windows-debug
Fork of lwext4 library for EXT2 filesystem manipulation
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-11-15
Return success when 0 block read/write is called
gkostka
2015-11-15
ext4_mkfs: use EXT4_SUPERBLOCK_SIZE instead of sizeof op.
ngkaho1234
2015-11-14
ext4_mkfs is able to create image with sblock and basic features
gkostka
2015-11-14
Remove obsolete feature flag
gkostka
2015-11-14
define _LARGEFILE64_SOURCE to be able to access large files.
ngkaho1234
2015-11-14
ext4_mkfs: fix SIGSEGV caused by inaccurate memory allocation size.
ngkaho1234
2015-11-13
Add lwext4_mkfs tool skeleton
gkostka
2015-11-13
Move all test modules to fs_test directory
gkostka
2015-11-13
Add block device skeleton module
gkostka
2015-11-13
Remove obsolete chibios block devices
gkostka
2015-11-10
Replace ext4_block_get with ext4_block_get_noread:
ngkaho1234
2015-11-09
FIX: ext4_extent: checksumming against newly allocated block.
ngkaho1234
2015-11-08
Add comments on the introduction of up-to-date flag
ngkaho1234
2015-11-08
Use ext4_block_get_noread when read operation is not required
ngkaho1234
2015-11-08
Reworks on buffer management
ngkaho1234
2015-11-05
FIX: item->in_inode is not initialized.
ngkaho1234
2015-11-05
EA: trusted, security namespace added.
ngkaho1234
2015-11-05
EA: ea entries with name "system.data" should be
ngkaho1234
2015-11-05
Fix travis build
gkostka
2015-11-05
Add arm-none-eabi-gcc toolchain to travis build
gkostka
2015-11-01
ext4_fs_inode_checksum: fix checksum calculation
ngkaho1234
2015-11-01
ext4_generic_open2: add EXT4_FINCOM_FILETYPE check
ngkaho1234
2015-10-31
Update README.md
gkostka
2015-10-29
Code format in dir_idx module
gkostka
2015-10-29
Refactor directory related names (shorter)
gkostka
2015-10-29
Fix printf fotmating in lwext4_server
gkostka
2015-10-29
Enable debug symbols generation in generic build
gkostka
2015-10-29
Update README.md
gkostka
2015-10-29
Add travis build link
gkostka
2015-10-29
Reorder includes to fix travis build
gkostka
2015-10-29
Fix -Wformat-security warnings
gkostka
2015-10-29
Add travis.yml file
gkostka
2015-10-29
Fix compile warnings for 16 bit int architectures
gkostka
2015-10-29
Fix compile error when META_CSUM is disabled
gkostka
2015-10-29
Refactor debug message format (CONFIG_DEBUG_PREFIX)
gkostka
2015-10-29
FIX: ext4_extent_full.c: should not assign checksum to extent root(in inode)
ngkaho1234
2015-10-29
Do not verify checksum upon seeking in the directory.
ngkaho1234
2015-10-29
ext4_dbg now shows line number
ngkaho1234
2015-10-29
FIX: fake inode checksum failing message.
ngkaho1234
2015-10-29
Add ext4_dir_checksum_verify prototype
ngkaho1234
2015-10-29
METADATA_CSUM: linear directory checksum verification added
ngkaho1234
2015-10-29
METADATA_CSUM: HTree directory checksum verification added
ngkaho1234
2015-10-28
Fix compile error
gkostka
2015-10-28
METADATA_CSUM: simple extent implementation checksum verification added
ngkaho1234
2015-10-28
ext4_extent_full.c: print warning messages when extent block checksum verific...
ngkaho1234
2015-10-28
METADATA_CSUM: inode and block group descriptor checksum verification added
ngkaho1234
2015-10-28
Don't access those checksum fields if metadata_csum is not enabled.
ngkaho1234
2015-10-28
Remove BIG FAT NOTE from ext4_balloc.c and ext4_ialloc.c
ngkaho1234
2015-10-28
METADATA_CSUM: inode bitmap verification added
ngkaho1234
2015-10-28
METADATA_CSUM: block bitmap verification added
ngkaho1234
[prev]
[next]