Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 437 Bytes

File metadata and controls

18 lines (16 loc) · 437 Bytes

sqdfs

A hobby filesystem project from scratch. In C.

To-Do

  1. Make it working first a. initializing b. adding files c. deleting files d. allat with directories e. moving files f. copy g. pasting h. moving
  2. FUSE integration <- make it compliant with Linux kernel (Possibly write some test around here.)
  3. Write distributed server
  4. Write distributed client