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-01-02
ext4_journal: fix transaction sequence not being checksummed.
ngkaho1234
2016-01-02
ext4_journal: add JBD_FEATURE_COMPAT_CHECKSUM support.
ngkaho1234
2016-01-02
ext4_journal: fix using wrong algorithm on journal checksum v2/v3.
ngkaho1234
2016-01-02
ext4: rework ext4_dir_rm to split it into many small transactions.
ngkaho1234
2016-01-01
ext4_journal: initial support of journal checksumming is added.
ngkaho1234
2015-12-31
ext4_bcache: add BC_TMP flag.
ngkaho1234
2015-12-31
ext4_bcache: add max cache depth watermark
gkostka
2015-12-31
test_lwext4: add error printf when file/dir remove fails
gkostka
2015-12-31
ext4_crc32: a number of changes to ext4_crc32c module.
ngkaho1234
2015-12-31
fs_test: add version string printf in test apps
gkostka
2015-12-31
makefile: add version definitions to makefile & CMakeLists
gkostka
2015-12-31
lwext4_server: improve opt list
gkostka
2015-12-31
lwext4_generic: add verbose mode to generic application
gkostka
2015-12-31
fs_test: simplify open_filedev implementation
gkostka
2015-12-30
test_lwext4: add journaling to generic test module
gkostka
2015-12-30
lwext4_server: add journaling to filesystem test suite
gkostka
2015-12-30
ext4_journal: refactor purging transactions code
ngkaho1234
2015-12-30
ext4_journal: improve transaction handling
ngkaho1234
2015-12-30
ext4_journal: reimplement buffer list as buffer queue in jbd_trans.
ngkaho1234
2015-12-30
ext4_journal: fix trans->data_cnt not be decremented
ngkaho1234
2015-12-30
misc: change ext4_config header path in queue & tree modules
gkostka
2015-12-29
ext4: add doxygen doc for ext4_journal_start and ext4_journal_stop
gkostka
2015-12-29
lwext4_server: fix travis build
gkostka
2015-12-29
ext4_trans: fix return value of ext4_trans_try_revoke_block
gkostka
2015-12-29
ext4_filedev: fix travis build
gkostka
2015-12-29
Introduce initial support of ext3/4 journalling.
ngkaho1234
2015-12-29
ext4: add static keyword to ext4_trans_start/stop/abort.
ngkaho1234
2015-12-29
ext4: fix ext4_trans_abort looking the same as ext4_trans_stop.
ngkaho1234
2015-12-29
ext4: add two journalling related routines. See below:
ngkaho1234
2015-12-29
ext4: do not start new transaction if there is one in use.
ngkaho1234
2015-12-29
ext4: add ext4_trans_start/stop/abort to high level public routines.
ngkaho1234
2015-12-29
ext4: move journalling start/stop code outside mount/umount.
ngkaho1234
2015-12-29
ext4: journalling <---> lwext4 main code junction skeleton code.
ngkaho1234
2015-12-29
Move tree.h and queue.h into misc/ directory.
ngkaho1234
2015-12-28
README: typo fix
gkostka
2015-12-28
ext4_bcache: remove buffer from LRU tree when it will be dropped.
ngkaho1234
2015-12-28
ext4_bcache: remove buffer from dirty list when it is invalidated.
ngkaho1234
2015-12-27
ext4_journal: fix block tag written always be the last tag.
ngkaho1234
2015-12-27
ext4_journal: fix jbd_trans_get_access flushing the wrong buffer.
ngkaho1234
2015-12-26
ext4: during journal test, use jbd_trans_try_revoke_block instead.
ngkaho1234
2015-12-26
ext4_journal: a more efficient way to track journalled blocks.
ngkaho1234
2015-12-26
Revert "ext4: make sure blocks are not contaminated with data in block cache."
ngkaho1234
2015-12-26
ext4_balloc: invalidate buffers which have the blocks freed.
ngkaho1234
2015-12-26
ext4: make sure blocks are not contaminated with data in block cache.
ngkaho1234
2015-12-26
ext4_blockdev: add ext4_block_flush_lba routine.
ngkaho1234
2015-12-26
ext4_journal: add jbd_trans_try_revoke_block routine.
ngkaho1234
2015-12-26
ext4_journal: keep track of blocks added to a transaction.
ngkaho1234
2015-12-26
ext4_bcache: add ext4_bcache_find_get routines.
ngkaho1234
2015-12-25
ext4: file data read/write now do direct io in case of unaligned io.
ngkaho1234
2015-12-25
ext4_journal: set buffer dirty if it does not belong to any transaction.
ngkaho1234
[prev]
[next]