index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
dev-mtp.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-08-21
dev-mtp: add support for canceling transaction
Bandan Das
1
-4
/
+26
2018-06-12
usb-mtp: Return error on suspicious TYPE_DATA packet from initiator
Bandan Das
1
-0
/
+5
2018-06-12
usb/dev-mtp: Fix use of uninitialized values
Philippe Mathieu-Daudé
1
-1
/
+5
2018-06-01
usb: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2018-05-07
usb-mtp: Unconditionally check for the readonly bit
Bandan Das
1
-4
/
+5
2018-05-07
usb-mtp: Add some NULL checks for issues pointed out by coverity
Bandan Das
1
-3
/
+3
2018-02-26
usb-mtp: Advertise SendObjectInfo for write support
Bandan Das
1
-2
/
+134
2018-02-26
usb-mtp: Introduce write support for MTP objects
Bandan Das
1
-2
/
+155
2018-02-26
usb-mtp: Support delete of mtp objects
Bandan Das
1
-0
/
+123
2018-02-26
usb-mtp: print parent path in IN_IGNORED trace fn
Bandan Das
1
-3
/
+2
2018-02-26
usb-mtp: Add one more argument when building results
Bandan Das
1
-23
/
+27
2017-01-24
usb: Set category and description of the MTP device
Thomas Huth
1
-0
/
+2
2017-01-24
hw: Fix typos found by codespell
Stefan Weil
1
-1
/
+1
2016-10-28
clean-up: removed duplicate #includes
Anand J
1
-1
/
+0
2016-09-14
usb-mtp: added object properties
Isaac Lozano
1
-0
/
+177
2016-09-14
usb-mtp: fix sending files larger than 4gb
Isaac Lozano
1
-5
/
+15
2016-05-11
usb-mtp: fix usb_mtp_get_device_info so that libmtp on the guest doesn't comp...
Isaac Lozano
1
-2
/
+2
2016-03-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+2
2016-03-18
hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1
Matthew Fortune
1
-10
/
+10
2016-03-18
usb: fix unbound stack warning for inotify_watchfn
Peter Xu
1
-3
/
+2
2016-03-18
usb: fix unbound stack usage for usb_mtp_add_str
Peter Xu
1
-1
/
+3
2016-01-29
usb: Clean up includes
Peter Maydell
1
-2
/
+1
2016-01-08
usb-mtp: fix call to trace function
Bandan Das
1
-1
/
+1
2016-01-08
usb-mtp: use safe variant when cleaning events list
Bandan Das
1
-2
/
+2
2015-12-15
usb-mtp: add support for basic mtp events
Bandan Das
1
-2
/
+27
2015-12-15
usb-mtp: Add support for inotify based file monitoring
Bandan Das
1
-0
/
+229
2015-12-15
usb-mtp: free objects on a mtp reset
Bandan Das
1
-0
/
+1
2015-12-15
usb-mtp: use a list for keeping track of children
Bandan Das
1
-16
/
+40
2015-11-06
usb: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-2
/
+1
2015-05-08
usb-mtp: fix segmentation fault
Gonglei
1
-0
/
+4
2015-05-08
usb: usb-mtp QOMify
Gonglei
1
-4
/
+7
2014-09-23
usb-mtp: convert init to realize
Gonglei
1
-3
/
+2
2014-08-15
usb: don't use 'Yoda conditions'
Gonglei
1
-2
/
+2
[next]