ext4_journal: simple handling on superblock.
[lwext4.git] / lwext4 /
2015-11-28 ngkaho1234ext4_journal: simple handling on superblock.
2015-11-28 ngkaho1234ext4_journal: initial journal replay support part 2.
2015-11-28 ngkaho1234ext4_journal: initial journal replay support.
2015-11-28 ngkaho1234ext4_journal: fix wrong parsing of revoke blocks list.
2015-11-28 ngkaho1234ext4_journal: add building revoke tree.
2015-11-28 ngkaho1234ext4_journal: fix block_tag flag being wrongly parsed...
2015-11-28 ngkaho1234ext4_journal: initial support of processing block_tags...
2015-11-26 ngkaho1234ext4_journal: fix ext4_block not being freed.
2015-11-26 ngkaho1234ext4_journal.c: journal replay skeletal code.
2015-11-24 ngkaho1234ext4_bcache: clear BC_DIRTY flag when buffer will be...
2015-11-24 gkostkaChange duplicated functions (to_le*/to_be*) to reorder*
2015-11-23 gkostkaFix lru/lba compare functions: possible overflow
2015-11-23 ngkaho1234ext4_bcache: remove free_delay member from ext4_bcache.
2015-11-23 ngkaho1234ext4_bcache: add comments to the changes.
2015-11-23 ngkaho1234ext4_bcache: fix return value of ext4_buf_lowest_lru...
2015-11-23 ngkaho1234ext4_bcache & ext4_blockdev: Buffer cache rework.
2015-11-23 ngkaho1234ext4_journal: add journal helpers to ext4_journal.h
2015-11-23 ngkaho1234ext4_journal: try to read jbd superblock when loading...
2015-11-23 ngkaho1234ext4_journal: two changes below
2015-11-23 ngkaho1234ext4_journal: add block_get(_noread)/block_set.
2015-11-23 ngkaho1234Journalling(JBD) support skeletal code.
2015-11-21 gkostkaRefactor some problematic (too long) dir entry data...
2015-11-21 gkostkaStyle & indentation improvements in ext4 part 3
2015-11-21 gkostkaStyle & indentation improvements in ext4 part 2
2015-11-21 gkostkaRefactoring: directrory entry prefix: EXT4_DIRENTRY...
2015-11-21 gkostkaStyle & indentation improvements in ext4
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 gkostkaAdd #ifdef __cplusplus to all header files
2015-11-19 gkostkaStyle/indentation fix in ext4_ialloc
2015-11-19 gkostkaFix style/indentaton in ext4_inode
2015-11-19 gkostkaRemove some obsolete comments
2015-11-19 gkostkaSet new default configuration (remove some unnecessary...
2015-11-19 gkostkaFix compile warning
2015-11-19 gkostkaStyle improve and code format in ext4_dir_idx module
2015-11-17 gkostkaChange assert in ext4_balloc to debug warning message
2015-11-17 gkostkaCode format in bcache & blockdev
2015-11-17 gkostkaCode format in ext4_balloc
2015-11-17 gkostkaAdd to mkfs tool multiple features
2015-11-17 gkostkaImprove bg init in mkfs
2015-11-17 gkostkaMultiple style fixes in ext4_fs
2015-11-17 gkostkaFix style and indentation in ext4_fs module
2015-11-17 gkostkaAdd extra debug information
2015-11-17 gkostkaAdd to mkfs configurable descriptor size & hash seed...
2015-11-17 gkostkaClear ext4_dir_idx_root in ext4_dir_dx_init
2015-11-17 gkostkaCode format
2015-11-16 gkostkaMove search result intit to begin of ext4_dir_find_entry
2015-11-16 gkostkaCreate root & lost+found directories as index inodes...
2015-11-16 gkostkaMkfs works for ext2/ext3 features
2015-11-16 gkostkaIntroduce init_bgs in mkfs module
2015-11-16 gkostkaCreate default directory structure in mkfs
2015-11-16 gkostkaCode format
2015-11-16 gkostkaSblock fill by using to_le32/to_le_16 macros & drop...
2015-11-16 gkostkaAdd ext4_sb_set_blocks_cnt
2015-11-15 gkostkaAdd mkfs_initial and default inodes alocation
2015-11-15 gkostkaBlock group descriptors write in mkfs module
2015-11-15 gkostkaAdd some helper functions to ext4_block_group.h
2015-11-15 ngkaho1234ext4_mkfs: use EXT4_SUPERBLOCK_SIZE instead of sizeof op.
2015-11-14 gkostkaext4_mkfs is able to create image with sblock and basic...
2015-11-14 gkostkaRemove obsolete feature flag
2015-11-14 ngkaho1234ext4_mkfs: fix SIGSEGV caused by inaccurate memory...
2015-11-10 ngkaho1234Replace ext4_block_get with ext4_block_get_noread:
2015-11-09 ngkaho1234FIX: ext4_extent: checksumming against newly allocated...
2015-11-08 ngkaho1234Add comments on the introduction of up-to-date flag
2015-11-08 ngkaho1234Use ext4_block_get_noread when read operation is not...
2015-11-08 ngkaho1234Reworks on buffer management
2015-11-05 ngkaho1234FIX: item->in_inode is not initialized.
2015-11-05 ngkaho1234EA: trusted, security namespace added.
2015-11-05 ngkaho1234EA: ea entries with name "system.data" should be
2015-11-01 ngkaho1234ext4_fs_inode_checksum: fix checksum calculation
2015-11-01 ngkaho1234ext4_generic_open2: add EXT4_FINCOM_FILETYPE check
2015-10-29 gkostkaCode format in dir_idx module
2015-10-29 gkostkaRefactor directory related names (shorter)
2015-10-29 gkostkaReorder includes to fix travis build
2015-10-29 gkostkaFix -Wformat-security warnings
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 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
next