ext4_journal: add JBD_FEATURE_COMPAT_CHECKSUM support.
[lwext4.git] / lwext4 / ext4_types.h
2016-01-02 ngkaho1234ext4_journal: add JBD_FEATURE_COMPAT_CHECKSUM support.
2015-12-30 ngkaho1234ext4_journal: improve transaction handling
2015-12-30 ngkaho1234ext4_journal: reimplement buffer list as buffer queue...
2015-12-29 ngkaho1234ext4: journalling <---> lwext4 main code junction skele...
2015-12-29 ngkaho1234Move tree.h and queue.h into misc/ directory.
2015-12-26 ngkaho1234ext4_journal: a more efficient way to track journalled...
2015-12-25 ngkaho1234ext4_journal: keep track of blocks added to a transaction.
2015-12-14 ngkaho1234ext4_journal: some changes below.
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.
2015-12-04 ngkaho1234ext4_journal: add transaction in-memory structure.
2015-11-28 ngkaho1234ext4_journal: initial journal replay support.
2015-11-28 ngkaho1234ext4_journal: initial support of processing block_tags...
2015-11-24 gkostkaChange duplicated functions (to_le*/to_be*) to reorder*
2015-11-23 ngkaho1234ext4_journal: two changes below
2015-11-23 ngkaho1234Journalling(JBD) support skeletal code.
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 gkostkaAdd #ifdef __cplusplus to all header files
2015-11-19 gkostkaStyle improve and code format in ext4_dir_idx module
2015-11-14 gkostkaRemove obsolete feature flag
2015-11-05 ngkaho1234EA: ea entries with name "system.data" should be
2015-10-29 gkostkaRefactor directory related names (shorter)
2015-10-27 gkostkaIntroduce EXT4_CRC32_INIT instead of ~0
2015-10-27 gkostkaRefactor ext4_offsetof to offsetof and move to ext4_types.h
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-25 ngkaho1234Now we should support the metadata_csum flag
2015-10-25 ngkaho1234METADATA_CSUM: Linear and HTree dir added.
2015-10-24 ngkaho1234METADATA_CSUM: inode added.
2015-10-23 ngkaho1234METADATA_CSUM: superblock checksum added.
2015-10-18 gkostkaSome minor cosmetic fixes
2015-10-16 gkostkaIntroduce full extent implementation (by KaHo Ng)
2015-10-11 gkostkaAdd superblock fill function
2015-10-11 gkostkaFix 16 bit MCU compilation warnings
2015-10-11 ngkaho1234FIX: cannot delete files containing unwritten extent...
2015-10-09 rootExperimental EA public routines.
2015-10-08 gkostkaMerge pull request #8 from ngkaho1234/master
2015-10-07 rootEA entries iterating routines added.
2015-10-04 ngkaho1234EA modification protocol implementations.(1)
2015-10-04 ngkaho1234FIX: stale #include "ext4_rbtree.h"
2015-10-04 ngkaho12341. Use rbtree implementation from Freebsd kernel instea...
2015-10-04 ngkaho1234EA supports code rewritten with the view of providing...
2015-10-03 ngkaho1234Experimental EA supports.
2015-09-26 ngkaho1234since EXT4_DIRECTORY_FILETYPE_* are duplication of...
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 gkostkaAdd extra config options
2014-10-24 gkostkaSupport for flex_bg
2014-10-24 gkostkaSupport for feature dir_nlink
2014-10-22 gkostkaUpdate supported features
2014-10-21 gkostkaAdd crc32c routine, update block group descriptor
2014-05-30 gkostkaFixed avr warnings.
2014-05-20 gkostkaPedanitic warning check fixes. Pointer arithmetic,...
2013-10-27 gkostkaRemoved nasty tabs.
2013-10-24 gkostkaBugfix:
2013-10-13 gkostkaUpdate directory tree.