summary refs log tree commit diff
path: root/devices/src/virtio/fs
Commit message (Expand)AuthorAge
* devices: fs: Use 2 stage create and mkdirChirantan Ekbote2020-06-04
* devices: fs: Refactor ioctl handling codeChirantan Ekbote2020-06-04
* 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: 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: Bump fuse minor version to 31Chirantan Ekbote2020-03-19
* devices: fs: Implement copy_file_rangeChirantan Ekbote2020-03-19
* devices: fs: Support FOPEN_CACHE_DIRChirantan Ekbote2020-03-19
* devices: fs: Add support for fuse minor version 28Chirantan 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: virtio: enable MSI-X for all devicesDaniel Verkamp2019-12-06
* devices: fs: Use 32-bit uid/gid values on armChirantan Ekbote2019-11-22
* devices: fs: Only resample interrupts on one threadChirantan Ekbote2019-11-22
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* devices: fs: Allow running as users other than rootChirantan Ekbote2019-11-12
* devices: fs: Disable HANDLE_KILLPRIV when writeback caching is enabledChirantan Ekbote2019-11-08
* fuzz: Add virtio-fs server fuzzerChirantan Ekbote2019-11-08
* devices: Add virtio-fs deviceChirantan Ekbote2019-11-06
* devices: fix fuse compilation on 32-bit platformsDaniel Verkamp2019-11-06
* devices: fs: Fix available_bytes() callChirantan Ekbote2019-11-01
* devices: fs: Add a passthrough file systemChirantan Ekbote2019-11-01
* devices: fs: Add multikey moduleChirantan Ekbote2019-10-27
* devices: fs: Implement virtio-fs serverChirantan Ekbote2019-10-27
* devices: fs: Add Filesystem traitChirantan Ekbote2019-10-27
* devices: fs: Add fuse constants and struct definitionsChirantan Ekbote2019-10-16