Age | Commit message (Expand) | Author | Files | Lines |
2024-12-15 | hw/usb: Constify all Property | Richard Henderson | 1 | -1/+1 |
2024-06-19 | hw/usb/dev-mtp: Correctly report free space | Fabio D'Urso | 1 | -1/+1 |
2023-12-30 | hw/usb: Constify VMState | Richard Henderson | 1 | -1/+1 |
2022-10-31 | hw/usb: dev-mtp: Use g_mkdir() | Bin Meng | 1 | -2/+2 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 1 | -1/+0 |
2022-03-04 | hw/usb/dev-mtp: create directories with a+x mode mask | Volker Rümelin | 1 | -2/+2 |
2022-02-21 | Mark remaining global TypeInfo instances as const | Bernhard Beschow | 1 | -1/+1 |
2021-06-14 | usb/dev-mtp: use GDateTime for formatting timestamp for objects | Daniel P. Berrangé | 1 | -6/+3 |
2021-05-04 | usb/mtp: avoid dynamic stack allocation | Gerd Hoffmann | 1 | -1/+2 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -2/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -1/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -0/+1 |
2020-07-02 | usb/dev-mtp: Fix Error double free after inotify failure | Markus Armbruster | 1 | -2/+0 |
2020-05-27 | error: Use error_reportf_err() where appropriate | Markus Armbruster | 1 | -4/+5 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2019-08-29 | usb-mtp: add sanity checks on rootdir | Bandan Das | 1 | -14/+24 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -1/+1 |
2019-06-07 | usb-mtp: refactor the flow of usb_mtp_write_data | Bandan Das | 1 | -27/+30 |
2019-05-02 | usb-mtp: change default to success for usb_mtp_update_object | Bandan Das | 1 | -1/+1 |
2019-05-02 | usb-mtp: fix alignment of access of ObjectInfo filename field | Daniel P. Berrangé | 1 | -3/+3 |
2019-05-02 | usb-mtp: fix string length for filename when writing metadata | Daniel P. Berrangé | 1 | -1/+1 |
2019-04-16 | usb-mtp: fix bounds check for guest provided filename | Daniel P. Berrangé | 1 | -2/+9 |
2019-04-02 | filemon: fix watch IDs to avoid potential wraparound issues | Daniel P. Berrangé | 1 | -5/+5 |
2019-04-02 | usb-mtp: remove usb_mtp_object_free_one | Bandan Das | 1 | -12/+2 |
2019-04-02 | usb-mtp: fix return status of delete | Bandan Das | 1 | -28/+34 |
2019-03-07 | usb-mtp: prevent null dereference while deleting objects | Bandan Das | 1 | -3/+1 |
2019-03-07 | usb-mtp: fix some usb_mtp_write_data return paths | Bandan Das | 1 | -8/+10 |
2019-03-07 | usb-mtp: return incomplete transfer on a lstat failure | Bandan Das | 1 | -5/+14 |
2019-02-26 | hw/usb: switch MTP to use new inotify APIs | Daniel P. Berrangé | 1 | -164/+110 |
2019-02-26 | hw/usb: fix const-ness for string params in MTP driver | Daniel P. Berrangé | 1 | -4/+4 |
2019-02-26 | hw/usb: don't set IN_ISDIR for inotify watch in MTP driver | Daniel P. Berrangé | 1 | -2/+1 |
2019-01-30 | usb-mtp: replace the homebrew write with qemu_write_full | Bandan Das | 1 | -11/+3 |
2019-01-30 | usb-mtp: breakup MTP write into smaller chunks | Bandan Das | 1 | -43/+91 |
2019-01-30 | usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZ | Bandan Das | 1 | -14/+13 |
2019-01-30 | usb: dev-mtp: close fd in usb_mtp_object_readdir() | Li Qiang | 1 | -0/+1 |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini | 1 | -2/+2 |
2019-01-08 | usb: dev-mtp: fix memory leak in error path | Li Qiang | 1 | -0/+1 |
2018-12-14 | usb-mtp: Limit filename to object information size | Michael Hanselmann | 1 | -4/+5 |
2018-12-14 | usb-mtp: use O_NOFOLLOW and O_CLOEXEC. | Gerd Hoffmann | 1 | -4/+9 |
2018-12-03 | usb-mtp: outlaw slashes in filenames | Gerd Hoffmann | 1 | -0/+6 |
2018-12-03 | usb-mtp: fix utf16_to_str | Gerd Hoffmann | 1 | -6/+12 |
2018-10-01 | usb-mtp: reset ObjectInfo dataset size on cleanup | Bandan Das | 1 | -0/+2 |
2018-10-01 | usb-mtp: fix error conditions for write operation | Bandan | 1 | -3/+4 |
2018-08-21 | dev-mtp: rename x-root to rootdir | Bandan Das | 1 | -2/+2 |
2018-08-21 | dev-mtp: Add support for > 4GB file transfers | Bandan Das | 1 | -4/+27 |
2018-08-21 | dev-mtp: retry write for incomplete transfers | Bandan Das | 1 | -2/+20 |
2018-08-21 | dev-mtp: fix buffer allocation for writing file contents | Bandan Das | 1 | -2/+4 |