145 Commits (cef08da81299bb8a298e52b77f404d92c1770668)
 

Author SHA1 Message Date
WangRunji 4aac6474f1 Split C-interface to a new crate
7 years ago
WangRunji 8d111eb800 Basically finish mksfs. But still bugs.
7 years ago
WangRunji e56b22fa74 impl BlockedDevice for ucore::Device
7 years ago
WangRunji 0d39ec0428 BlockedDevice
7 years ago
WangRunji 075e416a7b Some code for 'mksfs'. Move 'impl Device for std::fs::File' out of test mod.
7 years ago
WangRunji 4f58ba5716 Update README. Fix travis.
7 years ago
WangRunji 0e6510c84f Fix &'static str -> &str.
7 years ago
WangRunji 20d2ac2eca Add report for 'Linking Rust SFS to uCore'
7 years ago
WangRunji 203130d2b0 Use bitflags to repr Stat::mode
7 years ago
WangRunji b24530870e Update makefile
7 years ago
WangRunji 87a1a73251 Fix `stat` & `getdirentry`. Now `ls` is available.
7 years ago
WangRunji 515f45bb91 No panic when lookup failed
7 years ago
WangRunji 4625241b56 Impl `tryseek`, `lookup`. Fix `gettype`. Can run `sh` in ucore now !
7 years ago
WangRunji 383b81411d Add info() for vfs::FileSystem. Add fs() for vfs::INode.
7 years ago
WangRunji d545541d21 Use static_assert
7 years ago
WangRunji d84b5d82e6 Fix bug of uninitialized Rc in ucore fs & inode struct.
7 years ago
WangRunji d96065818f Use Rust formatter to print
7 years ago
WangRunji ed751bd8a1 Basic finish C interface. Debugging ...
7 years ago
WangRunji 97de1b4bc1 Modify C interface
7 years ago
WangRunji 890adb03ed Fix Device interface for ucore
7 years ago
WangRunji 136f1a114e Move `Device` from sfs to vfs
7 years ago
WangRunji 7a635c3142 Full ErrorCode. Add OpenFlags.
7 years ago
WangRunji 67aa3a0145 Call ucore cprintf
7 years ago
WangRunji d3aa6039c0 Fix allocator bug.
7 years ago
WangRunji 1b3a716e02 Add port report
7 years ago
WangRunji dd62ea7335 Try to link with ucore
7 years ago
WangRunji d04829959c Develop c_interface
7 years ago
WangRunji 42ed01257d Rewrite IO ops in INode. Add tests for resize.
7 years ago
WangRunji 5264aaf7fe Fix bugs, pass test `lookup`.
7 years ago
WangRunji 85f7fc2dfc Test simple lookup. Impl Debug for Dirty & INode.
7 years ago
WangRunji c04bed4867 Make SFS interior mutable
7 years ago
WangRunji a87851d2f6 Introduce `vfs::Result`, but now just use `unwrap` for debug. Complete `create`, but still failed in test.
7 years ago
WangRunji 9b187374b5 Resize file, without test.
7 years ago
WangRunji 37839f316f Create new SFS from blank disk
7 years ago
WangRunji 5f244d4538 Fix bugs of borrow_mut & entry[>12].
7 years ago
WangRunji 11749fe728 Can print files in root node. FIXME: panic on reading entry[12]
7 years ago
WangRunji caf5f8aea1 Make INode -> SFS weak. Impl getting root inode.
7 years ago
WangRunji 157ee1a1bc Impl some INode functions.
7 years ago
WangRunji d7304d5d4a Add C-interface structures. Impl Drop for Dirty.
7 years ago
WangRunji 8c289a135a Merge branch 'master' of https://github.com/wangrunji0408/SimpleFileSystem-Rust
7 years ago
WangRunji 1e3229e5d8
Initial commit
7 years ago
WangRunji aa1684ea26 Add README and travis.
7 years ago
WangRunji cbb0e341c0 Add Dirty wrapper. Add some functions without test.
7 years ago
WangRunji 3a45996496 Create SFS and check magic.
7 years ago
WangRunji 7658341eb9 Init. Basic structures.
7 years ago