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-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
2016-11-02
nbd: Implement NBD_CMD_WRITE_ZEROES on server
Eric Blake
1
-2
/
+40
2016-11-02
nbd: Improve server handling of shutdown requests
Eric Blake
3
-0
/
+29
2016-11-02
nbd: Refactor conversion to errno to silence checkpatch
Eric Blake
1
-6
/
+14
2016-11-02
nbd: Support shorter handshake
Eric Blake
2
-5
/
+18
2016-11-02
nbd: Less allocation during NBD_OPT_LIST
Eric Blake
1
-72
/
+67
2016-11-02
nbd: Let client skip portions of server reply
Eric Blake
1
-14
/
+33
2016-11-02
nbd: Let server know when client gives up negotiation
Eric Blake
1
-0
/
+30
2016-11-02
nbd: Share common option-sending code in client
Eric Blake
2
-148
/
+109
2016-11-02
nbd: Send message along with server NBD_REP_ERR errors
Eric Blake
1
-19
/
+59
2016-11-02
nbd: Share common reply-sending code in server
Eric Blake
1
-25
/
+27
2016-11-02
nbd: Rename struct nbd_request and nbd_reply
Eric Blake
2
-8
/
+8
2016-11-02
nbd: Rename NBDRequest to NBDRequestData
Eric Blake
1
-10
/
+10
2016-11-02
nbd: Treat flags vs. command type as separate fields
Eric Blake
3
-25
/
+27
2016-11-02
nbd: Add qemu-nbd -D for human-readable description
Eric Blake
2
-10
/
+29
2016-10-27
nbd: set name for all I/O channels created
Daniel P. Berrange
2
-0
/
+2
2016-09-05
nbd-server: Use a separate BlockBackend
Kevin Wolf
1
-5
/
+20
2016-08-03
nbd: Limit nbdflags to 16 bits
Eric Blake
2
-19
/
+19
2016-08-03
nbd: Fix bad flag detection on server
Eric Blake
1
-1
/
+2
2016-07-20
block: Convert BB interface to byte-based discards
Eric Blake
1
-14
/
+5
2016-07-20
nbd: Drop unused offset parameter
Eric Blake
2
-6
/
+3
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-6
/
+6
2016-06-17
nbd/client.c: Correct trace format string
Peter Maydell
1
-1
/
+1
[next]