summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
TBD: - block groups descriptors - ext3/ext4 feature handling - root and lost+found directories - journal inode
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
ext4_dir, ext4_dir_idx, ext4_extent, ext4_fs
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
1. ext4_bcache: use flags arrayinstead of dirty boolean array. 2. ext4_blockdev: ext4_block_get_noread added.
2015-11-05FIX: item->in_inode is not initialized.ngkaho1234
2015-11-05EA: trusted, security namespace added.ngkaho1234
"system.richacl" added.
2015-11-05EA: ea entries with name "system.data" should bengkaho1234
preferentially stored in inode body.
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
If inode size is not large enough to hold 32bit checksum, then return lower 16bit.
2015-11-01ext4_generic_open2: add EXT4_FINCOM_FILETYPE checkngkaho1234
When following the path, we should check whether EXT4_FINCOM_FILETYPE is enabled.
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
On some embedded devices debug printf length is limited to less than 80 characters. It is good to have compile switch to control debug prefix enable/disable.
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 ↵ngkaho1234
verification fails
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