summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-15ext4: bring the support of recursive removal of directory back.ngkaho1234
2016-01-15ext4_extent: some comments cleanup in ext4_ext_correct_indexes.ngkaho1234
2016-01-15Remove simple extent implementation.ngkaho1234
2016-01-15Numorous changes. See below:ngkaho1234
2016-01-11ext4_trans: flush the buffer in the following case.ngkaho1234
2016-01-11ext4_journal: fix mistreating an empty journal as a bad one.ngkaho1234
2016-01-10ext4_mkfs: fix mkfs function when journaling is enabledgkostka
2016-01-10ext4: introduce ext4_trunc_inode to deal with ftruncate operationgkostka
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