Introduce initial support of ext3/4 journalling.
[lwext4.git] / lwext4 / ext4_dir.c
2015-12-29 ngkaho1234Introduce initial support of ext3/4 journalling.
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-17 gkostkaCode format
2015-11-16 gkostkaMove search result intit to begin of ext4_dir_find_entry
2015-11-10 ngkaho1234Replace ext4_block_get with ext4_block_get_noread:
2015-10-29 gkostkaRefactor directory related names (shorter)
2015-10-29 ngkaho1234Do not verify checksum upon seeking in the directory.
2015-10-29 ngkaho1234METADATA_CSUM: linear 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 gkostkaRefactor FEATURE_COMPAT to FCOM
2015-10-27 ngkaho1234FIX: directory leaf checksum is not assigned correctly.
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-19 ngkaho1234Add support_unwritten parameter to ext4_fs_get_inode_da...
2015-10-18 ngkaho1234Multiple fixes related to basic block type
2015-09-26 ngkaho1234since EXT4_DIRECTORY_FILETYPE_* are duplication of...
2015-09-22 gkostkaMerge pull request #5 from ngkaho1234/master
2015-09-21 rootMerge remote-tracking branch 'upstream/master'
2015-09-21 rootMerge branch 'master' of https://github.com/ngkaho1234...
2015-09-21 rootInitial Symbolic support.
2015-09-16 gkostkaLinux line-endings
2015-09-16 gkostkaResolve some endianes issues
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_dir
2015-06-16 gkostkaclang-format: ext4_dir
2014-10-29 gkostkaMove some simple functions to header
2014-10-21 gkostkaFeature checker functions refactoring
2014-06-22 gkostkaRemoved warnings when debug mode is disabled
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-20 gkostka1. Directory opreations:
2013-10-13 gkostkaUpdate directory tree.