Commit Graph

20 Commits

Author SHA1 Message Date
771bbd1e9a fs lsmount subcommand for listing VFS mountpoint info 2025-11-04 00:25:57 +01:00
7db6a8e130 Add fsh_t type for filesystem handles 2025-10-29 15:39:46 +01:00
f389f58daf fs Add unmount subcommand 2025-10-25 23:21:30 +02:00
ff33afbb2a fs Clean up dummy mount point post-formatting 2025-10-19 23:03:13 +02:00
1e0eca3076 fs Disk formatting subcommand 2025-10-19 23:01:02 +02:00
7936eb92f6 fs Implement del command 2025-10-15 20:11:07 +02:00
fa6c194163 Break devctl() up into smaller syscalls 2025-10-14 21:35:10 +02:00
0c3250e8d6 Remove/fix unused stuff and other warnings 2025-10-14 20:20:41 +02:00
406434fed0 Break ioctl() up into smaller syscalls 2025-10-14 20:05:41 +02:00
c895c5db3e fs Add mount subcommand 2025-10-14 00:40:17 +02:00
0d05abf282 fs Make fetch subcmd more configurable 2025-10-11 22:23:10 +02:00
ef9393e694 fs Add tree subcommand 2025-10-04 12:02:03 +02:00
082cb66c7e fs Fix off-by-one error - parse up to argslen()-2 args 2025-10-04 01:41:55 +02:00
b624214433 fs Add mkd subcommand for creating directories 2025-10-04 01:38:59 +02:00
c0178a1405 fs mkf subcommand 2025-10-03 22:05:28 +02:00
dc8df7fade fs Fetch cleanup 2025-10-03 20:03:03 +02:00
443cf0e4ff Fetching directory entries 2025-10-03 19:50:10 +02:00
de20efa0f3 vfs Rewrite IOCTL_STAT so that it doesnt require an already open handle 2025-10-03 01:00:09 +02:00
2cfd3ee2fa ioctl() IOCTL_STAT use path instead of already open io handle 2025-10-02 23:57:38 +02:00
bc2b115cb3 fs Fetch file contents 2025-10-02 22:29:20 +02:00