emaxx-g
6a6bd97910
Add redoxfs fuzzer for FUSE interface
2024-06-27 16:05:42 +00:00
Jeremy Soller
644a2d2081
Fix clippy lints
2024-02-14 12:38:02 -07:00
Jeremy Soller
4e0ab54567
Make everything scale with block size and format
2024-02-14 10:15:26 -07:00
Jeremy Soller
9a8437f468
0.5.10: Squash allocations and sync on unmount
2023-12-12 11:10:04 -07:00
Will Angenent
62e59e1006
Migrate from fuse to fuser
2023-03-18 08:53:54 +00:00
Jeremy Soller
9215e32254
Implement frename
2022-04-07 19:57:09 -06:00
Jeremy Soller
731b97262b
RedoxFS 0.5.0
...
Significant re-design to use copy-on-write and hashes for all data
2022-03-11 09:01:47 -07:00
Jeremy Soller
cfe5841646
0.4.4 - no_std support
2022-02-05 20:28:11 -07:00
Jeremy Soller
c990fa9a45
0.4.1 - Support rename in fuse
2020-03-13 20:06:01 -06:00
Xavier L'Heureux
58f2d28ff5
Format the codebase
2020-01-20 15:00:26 -05:00
AdminXVII
d2256b3eb3
Add tracking of access times
...
Add the atime field, which tracks the last access time. Only reads
update the atime.
**BREAKING CHANGE**: One less extent available per block, 4 more bytes
for node names.
2020-01-20 16:56:51 +00:00
Jeremy Soller
4578a22297
Tests
2019-07-20 17:08:33 +00:00
Jeremy Soller
5e5656f110
Make mount points not require an extra reference
2019-07-18 21:36:16 -06:00
Jeremy Soller
b4df131aff
Fix disk usage calculation
2019-02-24 20:46:21 -07:00
Jeremy Soller
3ae32d9901
Reduce diff - remove dirty flag as it could be added in a separate change
2018-12-08 08:47:28 -07:00
Jeremy Soller
87ecce9e44
Cleanup and use unmount flag inside of Redox scheme processing function
2018-12-08 08:10:23 -07:00
Liam Naddell
f96d330993
wip implementation of unmounting and dirty bits for redoxfs
2018-12-06 11:09:41 -05:00
Jeremy Soller
2dd4c920c7
0.3.1 - fix issue with new FUSE
2017-11-19 16:22:35 -07:00
Jeremy Soller
513bfaf805
Set block size programatically
2017-11-19 16:15:01 -07:00
Jeremy Soller
dc0b0c5c2d
Fix compilation on Redox
2017-09-26 19:55:10 -06:00
Jeremy Soller
dfd2dd8ae1
Cleanup fuse backend, send signal at correct time
2017-09-26 19:36:27 -06:00
Jeremy Soller
541a58181a
Update FUSE
2017-09-25 21:50:07 -06:00
Jeremy Soller
070aeb54ef
Cleanup to allow use of most functions when linking the library, including mounting and creating filesystems
2017-09-25 19:11:02 -06:00