lwext4.git
2016-01-23 ngkaho1234ext4_ialloc: fix using uint32_t as block address.
2016-01-23 gkostkaext4_config: set CONFIG_HAVE_OWN_ERRNO default value...
2016-01-23 ngkaho1234Specify flags without -Wextra for non-gcc compilers.
2016-01-23 ngkaho1234ext4_filedev: use ftello instead of ftell.
2016-01-23 ngkaho1234ext4_debug: eliminate warning messages when assert...
2016-01-23 ngkaho1234Add 'lib_only' build target.
2016-01-23 ngkaho1234Fix __unused definition on non-gnuc platforms.
2016-01-23 ngkaho1234Rewrite __attribute__((packed)) as pragmas.
2016-01-21 ngkaho1234ext4_bcache: do not allow cache shaking when callback...
2016-01-21 ngkaho1234ext4_journal: two changes below.
2016-01-21 ngkaho1234ext4_journal: flush dirty buffers which have BC_TMP...
2016-01-19 ngkaho1234ext4_journal: code logic optimization. See below.
2016-01-19 ngkaho1234ext4_journal: abort a buffer when its data is discarded.
2016-01-17 ngkaho1234ext4_journal: remove pending transaction support. ...
2016-01-17 ngkaho1234ext4_journal: the allocation in jbd_journal_flush_trans...
2016-01-16 gkostkaext4_bcache: remove EXT4_BCACHE_STATIC_INSTANCE obsolet...
2016-01-16 gkostkaext4: remove ext4_test_journal function
2016-01-16 ngkaho1234ext4_journal: flushes buffers claimed by multiple trans...
2016-01-16 ngkaho1234ext4: complete the descriptions of extended attribute...
2016-01-16 ngkaho1234ext4_fs: a space fix.
2016-01-16 ngkaho1234ext4_dir_idx: ext4_dir_dx_init now only append file...
2016-01-16 ngkaho1234ext4: introduce ext4_trunc_dir specific to removing...
2016-01-16 gkostkaext4_config: introduce CONFIG_JOURNALING_ENABLE configu...
2016-01-16 gkostkaext4_config: add ul to CONFIG_MAX_TRUNCATE_SIZE
2016-01-16 ngkaho1234ext4: fix entering a dead loop when ext4_dir_rm failed.
2016-01-15 ngkaho1234ext4: bring the support of recursive removal of directo...
2016-01-15 ngkaho1234ext4_extent: some comments cleanup in ext4_ext_correct_...
2016-01-15 ngkaho1234Remove simple extent implementation.
2016-01-15 ngkaho1234Numorous changes. See below:
2016-01-11 ngkaho1234ext4_trans: flush the buffer in the following case.
2016-01-11 ngkaho1234ext4_journal: fix mistreating an empty journal as a...
2016-01-10 gkostkaext4_mkfs: fix mkfs function when journaling is enabled
2016-01-10 gkostkaext4: introduce ext4_trunc_inode to deal with ftruncate...
2016-01-02 ngkaho1234ext4_journal: fix transaction sequence not being checks...
2016-01-02 ngkaho1234ext4_journal: add JBD_FEATURE_COMPAT_CHECKSUM support.
2016-01-02 ngkaho1234ext4_journal: fix using wrong algorithm on journal...
2016-01-02 ngkaho1234ext4: rework ext4_dir_rm to split it into many small...
2016-01-01 ngkaho1234ext4_journal: initial support of journal checksumming...
2015-12-31 ngkaho1234ext4_bcache: add BC_TMP flag.
2015-12-31 gkostkaext4_bcache: add max cache depth watermark
2015-12-31 gkostkatest_lwext4: add error printf when file/dir remove...
2015-12-31 ngkaho1234ext4_crc32: a number of changes to ext4_crc32c module.
2015-12-31 gkostkafs_test: add version string printf in test apps
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
next