lwext4.git
2015-10-29 gkostkaUpdate README.md
2015-10-29 gkostkaAdd travis build link
2015-10-29 gkostkaReorder includes to fix travis build
2015-10-29 gkostkaFix -Wformat-security warnings
2015-10-29 gkostkaAdd travis.yml file
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 gkostkaRefactor debug message format (CONFIG_DEBUG_PREFIX)
2015-10-29 ngkaho1234FIX: ext4_extent_full.c: should not assign checksum...
2015-10-29 ngkaho1234Do not verify checksum upon seeking in the directory.
2015-10-29 ngkaho1234ext4_dbg now shows line number
2015-10-29 ngkaho1234FIX: fake inode checksum failing message.
2015-10-29 ngkaho1234Add ext4_dir_checksum_verify prototype
2015-10-29 ngkaho1234METADATA_CSUM: linear directory checksum verification...
2015-10-29 ngkaho1234METADATA_CSUM: HTree directory checksum verification...
2015-10-28 gkostkaFix compile error
2015-10-28 ngkaho1234METADATA_CSUM: simple extent implementation checksum...
2015-10-28 ngkaho1234ext4_extent_full.c: print warning messages when extent...
2015-10-28 ngkaho1234METADATA_CSUM: inode and block group descriptor checksu...
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: inode bitmap verification added
2015-10-28 ngkaho1234METADATA_CSUM: block bitmap verification added
2015-10-28 gkostkaDisable checksum calculation when CONFIG_META_CSUM_ENAB...
2015-10-28 ngkaho1234FIX: simple extent implementation overwriting the inode...
2015-10-27 gkostkaUpdate readme.mediawiki
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 gkostkaFix compile error when simple extent enabled
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: ext4_extent.c failed to be compiled.
2015-10-27 ngkaho1234FIX: wrong accounting caused by EXT2_BG_INODE_ZEROED
2015-10-27 ngkaho1234ext4_balloc_bitmap_csum: should be blocks_per_group...
2015-10-27 ngkaho1234FIX: potential checksum failed bug in ext4_extent_full...
2015-10-27 ngkaho1234FIX: directory HTree node checksum is not assigned...
2015-10-27 ngkaho1234FIX: directory HTree root checksum is not assigned...
2015-10-27 ngkaho1234Refactor the workflow of ext4_link to prepare for METAD...
2015-10-27 ngkaho1234FIX: directory leaf checksum is not assigned correctly.
2015-10-27 ngkaho1234FIX: Inode & block bitmap checksums is not assigned...
2015-10-27 ngkaho1234FIX: extra_isize field is 0
2015-10-26 ngkaho1234Assign correct checksum to directory entry blocks.
2015-10-26 ngkaho1234FIX: directory checksum entry not initialized.
2015-10-25 ngkaho1234Now we should support the metadata_csum flag
2015-10-25 ngkaho1234FIX: Checking an unrelated flag.
2015-10-25 ngkaho1234METADATA_CSUM: Linear and HTree dir added.
2015-10-25 ngkaho1234FIX: ext4_extent_full.c and ext4_extent.c lack endian...
2015-10-25 ngkaho1234FIX: referencing an invalid ext4_block in case of hash...
2015-10-24 ngkaho1234METADATA_CSUM: inode added.
2015-10-24 ngkaho1234FIX: duplicated declaration.
2015-10-24 ngkaho1234METADATA_CSUM: Extended Attribute added.
2015-10-24 ngkaho1234ext4_extent_full.c: very minor code optimisations on...
2015-10-23 ngkaho1234ext4_ialloc.c and ext4_balloc.c: very minor code optimi...
2015-10-23 ngkaho1234METADATA_CSUM: ext4_extent_full: do not do checksum...
2015-10-23 ngkaho1234METADATA_CSUM: ext4_extent.c added.
2015-10-23 ngkaho1234METADATA_CSUM: ext4_extent_full.c: do checksum on all...
2015-10-23 ngkaho1234METADATA_CSUM: ext4_extent_full added.
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-23 ngkaho1234Refining the use of cast.
2015-10-23 ngkaho1234METADATA_CSUM: block group descriptor checksum added.
2015-10-23 ngkaho1234METADATA_CSUM: superblock 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-20 gkostkaRemove redundant code
2015-10-20 ngkaho1234Remove stale static int ext4_ext_split_extent_at defini...
2015-10-20 ngkaho1234TODO: More complicated truncate operation.
2015-10-20 ngkaho1234FIX: crash occurs when truncating a spare file.
2015-10-20 gkostkaMove allocation fail output condition to the end of...
2015-10-20 gkostkaFix fwrite function
2015-10-20 ngkaho1234Do not set AGGRESSIVE_TEST on.
2015-10-20 ngkaho1234Numorous patches on extents.c :
2015-10-19 ngkaho1234Add support_unwritten parameter to ext4_fs_get_inode_da...
2015-10-19 ngkaho1234FIX: ext4_extent_remove_space deallocating the wrong...
2015-10-19 ngkaho1234Simplify the code logic of ext4_fread & ext4_fwrite.
2015-10-18 gkostkaMove stm32f429 demo to separate repository
2015-10-18 gkostkaImprove generic & stm32f4 demos
2015-10-18 gkostkados2unix conversion of Makefile
2015-10-18 gkostkaSome minor cosmetic fixes
2015-10-18 ngkaho1234FIX: ext4_fwrite cannot write to files correctly with...
2015-10-18 ngkaho1234Remove EXT_INODE_HDR_NEED_GROW.
2015-10-18 gkostkaRemove define used only in one expresion
2015-10-18 gkostkaImprove casting in extent module
2015-10-18 gkostkaFix indentation level
2015-10-18 ngkaho1234ext4_ext_zero_unwritten_range: uint32_t -> ext4_fsblk_t
2015-10-18 gkostkaFix compiler warning in extent module
2015-10-18 ngkaho1234Multiple fixes related to basic block type
2015-10-16 gkostkaExtent full & simple API unification
2015-10-16 gkostkaMove helper functions from .c to .h.
2015-10-16 gkostkaIntroduce ext4_fs_init_inode_data_block_index
2015-10-16 gkostkaAdd CONFIG_EXTENT_FULL compilation flag
2015-10-16 gkostkaAdd PRId64 & PRIu64 macros when not defined int inttypes.h
2015-10-16 gkostkaMove __unused macro from tree.h to ext4_config.h
2015-10-16 gkostkaIntroduce EXT4_BLOCK_ZERO macro to initialize ext4_block
next