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
2017-07-17
nbd: Fix server reply to NBD_OPT_EXPORT_NAME of older clients
Eric Blake
2
-10
/
+16
2017-07-17
nbd: Trace client command being sent
Eric Blake
2
-2
/
+3
2017-07-17
nbd: Fix iotests failure due to changed client error message
Eric Blake
1
-3
/
+2
2017-07-14
nbd: Implement NBD_INFO_BLOCK_SIZE on client
Eric Blake
2
-12
/
+70
2017-07-14
nbd: Implement NBD_INFO_BLOCK_SIZE on server
Eric Blake
2
-4
/
+45
2017-07-14
nbd: Implement NBD_OPT_GO on client
Eric Blake
3
-2
/
+130
2017-07-14
nbd: Implement NBD_OPT_GO on server
Eric Blake
2
-3
/
+179
2017-07-14
nbd: Refactor reply to NBD_OPT_EXPORT_NAME
Eric Blake
1
-22
/
+28
2017-07-14
nbd: Simplify trace of client flags in negotiation
Eric Blake
2
-7
/
+3
2017-07-14
nbd: Expose and debug more NBD constants
Eric Blake
5
-37
/
+147
2017-07-14
nbd: Don't bother tracing an NBD_OPT_ABORT response failure
Eric Blake
2
-12
/
+4
2017-07-14
nbd: Create struct for tracking export info
Eric Blake
1
-22
/
+22
2017-07-10
nbd: use generic trace subsystem instead of TRACE macro
Vladimir Sementsov-Ogievskiy
4
-95
/
+119
2017-07-10
nbd: refactor tracing
Vladimir Sementsov-Ogievskiy
2
-24
/
+9
2017-07-10
nbd/server: rename clientflags var in nbd_negotiate_options
Vladimir Sementsov-Ogievskiy
1
-19
/
+19
2017-07-10
nbd/server: fix TRACE in nbd_negotiate_send_rep_len
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2017-07-10
nbd/client: refactor TRACE of NBD_MAGIC
Vladimir Sementsov-Ogievskiy
1
-9
/
+2
2017-07-10
nbd/common: nbd_tls_handshake: remove extra TRACE
Vladimir Sementsov-Ogievskiy
1
-3
/
+1
2017-07-10
nbd/server: add errp to nbd_send_reply()
Vladimir Sementsov-Ogievskiy
1
-8
/
+9
2017-07-10
nbd/server: use errp instead of LOG
Vladimir Sementsov-Ogievskiy
1
-106
/
+160
2017-07-10
nbd/server: refactor nbd_negotiate
Vladimir Sementsov-Ogievskiy
1
-9
/
+3
2017-07-10
nbd/server: nbd_negotiate: return 1 on NBD_OPT_ABORT
Vladimir Sementsov-Ogievskiy
1
-5
/
+15
2017-06-15
nbd/server: refactor nbd_trip
Vladimir Sementsov-Ogievskiy
1
-33
/
+20
2017-06-15
nbd/server: rename rc to ret
Vladimir Sementsov-Ogievskiy
1
-19
/
+19
2017-06-15
nbd/server: get rid of fail: return rc
Vladimir Sementsov-Ogievskiy
1
-16
/
+12
2017-06-15
nbd/server: nbd_negotiate: fix error path
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2017-06-15
nbd/server: remove NBDClientNewData
Vladimir Sementsov-Ogievskiy
1
-18
/
+7
2017-06-15
nbd/server: refactor nbd_co_receive_request
Vladimir Sementsov-Ogievskiy
1
-28
/
+13
2017-06-15
nbd/server: get rid of EAGAIN dead code
Vladimir Sementsov-Ogievskiy
1
-11
/
+7
2017-06-15
nbd/server: refactor nbd_co_send_reply
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2017-06-15
nbd/server: get rid of ssize_t
Vladimir Sementsov-Ogievskiy
1
-10
/
+8
2017-06-15
nbd/server: get rid of nbd_negotiate_read and friends
Vladimir Sementsov-Ogievskiy
1
-85
/
+22
2017-06-15
nbd: make nbd_drop public
Vladimir Sementsov-Ogievskiy
3
-26
/
+28
2017-06-15
nbd: rename read_sync and friends
Vladimir Sementsov-Ogievskiy
4
-46
/
+42
2017-06-15
nbd: Fix regression on resiliency to port scan
Eric Blake
1
-9
/
+15
2017-06-07
nbd: Fully initialize client in case of failed negotiation
Eric Blake
1
-5
/
+3
2017-06-06
nbd/client.c: use errp instead of LOG
Vladimir Sementsov-Ogievskiy
1
-13
/
+17
2017-06-06
nbd: add errp to read_sync, write_sync and drop_sync
Vladimir Sementsov-Ogievskiy
3
-50
/
+54
2017-06-06
nbd: add errp parameter to nbd_wr_syncv()
Vladimir Sementsov-Ogievskiy
2
-9
/
+7
2017-06-06
nbd: read_sync and friends: return 0 on success
Vladimir Sementsov-Ogievskiy
3
-93
/
+88
2017-06-06
nbd: strict nbd_wr_syncv
Vladimir Sementsov-Ogievskiy
1
-5
/
+6
2017-03-27
nbd-client: fix handling of hungup connections
Paolo Bonzini
1
-1
/
+1
2017-03-14
nbd/client: fix drop_sync [CVE-2017-2630]
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2017-02-28
nbd/server: Use real permissions for NBD exports
Kevin Wolf
1
-2
/
+9
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
1
-1
/
+5
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-1
/
+2
2017-02-21
nbd: convert to use qio_channel_yield
Paolo Bonzini
3
-75
/
+30
2017-01-23
io: change the QIOTask callback signature
Daniel P. Berrange
2
-7
/
+4
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
1
-5
/
+4
2016-11-10
nbd: Don't inf-loop on early EOF
Eric Blake
1
-6
/
+7
[next]