summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-23ext4_bcache: remove free_delay member from ext4_bcache.ngkaho1234
2015-11-23ext4_bcache: add comments to the changes.ngkaho1234
2015-11-23ext4_bcache: fix return value of ext4_buf_lowest_lru (lba -> lru)ngkaho1234
2015-11-23ext4_bcache & ext4_blockdev: Buffer cache rework.ngkaho1234
2015-11-23ext4_journal: add journal helpers to ext4_journal.hngkaho1234
2015-11-23ext4_journal: try to read jbd superblock when loading jbd.ngkaho1234
2015-11-23ext4_journal: two changes belowngkaho1234
2015-11-23ext4_journal: add block_get(_noread)/block_set.ngkaho1234
2015-11-23Journalling(JBD) support skeletal code.ngkaho1234
2015-11-21Refactor some problematic (too long) dir entry data structuresgkostka
2015-11-21Style & indentation improvements in ext4 part 3gkostka
2015-11-21Style & indentation improvements in ext4 part 2gkostka
2015-11-21Refactoring: directrory entry prefix: EXT4_DIRENTRY* -> EXT4_DE*gkostka
2015-11-21Style & indentation improvements in ext4gkostka
2015-11-21Style/indentation fix in ext4_dirgkostka
2015-11-19Rename 'initialize_dir_tail' to 'ext4_dir_init_entry_tail'gkostka
2015-11-19Add #ifdef __cplusplus to all header filesgkostka
2015-11-19Style/indentation fix in ext4_iallocgkostka
2015-11-19Fix style/indentaton in ext4_inodegkostka
2015-11-19Remove some obsolete commentsgkostka
2015-11-19Set new default configuration (remove some unnecessary definitions)gkostka
2015-11-19Fix compile warninggkostka
2015-11-19Style improve and code format in ext4_dir_idx modulegkostka
2015-11-18Change assert in ext4_balloc to debug warning messagegkostka
2015-11-18Code format in bcache & blockdevgkostka
2015-11-18Code format in ext4_ballocgkostka
2015-11-17Add to mkfs tool multiple featuresgkostka
2015-11-17Improve bg init in mkfsgkostka
2015-11-17Add block size cli option to mkfs toolgkostka
2015-11-17Multiple style fixes in ext4_fsgkostka
2015-11-17Fix style and indentation in ext4_fs modulegkostka
2015-11-17Add ext4_mkfs_read_info after mkfs & printf filesystem infogkostka
2015-11-17Indroduce verbose mode to lwext4_mkfs toolgkostka
2015-11-17Add extra debug informationgkostka
2015-11-17Add to mkfs configurable descriptor size & hash seed initgkostka
2015-11-17Clear ext4_dir_idx_root in ext4_dir_dx_initgkostka
2015-11-17Code formatgkostka
2015-11-17Move search result intit to begin of ext4_dir_find_entrygkostka
2015-11-16Create root & lost+found directories as index inodes if possiblegkostka
2015-11-16Mkfs works for ext2/ext3 featuresgkostka
2015-11-16Introduce init_bgs in mkfs modulegkostka
2015-11-16Create default directory structure in mkfsgkostka
2015-11-16Code formatgkostka
2015-11-16Sblock fill by using to_le32/to_le_16 macros & drop gdt_reserved blocksgkostka
2015-11-16Add ext4_sb_set_blocks_cntgkostka
2015-11-16Add mkfs_initial and default inodes alocationgkostka
2015-11-15Block group descriptors write in mkfs modulegkostka
2015-11-15Enable debug in lwext4_mkfs toolgkostka
2015-11-15Set cache dynamic as default in generic applicationgkostka
2015-11-15Add some helper functions to ext4_block_group.hgkostka