Fangrui Song
|
6fdf5dc163
|
Fix "const const" warning
|
6 years ago |
gkostka
|
9ae6dcb7e0
|
Name refactiring inside file_windows module
|
8 years ago |
gkostka
|
dc8bef5321
|
Rename ext4_filedev to file_dev
|
8 years ago |
gkostka
|
7c617245da
|
Rename io_raw module to more appropriate file_windows
|
8 years ago |
gkostka
|
329eece6c3
|
ext4: remove block cache parameter from device_register function
This parameter is useless since cache is always initialized by malloc.
|
8 years ago |
ngkaho1234
|
8929c98e42
|
ext4: add read_only parameter to ext4_mount routine.
Now users can mount a filesystem as read-only mode explicitly.
|
9 years ago |
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
|
c0f2dfea72
|
lwext4_server: add journaling to filesystem test suite
|
9 years ago |
gkostka
|
53e241d0e5
|
lwext4_server: fix travis build
|
9 years ago |
gkostka
|
d69ffabcc8
|
Refactoring: directrory entry prefix: EXT4_DIRENTRY* -> EXT4_DE*
|
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
|
9 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
|
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 |