Introduce initial support of ext3/4 journalling.
[lwext4.git] / lwext4 / ext4_fs.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 gkostkaStyle & indentation improvements in ext4 part 3
2015-11-21 gkostkaRefactoring: directrory entry prefix: EXT4_DIRENTRY...
2015-11-21 gkostkaStyle/indentation fix in ext4_dir
2015-11-19 gkostkaFix style/indentaton in ext4_inode
2015-11-17 gkostkaMultiple style fixes in ext4_fs
2015-11-17 gkostkaFix style and indentation in ext4_fs module
2015-11-10 ngkaho1234Replace ext4_block_get with ext4_block_get_noread:
2015-11-01 ngkaho1234ext4_fs_inode_checksum: fix checksum calculation
2015-11-01 ngkaho1234ext4_generic_open2: add EXT4_FINCOM_FILETYPE check
2015-10-29 ngkaho1234FIX: fake inode checksum failing message.
2015-10-28 ngkaho1234METADATA_CSUM: inode and block group descriptor checksu...
2015-10-27 gkostkaIntroduce CONFIG_META_CSUM_ENABLE flag
2015-10-27 gkostkaIntroduce EXT4_CRC32_INIT instead of ~0
2015-10-27 gkostkaFix compile warnings
2015-10-27 gkostkaRefactor ext4_offsetof to offsetof and move to ext4_types.h
2015-10-27 gkostkaRefactoring superblock features getters
2015-10-27 gkostkaFeature set definitions refactoring (shorter names)
2015-10-27 gkostkaRefactor FEATURE_INCOMPAT to FINCOM
2015-10-27 gkostkaRefactor FEATURE_RO to FRO
2015-10-27 gkostkaRefactor FEATURE_COMPAT to FCOM
2015-10-27 ngkaho1234FIX: checksum is not calculated for just-initialized...
2015-10-27 ngkaho1234FIX: extra_isize field is 0
2015-10-24 ngkaho1234METADATA_CSUM: inode added.
2015-10-23 ngkaho1234Refining the use of cast.
2015-10-23 ngkaho1234METADATA_CSUM: block group descriptor checksum added.
2015-10-20 gkostkaMove ext4_fs_release_inode_block to module internals
2015-10-20 gkostkaMove ext4_fs_set_inode_data_block_index to module internals
2015-10-19 ngkaho1234Add support_unwritten parameter to ext4_fs_get_inode_da...
2015-10-18 gkostkaSome minor cosmetic fixes
2015-10-18 ngkaho1234Multiple fixes related to basic block type
2015-10-16 gkostkaExtent full & simple API unification
2015-10-16 gkostkaIntroduce ext4_fs_init_inode_data_block_index
2015-10-10 gkostkaDebug system refactoring (prefixes & flags)
2015-10-01 gkostkaFix indentation level in ext4_fs
2015-10-01 gkostkaMerge branch 'master' of https://github.com/ngkaho1234...
2015-10-01 ngkaho1234ext4_fs.c: code indentation.
2015-10-01 Grzegorz KostkaMerge branch 'master' of https://github.com/gkostka...
2015-10-01 ngkaho1234FIX: block bitmap is not correctly initialized.
2015-09-27 gkostkaMerge pull request #6 from ngkaho1234/master
2015-09-27 ngkaho1234FIX: an extra block is freed when truncating an inode.
2015-09-26 ngkaho1234since EXT4_DIRECTORY_FILETYPE_* are duplication of...
2015-09-22 gkostkaMerge pull request #5 from ngkaho1234/master
2015-09-21 rootSymlink now can be removed by ext4_fremove.
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-20 rootRevert "Symbolic link support: ext4_fsymlink proposed."
2015-09-20 rootSymbolic link support: ext4_fsymlink proposed.
2015-09-16 gkostkaLinux codestyle format (tabs indenation)
2015-09-16 gkostkangkaho1234: lwext4 improvments & bugfixes
2015-06-28 gkostkaFix comment typos
2015-06-27 gkostkaCode fortmat with new clang formater (3.7)
2015-06-27 gkostkaImprove include policy
2015-06-16 gkostkaStop generating Eclipse project files by default
2015-06-16 gkostkaclang-format: lwext4 modules
2014-11-08 gkostkaImprove debug printf
2014-10-29 gkostkaAdd extra config options
2014-10-24 gkostkaUpdated directory links increment/decrement
2014-10-24 gkostkaSupport for feature dir_nlink
2014-10-21 gkostkaMeta bg feature
2014-10-21 gkostkaAdd extra superblock debug info
2014-10-21 gkostkaFeature checker functions refactoring
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-27 gkostkaFEATURES:
2013-10-24 gkostkaFEATURES:
2013-10-20 gkostka1. Directory opreations:
2013-10-13 gkostkaUpdate directory tree.