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
2016-02-01
Add toolkit that helps adding prefix to flags and errno V2.
ngkaho1234
2016-02-01
Add toolkit that helps adding prefix to flags and errno.
ngkaho1234
2016-02-01
ext4_mkfs: move roundup and align macros to misc header
gkostka
2016-02-01
Fix travis build
gkostka
2016-02-01
Relocate other in-memory data structures from ext4_types.h
ngkaho1234
2016-01-31
Refactor header files dependencies.
ngkaho1234
2016-01-31
ext4_mkfs: field 'len' of ext4_mkfs_info should be unsigned.
ngkaho1234
2016-01-30
ext4_fs: fix read_only not being set on ext4_fs structure.
ngkaho1234
2016-01-30
ext4: fix ext4_fread failing when fs on read-only mode.
ngkaho1234
2016-01-30
ext4: add read_only parameter to ext4_mount routine.
ngkaho1234
2016-01-29
CMake: now ext4_config.h will be automatically generated.
ngkaho1234
2016-01-28
Reconstruct source directory tree.
ngkaho1234
2016-01-27
bfin-elf.cmake: set -std=gnu99 for blackfin targets (unsupported gnu11)
gkostka
2016-01-26
ext4: ext4_chmod now only allows modifying the lowest 12bit of i_mode.
ngkaho1234
2016-01-25
Move file opening & seeking flags to a separate header file.
ngkaho1234
2016-01-24
Reduce the number of errno definitions in ext4_errno.h.
root
2016-01-24
Add type cast to eliminate compiler warning messages.
ngkaho1234
2016-01-23
ext4_ialloc: fix using uint32_t as block address.
ngkaho1234
2016-01-23
ext4_config: set CONFIG_HAVE_OWN_ERRNO default value to 0
gkostka
2016-01-23
Specify flags without -Wextra for non-gcc compilers.
ngkaho1234
2016-01-23
ext4_filedev: use ftello instead of ftell.
ngkaho1234
2016-01-23
ext4_debug: eliminate warning messages when assert is disabled.
ngkaho1234
2016-01-23
Add 'lib_only' build target.
ngkaho1234
2016-01-23
Fix __unused definition on non-gnuc platforms.
ngkaho1234
2016-01-23
Rewrite __attribute__((packed)) as pragmas.
ngkaho1234
2016-01-22
ext4_bcache: do not allow cache shaking when callback is invoked.
ngkaho1234
2016-01-21
ext4_journal: two changes below.
ngkaho1234
2016-01-21
ext4_journal: flush dirty buffers which have BC_TMP flag set.
ngkaho1234
2016-01-19
ext4_journal: code logic optimization. See below.
ngkaho1234
2016-01-19
ext4_journal: abort a buffer when its data is discarded.
ngkaho1234
2016-01-17
ext4_journal: remove pending transaction support. (useless)
ngkaho1234
2016-01-17
ext4_journal: the allocation in jbd_journal_flush_trans must succeed.
ngkaho1234
2016-01-16
ext4_bcache: remove EXT4_BCACHE_STATIC_INSTANCE obsolete macro
gkostka
2016-01-16
ext4: remove ext4_test_journal function
gkostka
2016-01-17
ext4_journal: flushes buffers claimed by multiple transactions.
ngkaho1234
2016-01-17
ext4: complete the descriptions of extended attribute routines.
ngkaho1234
2016-01-16
ext4_fs: a space fix.
ngkaho1234
2016-01-16
ext4_dir_idx: ext4_dir_dx_init now only append file when necessary.
ngkaho1234
2016-01-16
ext4: introduce ext4_trunc_dir specific to removing directory.
ngkaho1234
2016-01-16
ext4_config: introduce CONFIG_JOURNALING_ENABLE configuration switch
gkostka
2016-01-16
ext4_config: add ul to CONFIG_MAX_TRUNCATE_SIZE
gkostka
2016-01-16
ext4: fix entering a dead loop when ext4_dir_rm failed.
ngkaho1234
2016-01-15
ext4: bring the support of recursive removal of directory back.
ngkaho1234
2016-01-15
ext4_extent: some comments cleanup in ext4_ext_correct_indexes.
ngkaho1234
2016-01-15
Remove simple extent implementation.
ngkaho1234
2016-01-15
Numorous changes. See below:
ngkaho1234
2016-01-11
ext4_trans: flush the buffer in the following case.
ngkaho1234
2016-01-11
ext4_journal: fix mistreating an empty journal as a bad one.
ngkaho1234
2016-01-10
ext4_mkfs: fix mkfs function when journaling is enabled
gkostka
2016-01-10
ext4: introduce ext4_trunc_inode to deal with ftruncate operation
gkostka
[prev]
[next]