summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-15Return success when 0 block read/write is calledgkostka
2015-11-15ext4_mkfs: use EXT4_SUPERBLOCK_SIZE instead of sizeof op.ngkaho1234
2015-11-14ext4_mkfs is able to create image with sblock and basic featuresgkostka
2015-11-14Remove obsolete feature flaggkostka
2015-11-14define _LARGEFILE64_SOURCE to be able to access large files.ngkaho1234
2015-11-14ext4_mkfs: fix SIGSEGV caused by inaccurate memory allocation size.ngkaho1234
2015-11-13Add lwext4_mkfs tool skeletongkostka
2015-11-13Move all test modules to fs_test directorygkostka
2015-11-13Add block device skeleton modulegkostka
2015-11-13Remove obsolete chibios block devicesgkostka
2015-11-10Replace ext4_block_get with ext4_block_get_noread:ngkaho1234
2015-11-09FIX: ext4_extent: checksumming against newly allocated block.ngkaho1234
2015-11-08Add comments on the introduction of up-to-date flagngkaho1234
2015-11-08Use ext4_block_get_noread when read operation is not requiredngkaho1234
2015-11-08Reworks on buffer managementngkaho1234
2015-11-05FIX: item->in_inode is not initialized.ngkaho1234
2015-11-05EA: trusted, security namespace added.ngkaho1234
2015-11-05EA: ea entries with name "system.data" should bengkaho1234
2015-11-05Fix travis buildgkostka
2015-11-05Add arm-none-eabi-gcc toolchain to travis buildgkostka
2015-11-01ext4_fs_inode_checksum: fix checksum calculationngkaho1234
2015-11-01ext4_generic_open2: add EXT4_FINCOM_FILETYPE checkngkaho1234
2015-10-31Update README.mdgkostka
2015-10-29Code format in dir_idx modulegkostka
2015-10-29Refactor directory related names (shorter)gkostka
2015-10-29Fix printf fotmating in lwext4_servergkostka
2015-10-29Enable debug symbols generation in generic buildgkostka
2015-10-29Update README.mdgkostka
2015-10-29Add travis build linkgkostka
2015-10-29Reorder includes to fix travis buildgkostka
2015-10-29Fix -Wformat-security warningsgkostka
2015-10-29Add travis.yml filegkostka
2015-10-29Fix compile warnings for 16 bit int architecturesgkostka
2015-10-29Fix compile error when META_CSUM is disabledgkostka
2015-10-29Refactor debug message format (CONFIG_DEBUG_PREFIX)gkostka
2015-10-29FIX: ext4_extent_full.c: should not assign checksum to extent root(in inode)ngkaho1234
2015-10-29Do not verify checksum upon seeking in the directory.ngkaho1234
2015-10-29ext4_dbg now shows line numberngkaho1234
2015-10-29FIX: fake inode checksum failing message.ngkaho1234
2015-10-29Add ext4_dir_checksum_verify prototypengkaho1234
2015-10-29METADATA_CSUM: linear directory checksum verification addedngkaho1234
2015-10-29METADATA_CSUM: HTree directory checksum verification addedngkaho1234
2015-10-28Fix compile errorgkostka
2015-10-28METADATA_CSUM: simple extent implementation checksum verification addedngkaho1234
2015-10-28ext4_extent_full.c: print warning messages when extent block checksum verific...ngkaho1234
2015-10-28METADATA_CSUM: inode and block group descriptor checksum verification addedngkaho1234
2015-10-28Don't access those checksum fields if metadata_csum is not enabled.ngkaho1234
2015-10-28Remove BIG FAT NOTE from ext4_balloc.c and ext4_ialloc.cngkaho1234
2015-10-28METADATA_CSUM: inode bitmap verification addedngkaho1234
2015-10-28METADATA_CSUM: block bitmap verification addedngkaho1234