ext4_journal: journal write part 2.
[lwext4.git] / lwext4 / ext4_balloc.c
2015-12-04 ngkaho1234Deprecate uptodate and dirty fields in ext4_block.
2015-12-03 gkostkaext4_balloc: indentation, style and comment fixes
2015-11-17 gkostkaChange assert in ext4_balloc to debug warning message
2015-11-17 gkostkaCode format in ext4_balloc
2015-10-28 ngkaho1234Don't access those checksum fields if metadata_csum...
2015-10-28 ngkaho1234Remove BIG FAT NOTE from ext4_balloc.c and ext4_ialloc.c
2015-10-28 ngkaho1234METADATA_CSUM: block bitmap verification added
2015-10-27 gkostkaIntroduce CONFIG_META_CSUM_ENABLE flag
2015-10-27 gkostkaIntroduce EXT4_CRC32_INIT instead of ~0
2015-10-27 gkostkaRefactoring superblock features getters
2015-10-27 gkostkaRefactor FEATURE_INCOMPAT to FINCOM
2015-10-27 gkostkaRefactor FEATURE_RO to FRO
2015-10-27 ngkaho1234FIX: checksum is not calculated for just-initialized...
2015-10-27 ngkaho1234ext4_balloc_bitmap_csum: should be blocks_per_group...
2015-10-27 ngkaho1234FIX: Inode & block bitmap checksums is not assigned...
2015-10-23 ngkaho1234ext4_ialloc.c and ext4_balloc.c: very minor code optimi...
2015-10-23 ngkaho1234METADATA_CSUM: Add some notes to ext4_ialloc.c and...
2015-10-23 ngkaho1234METADATA_CSUM: block & inode bitmap checksum added.
2015-10-18 ngkaho1234Multiple fixes related to basic block type
2015-10-01 Grzegorz KostkaMerge branch 'master' of https://github.com/gkostka...
2015-10-01 ngkaho1234FIX: block bitmap is not correctly initialized.
2015-09-16 gkostkaLinux codestyle format (tabs indenation)
2015-06-28 gkostkaFix comment typos
2015-06-27 gkostkaImprove include policy
2015-06-16 gkostkaclang-format: ext4_balloc
2015-06-16 gkostkaclang-format: ext4_balloc
2014-10-24 gkostkaSupport for flex_bg
2014-06-22 gkostkaComb sort for directory indexing (shold be faster).
2014-05-30 gkostkaMerge bugfixes from HelenOS mainline.
2014-01-15 gkostkaDocumentation.
2013-10-27 gkostkaRemoved nasty tabs.
2013-10-13 gkostkaUpdate directory tree.