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