lwext4.git
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
2015-12-08 gkostkaext4_debug: add mbr debug definitions
2015-12-08 gkostkaAdd lock/unlock functions to blockdev_iface
2015-12-08 gkostkaChange ph_flags to ph_refctr in block device interface
2015-12-08 gkostkaext4_mbr: initial MBR parser code
2015-12-07 gkostkaAdd ph_blk_offset during every blockdev bread/bwrite
2015-12-07 gkostkaIndroduce split ext4_blockdev to two separate structures
2015-12-07 gkostkaUpdate .gitignore
2015-12-07 gkostkaStyle fixes in multiple modules
2015-12-06 ngkaho1234ext4_bcache: manipulate buffer refctr by two helpers
2015-12-04 ngkaho1234Deprecate uptodate and dirty fields in ext4_block.
2015-12-04 ngkaho1234ext4_journal: add transaction in-memory structure.
2015-12-04 ngkaho1234ext4_blockdev: a number of changes below
2015-12-03 gkostkaext4_fs: reactor some long function names
2015-12-03 gkostkaext4: indentation & style fixes
2015-12-03 gkostkaext4_balloc: indentation, style and comment fixes
2015-12-03 gkostkaAdd lock/unlock mountpoint to ext4_recover
2015-12-02 gkostkaSet std=gnu11 as default
2015-12-02 gkostkaChange preprocessor macros to inline functions
2015-12-02 ngkaho1234ext4_bcache & ext4_blockdev: unify buffer flushing...
2015-12-02 gkostkaReadme update
2015-12-01 ngkaho1234ext4_journal: do simple verification on jbd superblock.
2015-11-30 gkostkaext4: introduce ext4_recover function
2015-11-29 ngkaho1234ext4_journal: fix wrong parsing of revoke block.
2015-11-29 gkostkaAdd license header to ext4_journal
2015-11-29 gkostkaFix avrxmega7 build
2015-11-29 gkostkaFix compile warnings
2015-11-29 ngkaho1234ext4_journal: try to detect if any blocks are revoked...
2015-11-29 ngkaho1234ext4_journal: simplify the code logic of superblock...
2015-11-28 ngkaho1234ext4_journal: simple handling on superblock.
2015-11-28 ngkaho1234ext4_journal: initial journal replay support part 2.
2015-11-28 ngkaho1234ext4_journal: initial journal replay support.
2015-11-28 ngkaho1234ext4_journal: fix wrong parsing of revoke blocks list.
2015-11-28 ngkaho1234ext4_journal: add building revoke tree.
2015-11-28 ngkaho1234ext4_journal: fix block_tag flag being wrongly parsed...
2015-11-28 ngkaho1234ext4_journal: initial support of processing block_tags...
2015-11-26 ngkaho1234ext4_journal: fix ext4_block not being freed.
2015-11-26 ngkaho1234ext4_journal.c: journal replay skeletal code.
2015-11-24 ngkaho1234ext4_bcache: clear BC_DIRTY flag when buffer will be...
2015-11-24 gkostkaChange duplicated functions (to_le*/to_be*) to reorder*
2015-11-23 gkostkaFix lru/lba compare functions: possible overflow
2015-11-23 ngkaho1234ext4_bcache: remove free_delay member from ext4_bcache.
2015-11-23 ngkaho1234ext4_bcache: add comments to the changes.
2015-11-23 ngkaho1234ext4_bcache: fix return value of ext4_buf_lowest_lru...
2015-11-23 ngkaho1234ext4_bcache & ext4_blockdev: Buffer cache rework.
2015-11-23 ngkaho1234ext4_journal: add journal helpers to ext4_journal.h
2015-11-23 ngkaho1234ext4_journal: try to read jbd superblock when loading...
2015-11-23 ngkaho1234ext4_journal: two changes below
2015-11-23 ngkaho1234ext4_journal: add block_get(_noread)/block_set.
2015-11-23 ngkaho1234Journalling(JBD) support skeletal code.
2015-11-21 gkostkaRefactor some problematic (too long) dir entry data...
2015-11-21 gkostkaStyle & indentation improvements in ext4 part 3
2015-11-21 gkostkaStyle & indentation improvements in ext4 part 2
2015-11-21 gkostkaRefactoring: directrory entry prefix: EXT4_DIRENTRY...
2015-11-21 gkostkaStyle & indentation improvements in ext4
2015-11-21 gkostkaStyle/indentation fix in ext4_dir
2015-11-19 gkostkaRename 'initialize_dir_tail' to 'ext4_dir_init_entry_tail'
2015-11-19 gkostkaAdd #ifdef __cplusplus to all header files
next