lwext4.git
2015-12-31 gkostkamakefile: add version definitions to makefile & CMakeLists
2015-12-31 gkostkalwext4_server: improve opt list
2015-12-31 gkostkalwext4_generic: add verbose mode to generic application
2015-12-30 gkostkafs_test: simplify open_filedev implementation
2015-12-30 gkostkatest_lwext4: add journaling to generic test module
2015-12-30 gkostkalwext4_server: add journaling to filesystem test suite
2015-12-30 ngkaho1234ext4_journal: refactor purging transactions code
2015-12-30 ngkaho1234ext4_journal: improve transaction handling
2015-12-30 ngkaho1234ext4_journal: reimplement buffer list as buffer queue...
2015-12-30 ngkaho1234ext4_journal: fix trans->data_cnt not be decremented
2015-12-30 gkostkamisc: change ext4_config header path in queue & tree...
2015-12-29 gkostkaext4: add doxygen doc for ext4_journal_start and ext4_j...
2015-12-29 gkostkalwext4_server: fix travis build
2015-12-29 gkostkaext4_trans: fix return value of ext4_trans_try_revoke_block
2015-12-29 gkostkaext4_filedev: fix travis build
2015-12-29 ngkaho1234Introduce initial support of ext3/4 journalling.
2015-12-29 ngkaho1234ext4: add static keyword to ext4_trans_start/stop/abort.
2015-12-29 ngkaho1234ext4: fix ext4_trans_abort looking the same as ext4_tra...
2015-12-29 ngkaho1234ext4: add two journalling related routines. See below:
2015-12-29 ngkaho1234ext4: do not start new transaction if there is one...
2015-12-29 ngkaho1234ext4: add ext4_trans_start/stop/abort to high level...
2015-12-29 ngkaho1234ext4: move journalling start/stop code outside mount...
2015-12-29 ngkaho1234ext4: journalling <---> lwext4 main code junction skele...
2015-12-29 ngkaho1234Move tree.h and queue.h into misc/ directory.
2015-12-28 gkostkaREADME: typo fix
2015-12-28 ngkaho1234ext4_bcache: remove buffer from LRU tree when it will...
2015-12-28 ngkaho1234ext4_bcache: remove buffer from dirty list when it...
2015-12-27 ngkaho1234ext4_journal: fix block tag written always be the last...
2015-12-27 ngkaho1234ext4_journal: fix jbd_trans_get_access flushing the...
2015-12-26 ngkaho1234ext4: during journal test, use jbd_trans_try_revoke_blo...
2015-12-26 ngkaho1234ext4_journal: a more efficient way to track journalled...
2015-12-26 ngkaho1234Revert "ext4: make sure blocks are not contaminated...
2015-12-26 ngkaho1234ext4_balloc: invalidate buffers which have the blocks...
2015-12-25 ngkaho1234ext4: make sure blocks are not contaminated with data...
2015-12-25 ngkaho1234ext4_blockdev: add ext4_block_flush_lba routine.
2015-12-25 ngkaho1234ext4_journal: add jbd_trans_try_revoke_block routine.
2015-12-25 ngkaho1234ext4_journal: keep track of blocks added to a transaction.
2015-12-25 ngkaho1234ext4_bcache: add ext4_bcache_find_get routines.
2015-12-25 ngkaho1234ext4: file data read/write now do direct io in case...
2015-12-25 ngkaho1234ext4_journal: set buffer dirty if it does not belong...
2015-12-25 ngkaho1234ext4: remove unnecessary EXT4_MP_UNLOCK in ext4_fsymlin...
2015-12-24 ngkaho1234ext4_journal: add trans parameter to jbd_trans_get_acce...
2015-12-21 ngkaho1234ext4_journal: flush transactions on cp_queue with anoth...
2015-12-21 ngkaho1234ext4_journal: two changes on adding block descriptor...
2015-12-20 ngkaho1234ext4_bcache: add ext4_bcache_cleanup routine.
2015-12-20 ngkaho1234ext4_bcache: warn on dropping any referenced buffers.
2015-12-20 ngkaho1234ext4_blockdev: flush data only when buffer is dirty...
2015-12-20 ngkaho1234fs_test/lwext4_generic: free rw_buff after use.
2015-12-20 ngkaho1234ext4_journal: fix journalling journal inode resulting...
2015-12-20 ngkaho1234ext4_journal: clear end_write and end_write_arg if...
2015-12-20 ngkaho1234ext4_journal: initialize block tag with 0 before writin...
2015-12-20 ngkaho1234ext4_journal: code logic changes on jbd_trans_add_block.
2015-12-20 ngkaho1234ext4_blockdev: allow flushing data to disk while refcou...
2015-12-20 ngkaho1234ext4_journal: make trans the argument passing to jbd_tr...
2015-12-19 gkostkaAdd to readme new windows build instruction
2015-12-18 ngkaho1234ext4_journal: clear end_write and end_write_arg fields...
2015-12-18 gkostkaext4_journal: add static keyword to all private functions
2015-12-18 gkostkaext4: some style fixes & doxygen comments
2015-12-18 gkostkaext4_xattr: little style fix
2015-12-18 ngkaho1234ext4_journal: add jbd_journal_commit_trans routine.
2015-12-17 ngkaho1234ext4_journal: mark buffers invalid if transaction is...
2015-12-17 ngkaho1234ext4_journal: add comments to the code part 2.
2015-12-17 ngkaho1234ext4_journal: add comments to the code part 1.
2015-12-17 ngkaho1234ext4: enable write-back mode when undergoing journal...
2015-12-17 ngkaho1234ext4: stop journalling when journalling test is finished.
2015-12-17 ngkaho1234ext4_journal: forcibly flush data to disk when stop...
2015-12-17 ngkaho1234ext4_journal: wrap around journal->start if it overflows.
2015-12-17 ngkaho1234ext4_journal: add jbd_journal_commit_all routine.
2015-12-17 ngkaho1234ext4_journal: flush all data to disk when journal is...
2015-12-16 ngkaho1234ext4_journal: IO operations on journal inode are writte...
2015-12-16 ngkaho1234ext4_bcache: do not flush data in an invalid buffer.
2015-12-16 ngkaho1234ext4_bcache: add new flag BC_FLUSH.
2015-12-16 ngkaho1234ext4_blockdev: add ext4_block_cache_flush routine.
2015-12-15 ngkaho1234ext4_journal: one bugfix plus one code logic changes...
2015-12-14 ngkaho1234ext4_journal: handle EXT4_FINCOM_RECOVER flag properly.
2015-12-14 ngkaho1234ext4_journal: employ better ways to handle revoke block...
2015-12-14 ngkaho1234ext4_journal: fix wrong endianess of revoke header...
2015-12-14 ngkaho1234ext4_journal: some changes below.
2015-12-14 ngkaho1234ext4: add tests on revoke table of journal to ext4_test...
2015-12-14 ngkaho1234ext4_journal: fixes on numorous bugs, see below.
2015-12-14 ngkaho1234ext4: more codes on journal testing.
2015-12-14 ngkaho1234ext4_journal: Fix s_first field being touched accidentally.
2015-12-13 ngkaho1234ext4_journal: clear EXT4_FINCOM_RECOVER after replaying...
2015-12-12 ngkaho1234ext4: journal test code skeleton.
2015-12-12 ngkaho1234ext4_journal: add function prototypes to ext4_journal.h
2015-12-11 ngkaho1234ext4_journal: journal write part 2.
2015-12-10 ngkaho1234ext4_journal: introduce checkpoint mechanism.
2015-12-10 ngkaho1234ext4_journal: journal write v1.
2015-12-10 ngkaho1234ext4_journal: journal write skeleton code part 2.
2015-12-10 ngkaho1234ext4_journal: journal write skeleton code.
2015-12-10 gkostkaAdd one second sleep between server execute and tests
2015-12-09 gkostkaAdd install target & new fs_tools names & readme update
2015-12-09 gkostkaConvert to linux line endings in multiple files
2015-12-09 gkostkaAdd logo to README.md
2015-12-09 gkostkafs_test: update test suite
2015-12-09 gkostkaext4_mbr: bootstrap code printf in ext4_mbr_scan function
2015-12-09 gkostkaext4_debug: add DEBUG_NOPREFIX flag for debug printf
2015-12-09 gkostkaext4_blockdev: move bread/bwrite counters to ext4_block...
2015-12-08 gkostkaext4_mbr: improve printf formatting
2015-12-08 gkostkaext4_mbr: multiple changes related to MBR parsing
next