summary refs log tree commit diff
path: root/devices/src/virtio/fs/server.rs
Commit message (Expand)AuthorAge
* descriptor_utils: Remove need for temporary vectorsChirantan Ekbote2020-05-14
* Remove unnecessary parentheses in constsDaniel Verkamp2020-04-26
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* devices: fs: Strip padding from directory entry namesChirantan Ekbote2020-04-16
* devices: fs: Bump fuse minor version to 31Chirantan Ekbote2020-03-19
* devices: fs: Add support for fuse minor version 28Chirantan Ekbote2020-03-19
* devices: fs: Support fs crypto ioctlsChirantan Ekbote2019-12-10
* devices: fs: Disable HANDLE_KILLPRIV when writeback caching is enabledChirantan Ekbote2019-11-08
* devices: fs: Fix available_bytes() callChirantan Ekbote2019-11-01
* devices: fs: Implement virtio-fs serverChirantan Ekbote2019-10-27