Age | Commit message (Expand) | Author |
2023-07-25 | hw/9pfs: spelling fixes | Michael Tokarev |
2023-01-09 | error handling: Use RETRY_ON_EINTR() macro where applicable | Nikita Ivanov |
2022-12-23 | hw/9pfs: Replace the direct call to xxxat() APIs with a wrapper | Bin Meng |
2022-03-07 | 9p: darwin: Implement compatibility for mknodat | Keno Fischer |
2022-03-07 | 9p: darwin: Compatibility for f/l*xattr | Keno Fischer |
2022-03-07 | 9p: darwin: Handle struct dirent differences | Keno Fischer |
2022-03-07 | 9p: linux: Fix a couple Linux assumptions | Keno Fischer |
2021-07-05 | 9pfs: add link to 9p developer docs | Christian Schoenebeck |
2020-11-05 | hw/9pfs : add spaces around operator | Xinhao Zhang |
2020-07-10 | virtio-9p: Use ERRP_GUARD() | Vladimir Sementsov-Ogievskiy |
2020-01-20 | 9p: local: always return -1 on error in local_unlinkat_common | Daniel Henrique Barboza |
2020-01-20 | 9pfs: local: Fix possible memory leak in local_link() | Jiajun Chen |
2019-12-18 | 9pfs: make Error **errp const where it is appropriate | Vladimir Sementsov-Ogievskiy |
2019-10-10 | 9p: Added virtfs option 'multidevs=remap|forbid|warn' | Antonios Motakis |
2019-10-10 | fsdev: Add return value to fsdev_throttle_parse_opts() | Greg Kurz |
2019-10-10 | 9p: Simplify error path of v9fs_device_realize_common() | Greg Kurz |
2018-10-19 | error: Fix use of error_prepend() with &error_fatal, &error_abort | Markus Armbruster |
2018-06-29 | 9p: darwin: Explicitly cast comparisons of mode_t with -1 | Keno Fischer |
2018-06-29 | cutils: Provide strchrnul | Keno Fischer |
2018-06-07 | 9p: local: Avoid warning if FS_IOC_GETVERSION is not defined | Keno Fischer |
2018-06-07 | 9p: local: Properly set errp in fstatfs error path | Keno Fischer |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-01-08 | fsdev: improve error handling of backend init | Greg Kurz |
2018-01-08 | fsdev: improve error handling of backend opts parsing | Greg Kurz |
2018-01-08 | 9pfs: fix type in *_parse_opts declarations | Greg Kurz |
2017-09-05 | 9pfs: local: clarify fchmodat_nofollow() implementation | Greg Kurz |
2017-08-10 | 9pfs: local: fix fchmodat_nofollow() limitations | Greg Kurz |
2017-06-29 | 9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes | Tobias Schramm |
2017-06-29 | 9pfs: local: remove: use correct path component | Bruce Rogers |
2017-05-25 | 9pfs: local: metadata file for the VirtFS root | Greg Kurz |
2017-05-25 | 9pfs: local: simplify file opening | Greg Kurz |
2017-05-25 | 9pfs: local: resolve special directories in paths | Greg Kurz |
2017-05-25 | 9pfs: local: fix unlink of alien files in mapped-file mode | Greg Kurz |
2017-05-15 | 9pfs: local: forbid client access to metadata (CVE-2017-7493) | Greg Kurz |
2017-04-18 | 9pfs: local: set the path of the export root to "." | Greg Kurz |
2017-03-06 | 9pfs: fix vulnerability in openat_dir() and local_unlinkat_common() | Greg Kurz |
2017-03-06 | 9pfs: don't use AT_EMPTY_PATH in local_set_cred_passthrough() | Greg Kurz |
2017-03-06 | 9pfs: fail local_statfs() earlier | Greg Kurz |
2017-03-06 | 9pfs: fix fd leak in local_opendir() | Greg Kurz |
2017-03-06 | 9pfs: fix bogus fd check in local_remove() | Greg Kurz |
2017-03-01 | Merge remote-tracking branch 'remotes/gkurz/tags/cve-2016-9602-for-upstream' ... | Peter Maydell |
2017-02-28 | 9pfs: local: drop unused code | Greg Kurz |
2017-02-28 | 9pfs: local: open2: don't follow symlinks | Greg Kurz |
2017-02-28 | 9pfs: local: mkdir: don't follow symlinks | Greg Kurz |
2017-02-28 | 9pfs: local: mknod: don't follow symlinks | Greg Kurz |
2017-02-28 | 9pfs: local: symlink: don't follow symlinks | Greg Kurz |
2017-02-28 | 9pfs: local: chown: don't follow symlinks | Greg Kurz |
2017-02-28 | 9pfs: local: chmod: don't follow symlinks | Greg Kurz |
2017-02-28 | 9pfs: local: link: don't follow symlinks | Greg Kurz |