gkostka
2dc690937c
fs_test: add version string printf in test apps
9 years ago
gkostka
8dccafbc15
lwext4_server: improve opt list
9 years ago
gkostka
58a418061b
lwext4_generic: add verbose mode to generic application
9 years ago
gkostka
ba407e042e
fs_test: simplify open_filedev implementation
9 years ago
gkostka
45764c06a8
test_lwext4: add journaling to generic test module
9 years ago
gkostka
c0f2dfea72
lwext4_server: add journaling to filesystem test suite
9 years ago
gkostka
53e241d0e5
lwext4_server: fix travis build
9 years ago
ngkaho1234
79b5a45004
fs_test/lwext4_generic: free rw_buff after use.
9 years ago
gkostka
bdd89bc6a9
Add install target & new fs_tools names & readme update
9 years ago
gkostka
183e464de1
ext4_blockdev: move bread/bwrite counters to ext4_blockdev_iface
9 years ago
gkostka
4b53a65e1a
ext4_mbr: improve printf formatting
9 years ago
gkostka
e69f4b3ad8
ext4_mbr: multiple changes related to MBR parsing
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
9 years ago
ngkaho1234
d3b8847a0e
ext4_bcache & ext4_blockdev: Buffer cache rework.
9 years ago
gkostka
d69ffabcc8
Refactoring: directrory entry prefix: EXT4_DIRENTRY* -> EXT4_DE*
9 years ago
gkostka
eb3371b48e
Add to mkfs tool multiple features
1. Filesystem type selection from cli: ext2, ext3, ext4
2. Limit block sizes to: 1024, 2048, 4096
3. Free block calculation fix
9 years ago
gkostka
69140168fc
Add block size cli option to mkfs tool
9 years ago
gkostka
e14c8d17dd
Add ext4_mkfs_read_info after mkfs & printf filesystem info
9 years ago
gkostka
6d46df032d
Indroduce verbose mode to lwext4_mkfs tool
9 years ago
gkostka
b46f6b5e87
Add mkfs_initial and default inodes alocation
9 years ago
gkostka
c223fd040b
Enable debug in lwext4_mkfs tool
9 years ago
gkostka
0570985b80
Set cache dynamic as default in generic application
9 years ago
gkostka
8ab7728d26
Add lwext4_mkfs tool skeleton
9 years ago
gkostka
14c9ded75e
Move all test modules to fs_test directory
9 years ago
gkostka
529a2b7118
Fix printf fotmating in lwext4_server
9 years ago
gkostka
fd69372547
Linux line endings
9 years ago
gkostka
11246ef8f6
Change ext4_fread & ext4_fwrite prototypes
It is better idea to pass size_t type to fwrite & fread instead of uint32_t.
9 years ago
gkostka
07058c1899
Change ext4_fread & ext4_fwrite prototypes
It is better idea to pass size_t type to fwrite & fread instead of uint32_t.
9 years ago
gkostka
2651b659e1
Linux codestyle format (tabs indenation)
9 years ago
gkostka
70fba6d9da
Add const keyword in ext4_dir_entry_next return value
10 years ago
gkostka
b23a71e918
Remove warning
10 years ago
gkostka
3679cb8d48
Code format
10 years ago
gkostka
1fd8182cfc
clang-format: fs_test
10 years ago
gkostka
d14de17c67
Improved dir entry get function (ext4_dir_entry_next)
10 years ago
gkostka
4f30abc8be
Fix errno warning.
Fix generic demo return values.
11 years ago
gkostka
349c0fb5f5
Fixed windock fini.
11 years ago
gkostka
6f2630560d
Build system refactoring.
11 years ago
gkostka
b6a7544b8c
Pedanitic warning check fixes. Pointer arithmetic, anonymus unions etc
11 years ago
gkostka
7f99e6e3e3
Licence header.
11 years ago
gkostka
e40ab39b12
Add missing lwext4_server option.
11 years ago
gkostka
34dd733043
Add new tests (large files tests).
Server mount in write back mode.
11 years ago
gkostka
eb3f719c5a
Fixed header order.
11 years ago
gkostka
a8d8a94bfa
Add windows partition mode.
11 years ago
gkostka
0d2c2b5509
SO_REUSEADDR option for server socket.
Fixed client path in fs_test.mk.
Disabled internal errno definitions.
11 years ago
gkostka
096ac0cfd2
Remove warnings. Default port to 1234.
Conditionally link winsock lib (only windows).
Linux cachu bufer drop disabled.
11 years ago
gkostka
52a1caf803
Client server basic test suite + minor code improvment.
11 years ago