Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust: take str literal instead bstr literal in `module!` macro | Gary Guo | 2022-08-05 | 1 | -4/+4 |
* | rust: kernel: apply `rustfmt` to `from_kernel_result!` blocks | Miguel Ojeda | 2022-08-01 | 1 | -3/+7 |
* | rust: add `module_fs` macro | Wedson Almeida Filho | 2022-07-25 | 1 | -0/+77 |
* | rust: allow fs driver to initialise new superblocks | Wedson Almeida Filho | 2022-07-19 | 1 | -74/+329 |
* | rust: add support for file system parameters | Wedson Almeida Filho | 2022-07-14 | 1 | -3/+139 |
* | rust: define fs context | Wedson Almeida Filho | 2022-07-11 | 1 | -7/+218 |
* | rust: add ability to register a file system | Wedson Almeida Filho | 2022-07-05 | 1 | -2/+113 |
* | rust: add definitions for ref-counted inodes and dentries | Wedson Almeida Filho | 2022-07-04 | 1 | -0/+52 |