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 |