| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This parameter is useless since cache is always initialized by malloc.
|
|
|
|
Now users can mount a filesystem as read-only mode explicitly.
|
|
Cache can't be created in static way anymore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. Introduce part_offset & part_size fields in blockdev
2. Blockdev operations with part_offset
3. Blockdev operations check based on part_size
4. lwext4_mbr tool: scan master boot record for linux partitions
5. Set right partition sizes in linux/windows file blockdevs
|
|
|
|
|
|
1. Filesystem type selection from cli: ext2, ext3, ext4
2. Limit block sizes to: 1024, 2048, 4096
3. Free block calculation fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It is better idea to pass size_t type to fwrite & fread instead of uint32_t.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix generic demo return values.
|
|
|
|
|
|
|
|
|
|
|
|
Server mount in write back mode.
|