Introduce initial support of ext3/4 journalling.
[lwext4.git] / lwext4 / ext4_dir_idx.c
2015-12-29 ngkaho1234Introduce initial support of ext3/4 journalling.
2015-12-07 gkostkaStyle fixes in multiple modules
2015-12-04 ngkaho1234Deprecate uptodate and dirty fields in ext4_block.
2015-12-03 gkostkaext4_fs: reactor some long function names
2015-11-21 gkostkaRefactor some problematic (too long) dir entry data...
2015-11-21 gkostkaRefactoring: directrory entry prefix: EXT4_DIRENTRY...
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 gkostkaStyle improve and code format in ext4_dir_idx module
2015-11-17 gkostkaClear ext4_dir_idx_root in ext4_dir_dx_init
2015-11-10 ngkaho1234Replace ext4_block_get with ext4_block_get_noread:
2015-10-29 gkostkaCode format in dir_idx module
2015-10-29 gkostkaRefactor directory related names (shorter)
2015-10-29 gkostkaFix compile warnings for 16 bit int architectures
2015-10-29 gkostkaFix compile error when META_CSUM is disabled
2015-10-29 ngkaho1234METADATA_CSUM: HTree directory checksum verification...
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_RO to FRO
2015-10-27 ngkaho1234FIX: directory HTree node checksum is not assigned...
2015-10-27 ngkaho1234FIX: directory HTree root checksum is not assigned...
2015-10-26 ngkaho1234Assign correct checksum to directory entry blocks.
2015-10-26 ngkaho1234FIX: directory checksum entry not initialized.
2015-10-25 ngkaho1234METADATA_CSUM: Linear and HTree dir added.
2015-10-25 ngkaho1234FIX: referencing an invalid ext4_block in case of hash...
2015-10-19 ngkaho1234Add support_unwritten parameter to ext4_fs_get_inode_da...
2015-10-18 ngkaho1234Multiple fixes related to basic block type
2015-09-20 gkostkaCode format (spaces to tabs)
2015-09-20 gkostkaMerge pull request #3 from ngkaho1234/master
2015-09-20 gkostkaCode format (spaces to tabs)
2015-09-20 gkostkaMerge pull request #2 from ngkaho1234/master
2015-09-20 rootext4_dir_dx_reset_parent_inode proposed.
2015-09-16 gkostkaLinux line-endings
2015-09-16 gkostkaLinux codestyle format (tabs indenation)
2015-06-28 gkostkaFix comment typos
2015-06-27 gkostkaImprove include policy
2015-06-27 gkostkaChange structure braces policy
2015-06-16 gkostkaStop generating Eclipse project files by default
2015-06-16 gkostkaclang-format: lwext4 modules
2014-10-29 gkostkaMove some simple functions to c file (no need to public)
2014-10-29 gkostkaMove same simple functions to header
2014-06-22 gkostkaComb sort for directory indexing (shold be faster).
2014-05-30 gkostkaMerge bugfixes from HelenOS mainline.
2014-05-20 gkostkaPedanitic warning check fixes. Pointer arithmetic,...
2014-01-15 gkostkaDocumentation.
2013-10-27 gkostkaRemoved nasty tabs.
2013-10-27 gkostkaCode format.
2013-10-24 gkostkaBugfix:
2013-10-13 gkostkaUpdate directory tree.