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
/
server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-17
nbd: Fix server reply to NBD_OPT_EXPORT_NAME of older clients
Eric Blake
1
-8
/
+10
2017-07-14
nbd: Implement NBD_INFO_BLOCK_SIZE on server
Eric Blake
1
-4
/
+44
2017-07-14
nbd: Implement NBD_OPT_GO on server
Eric Blake
1
-3
/
+176
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
1
-4
/
+2
2017-07-14
nbd: Expose and debug more NBD constants
Eric Blake
1
-7
/
+11
2017-07-14
nbd: Don't bother tracing an NBD_OPT_ABORT response failure
Eric Blake
1
-11
/
+4
2017-07-10
nbd: use generic trace subsystem instead of TRACE macro
Vladimir Sementsov-Ogievskiy
1
-37
/
+33
2017-07-10
nbd: refactor tracing
Vladimir Sementsov-Ogievskiy
1
-21
/
+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/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: rename read_sync and friends
Vladimir Sementsov-Ogievskiy
1
-6
/
+6
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: add errp to read_sync, write_sync and drop_sync
Vladimir Sementsov-Ogievskiy
1
-6
/
+6
2017-06-06
nbd: read_sync and friends: return 0 on success
Vladimir Sementsov-Ogievskiy
1
-51
/
+33
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
1
-66
/
+28
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
1
-5
/
+4
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
1
-0
/
+10
2016-11-02
nbd: Support shorter handshake
Eric Blake
1
-4
/
+11
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
1
-6
/
+6
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
1
-20
/
+19
2016-11-02
nbd: Add qemu-nbd -D for human-readable description
Eric Blake
1
-8
/
+26
2016-10-27
nbd: set name for all I/O channels created
Daniel P. Berrange
1
-0
/
+1
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
1
-6
/
+4
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-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-6
/
+6
[next]