summary refs log tree commit diff
path: root/devices/src/virtio/fs/passthrough.rs
Commit message (Expand)AuthorAge
* devices: fs: Refactor ioctl handling codeChirantan Ekbote2020-06-04
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* devices: fs: Fix potential resource leakChirantan Ekbote2020-04-16
* devices: fs: Strip padding from directory entry namesChirantan Ekbote2020-04-16
* devices: fs: Report "." and ".." entriesChirantan Ekbote2020-04-14
* devices: fs: Replace RwLock with MutexChirantan Ekbote2020-03-27
* devices: fs: Use l{get,set,list,remove}xattrChirantan Ekbote2020-03-27
* devices: fs: Add missing `&` in copy_file_rangeChirantan Ekbote2020-03-26
* devices: fs: Implement copy_file_rangeChirantan Ekbote2020-03-19
* devices: fs: Support FOPEN_CACHE_DIRChirantan Ekbote2020-03-19
* devices: Ignore O_DIRECT in 9p and fs devicesChirantan Ekbote2020-03-16
* devices: fs: Support fs crypto ioctlsChirantan Ekbote2019-12-10
* devices: fs: Use 32-bit uid/gid values on armChirantan Ekbote2019-11-22
* devices: fs: Allow running as users other than rootChirantan Ekbote2019-11-12
* devices: Add virtio-fs deviceChirantan Ekbote2019-11-06
* devices: fix fuse compilation on 32-bit platformsDaniel Verkamp2019-11-06
* devices: fs: Add a passthrough file systemChirantan Ekbote2019-11-01