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
/
block
/
nbd-client.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-05
nbd: Support auto-read-only option
Kevin Wolf
1
-5
/
+5
2018-07-02
nbd/client: Add x-dirty-bitmap to query bitmap from server
Eric Blake
1
-0
/
+3
2018-05-04
nbd/client: Relax handling of large NBD_CMD_BLOCK_STATUS reply
Eric Blake
1
-3
/
+7
2018-04-02
nbd: Fix 32-bit compilation on BLOCK_STATUS
Eric Blake
1
-1
/
+1
2018-03-13
nbd: BLOCK_STATUS for standard get_block_status function: client part
Vladimir Sementsov-Ogievskiy
1
-0
/
+150
2018-03-13
block/nbd-client: save first fatal error in nbd_iter_error
Vladimir Sementsov-Ogievskiy
1
-1
/
+3
2018-03-01
nbd: Honor server's advertised minimum block size
Eric Blake
1
-3
/
+0
2017-11-17
nbd: Don't crash when server reports NBD_CMD_READ failure
Eric Blake
1
-2
/
+2
2017-11-09
nbd-client: Stricter enforcing of structured reply spec
Eric Blake
1
-2
/
+9
2017-11-09
nbd-client: Short-circuit 0-length operations
Eric Blake
1
-1
/
+10
2017-11-09
nbd-client: Refuse read-only client with BDRV_O_RDWR
Eric Blake
1
-0
/
+9
2017-11-09
nbd-client: Fix error message typos
Eric Blake
1
-3
/
+3
2017-10-30
nbd: Minimal structured read for client
Vladimir Sementsov-Ogievskiy
1
-32
/
+458
2017-10-30
nbd/client: prepare nbd_receive_reply for structured reply
Vladimir Sementsov-Ogievskiy
1
-3
/
+5
2017-10-12
block/nbd-client: refactor nbd_co_receive_reply
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2017-10-12
block/nbd-client: assert qiov len once in nbd_co_request
Vladimir Sementsov-Ogievskiy
1
-4
/
+6
2017-09-25
block/nbd-client: nbd_co_send_request: fix return code
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2017-09-25
block/nbd-client: simplify check in nbd_co_receive_reply
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2017-09-25
block/nbd-client: refactor nbd_co_receive_reply
Vladimir Sementsov-Ogievskiy
1
-15
/
+15
2017-09-25
nbd-client: Use correct macro parenthesization
Eric Blake
1
-2
/
+2
2017-09-06
nbd: Use new qio_channel_*_all() functions
Eric Blake
1
-8
/
+7
2017-08-30
block/nbd-client: refactor request send/receive
Vladimir Sementsov-Ogievskiy
1
-47
/
+26
2017-08-30
block/nbd-client: rename nbd_recv_coroutines_enter_all
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2017-08-30
block/nbd-client: get rid of ssize_t
Vladimir Sementsov-Ogievskiy
1
-5
/
+5
2017-08-30
nbd-client: avoid read_reply_co entry if send failed
Stefan Hajnoczi
1
-16
/
+9
2017-08-23
nbd-client: avoid spurious qio_channel_yield() re-entry
Stefan Hajnoczi
1
-13
/
+22
2017-08-23
fix build failure in nbd_read_reply_entry()
Igor Mammedov
1
-1
/
+1
2017-08-15
nbd-client: Fix regression when server sends garbage
Eric Blake
1
-4
/
+13
2017-07-14
nbd: Implement NBD_INFO_BLOCK_SIZE on client
Eric Blake
1
-0
/
+4
2017-07-14
nbd: Create struct for tracking export info
Eric Blake
1
-10
/
+8
2017-07-04
nbd: fix NBD over TLS
Paolo Bonzini
1
-2
/
+2
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
1
-4
/
+4
2017-06-15
nbd: rename read_sync and friends
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2017-06-07
nbd: make it thread-safe, fix qcow2 over nbd
Paolo Bonzini
1
-21
/
+9
2017-06-06
nbd/client.c: use errp instead of LOG
Vladimir Sementsov-Ogievskiy
1
-1
/
+6
2017-06-06
nbd: add errp parameter to nbd_wr_syncv()
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2017-03-27
nbd-client: fix handling of hungup connections
Paolo Bonzini
1
-6
/
+6
2017-02-21
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
1
-1
/
+1
2017-02-21
nbd: convert to use qio_channel_yield
Paolo Bonzini
1
-65
/
+52
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
1
-4
/
+4
2016-11-22
nbd: Allow unmap and fua during write zeroes
Eric Blake
1
-0
/
+4
2016-11-02
nbd: Implement NBD_CMD_WRITE_ZEROES on client
Eric Blake
1
-0
/
+35
2016-11-02
nbd: Rename struct nbd_request and nbd_reply
Eric Blake
1
-14
/
+14
2016-11-02
nbd: Rename NbdClientSession to NBDClientSession
Eric Blake
1
-13
/
+13
2016-11-02
nbd: Treat flags vs. command type as separate fields
Eric Blake
1
-6
/
+3
2016-11-01
nbd: Use CoQueue for free_sema instead of CoMutex
Changlong Xie
1
-4
/
+4
2016-07-20
nbd: Convert to byte-based interface
Eric Blake
1
-13
/
+17
2016-07-20
nbd: Switch .bdrv_co_discard() to byte-based
Eric Blake
1
-5
/
+6
2016-07-20
nbd: Drop unused offset parameter
Eric Blake
1
-15
/
+16
2016-07-20
nbd: Rely on block layer to break up large requests
Eric Blake
1
-43
/
+8
[next]