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
/
nbd
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-13
nbd: BLOCK_STATUS for standard get_block_status function: client part
Vladimir Sementsov-Ogievskiy
1
-0
/
+117
2018-03-13
nbd: BLOCK_STATUS for standard get_block_status function: server part
Vladimir Sementsov-Ogievskiy
1
-0
/
+311
2018-03-13
nbd/server: add nbd_read_opt_name helper
Vladimir Sementsov-Ogievskiy
1
-10
/
+43
2018-03-13
nbd/server: add nbd_opt_invalid helper
Vladimir Sementsov-Ogievskiy
1
-14
/
+36
2018-03-13
nbd/server: Honor FUA request on NBD_CMD_TRIM
Eric Blake
1
-0
/
+3
2018-03-13
nbd/server: refactor nbd_trip: split out nbd_handle_request
Vladimir Sementsov-Ogievskiy
1
-62
/
+66
2018-03-13
nbd/server: refactor nbd_trip: cmd_read and generic reply
Vladimir Sementsov-Ogievskiy
1
-81
/
+95
2018-03-13
nbd/server: fix: check client->closing before sending reply
Vladimir Sementsov-Ogievskiy
1
-8
/
+9
2018-03-13
nbd/server: fix sparse read
Vladimir Sementsov-Ogievskiy
1
-3
/
+14
2018-03-13
nbd/server: move nbd_co_send_structured_error up
Vladimir Sementsov-Ogievskiy
1
-24
/
+24
2018-03-06
qio: non-default context for TLS handshake
Peter Xu
2
-0
/
+2
2018-03-01
nbd/client: fix error messages in nbd_handle_reply_err
Vladimir Sementsov-Ogievskiy
3
-18
/
+18
2018-03-01
nbd: BLOCK_STATUS constants
Vladimir Sementsov-Ogievskiy
1
-0
/
+10
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-01-26
qapi: add nbd-server-remove
Vladimir Sementsov-Ogievskiy
1
-0
/
+13
2018-01-17
nbd/server: structurize option reply sending
Vladimir Sementsov-Ogievskiy
1
-27
/
+13
2018-01-17
nbd/server: Add helper functions for parsing option payload
Eric Blake
1
-60
/
+62
2018-01-17
nbd/server: Add va_list form of nbd_negotiate_send_rep_err()
Eric Blake
1
-6
/
+18
2018-01-17
nbd/server: Better error for NBD_OPT_EXPORT_NAME failure
Eric Blake
1
-1
/
+1
2018-01-17
nbd/server: refactor negotiation functions parameters
Vladimir Sementsov-Ogievskiy
1
-84
/
+84
2018-01-17
nbd/server: Hoist nbd_reject_length() earlier
Eric Blake
1
-29
/
+29
2018-01-10
nbd: rename nbd_option and nbd_opt_reply
Vladimir Sementsov-Ogievskiy
1
-6
/
+6
2018-01-09
nbd/server: add additional assert to nbd_export_put
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2018-01-08
nbd/server: Optimize final chunk of sparse read
Eric Blake
1
-6
/
+7
2018-01-08
nbd/server: Implement sparse reads atop structured reply
Eric Blake
2
-3
/
+76
2017-11-28
nbd/server: CVE-2017-15118 Stack smash on large export name
Eric Blake
1
-0
/
+4
2017-11-28
nbd/server: CVE-2017-15119 Reject options larger than 32M
Eric Blake
1
-0
/
+6
2017-11-17
nbd/server: Fix error reporting for bad requests
Eric Blake
1
-24
/
+12
2017-11-17
nbd/client: Don't hard-disconnect on ESHUTDOWN from server
Eric Blake
1
-6
/
+0
2017-11-17
nbd/client: Use error_prepend() correctly
Eric Blake
1
-24
/
+26
2017-11-09
nbd/server: Fix structured read of length 0
Eric Blake
2
-1
/
+21
2017-11-09
nbd: Fix struct name for structured reads
Eric Blake
1
-1
/
+1
2017-11-09
nbd/client: Nicer trace of structured reply
Eric Blake
2
-2
/
+4
2017-11-08
nbd/server: fix nbd_negotiate_handle_info
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2017-10-30
nbd: Minimal structured read for client
Vladimir Sementsov-Ogievskiy
2
-1
/
+12
2017-10-30
nbd: Move nbd_read() to common header
Eric Blake
1
-9
/
+0
2017-10-30
nbd/client: prepare nbd_receive_reply for structured reply
Vladimir Sementsov-Ogievskiy
2
-23
/
+84
2017-10-30
nbd/client: refactor nbd_receive_starttls
Vladimir Sementsov-Ogievskiy
2
-18
/
+42
2017-10-30
nbd/server: Include human-readable message in structured errors
Eric Blake
2
-8
/
+14
2017-10-30
nbd: Minimal structured read for server
Vladimir Sementsov-Ogievskiy
2
-10
/
+99
2017-10-30
nbd/server: Refactor zero-length option check
Eric Blake
1
-28
/
+46
2017-10-30
nbd/server: Simplify nbd_negotiate_options loop
Eric Blake
1
-15
/
+4
2017-10-30
nbd/server: Report error for write to read-only export
Eric Blake
1
-1
/
+2
2017-10-30
nbd: Expose constants and structs for structured read
Eric Blake
3
-1
/
+30
2017-10-30
nbd: Move nbd_errno_to_system_errno() to public header
Eric Blake
4
-45
/
+37
2017-10-30
nbd: Include error names in trace messages
Eric Blake
5
-4
/
+30
2017-10-13
nbd: header constants indenting
Vladimir Sementsov-Ogievskiy
1
-17
/
+17
2017-10-13
nbd/server: simplify reply transmission
Vladimir Sementsov-Ogievskiy
1
-25
/
+24
2017-10-13
nbd/server: refactor nbd_co_send_simple_reply parameters
Vladimir Sementsov-Ogievskiy
1
-6
/
+7
2017-10-13
nbd/server: do not use NBDReply structure
Vladimir Sementsov-Ogievskiy
1
-21
/
+15
[next]