index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nbd
/
server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nbd/server: Use real permissions for NBD exports
Kevin Wolf
2017-02-28
1
-2
/
+9
*
block: Add error parameter to blk_insert_bs()
Kevin Wolf
2017-02-28
1
-1
/
+5
*
block: Add permissions to blk_new()
Kevin Wolf
2017-02-28
1
-1
/
+2
*
nbd: convert to use qio_channel_yield
Paolo Bonzini
2017-02-21
1
-66
/
+28
*
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
2017-01-03
1
-5
/
+4
*
nbd: Implement NBD_CMD_WRITE_ZEROES on server
Eric Blake
2016-11-02
1
-2
/
+40
*
nbd: Improve server handling of shutdown requests
Eric Blake
2016-11-02
1
-0
/
+10
*
nbd: Support shorter handshake
Eric Blake
2016-11-02
1
-4
/
+11
*
nbd: Send message along with server NBD_REP_ERR errors
Eric Blake
2016-11-02
1
-19
/
+59
*
nbd: Share common reply-sending code in server
Eric Blake
2016-11-02
1
-25
/
+27
*
nbd: Rename struct nbd_request and nbd_reply
Eric Blake
2016-11-02
1
-6
/
+6
*
nbd: Rename NBDRequest to NBDRequestData
Eric Blake
2016-11-02
1
-10
/
+10
*
nbd: Treat flags vs. command type as separate fields
Eric Blake
2016-11-02
1
-20
/
+19
*
nbd: Add qemu-nbd -D for human-readable description
Eric Blake
2016-11-02
1
-8
/
+26
*
nbd: set name for all I/O channels created
Daniel P. Berrange
2016-10-27
1
-0
/
+1
*
nbd-server: Use a separate BlockBackend
Kevin Wolf
2016-09-05
1
-5
/
+20
*
nbd: Limit nbdflags to 16 bits
Eric Blake
2016-08-03
1
-6
/
+4
*
nbd: Fix bad flag detection on server
Eric Blake
2016-08-03
1
-1
/
+2
*
block: Convert BB interface to byte-based discards
Eric Blake
2016-07-20
1
-14
/
+5
*
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-13
1
-6
/
+6
*
nbd: Avoid magic number for NBD max name size
Eric Blake
2016-06-16
1
-2
/
+2
*
nbd: Group all Linux-specific ioctl code in one place
Eric Blake
2016-06-16
1
-18
/
+0
*
nbd: Reject unknown request flags
Eric Blake
2016-06-16
1
-0
/
+5
*
nbd: Improve server handling of bogus commands
Eric Blake
2016-06-16
1
-19
/
+47
*
nbd: Quit server after any write error
Eric Blake
2016-06-16
1
-9
/
+23
*
nbd: More debug typo fixes, use correct formats
Eric Blake
2016-06-16
1
-21
/
+27
*
nbd: Use BDRV_REQ_FUA for better FUA where supported
Eric Blake
2016-06-16
1
-10
/
+6
*
nbd: Don't use *_to_cpup() functions
Peter Maydell
2016-06-16
1
-5
/
+5
*
nbd: Don't trim unrequested bytes
Eric Blake
2016-05-29
1
-6
/
+14
*
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
2016-05-12
1
-1
/
+1
*
nbd: Don't mishandle unaligned client requests
Eric Blake
2016-04-22
1
-6
/
+4
*
nbd: Don't kill server on client that doesn't request TLS
Eric Blake
2016-04-15
1
-2
/
+13
*
nbd: Don't kill server when client requests unknown option
Eric Blake
2016-04-08
1
-1
/
+4
*
nbd: Improve debug traces on little-endian
Eric Blake
2016-04-08
1
-2
/
+3
*
nbd: Return correct error for write to read-only export
Eric Blake
2016-04-08
1
-0
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
2016-02-16
1
-7
/
+111
*
nbd: use "" as a default export name if none provided
Daniel P. Berrange
2016-02-16
1
-0
/
+1
*
nbd: always query export list in fixed new style protocol
Daniel P. Berrange
2016-02-16
1
-0
/
+2
*
nbd: make server compliant with fixed newstyle spec
Daniel P. Berrange
2016-02-16
1
-23
/
+46
*
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
2016-02-16
1
-66
/
+84
*
nbd: avoid unaligned uint64_t store
John Snow
2016-02-09
1
-10
/
+10
*
all: Clean up includes
Peter Maydell
2016-02-04
1
-0
/
+1
*
nbd: Switch from close to eject notifier
Max Reitz
2016-02-02
1
-0
/
+13
*
nbd: client_close on error in nbd_co_client_start
Max Reitz
2016-02-02
1
-2
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-01-26
1
-0
/
+2
|
\
|
*
nbd: add missed aio_context_acquire in nbd_export_new
Denis V. Lunev
2016-01-26
1
-0
/
+2
*
|
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
2016-01-20
1
-1
/
+1
|
/
*
nbd-server: do not exit on failed memory allocation
Paolo Bonzini
2016-01-15
1
-1
/
+5
*
nbd-server: do not check request length except for reads and writes
Paolo Bonzini
2016-01-15
1
-7
/
+7
[next]