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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-07
file-posix: Remove unused s->discard_zeroes
Kevin Wolf
1
-9
/
+0
2022-10-07
job.c: enable job lock/unlock and remove Aiocontext locks
Emanuele Giuseppe Esposito
1
-0
/
+2
2022-10-07
blockjob: protect iostatus field in BlockJob struct
Emanuele Giuseppe Esposito
1
-1
/
+5
2022-10-07
jobs: protect job.aio_context with BQL and job_mutex
Emanuele Giuseppe Esposito
1
-0
/
+1
2022-10-07
block/mirror.c: use of job helpers in drivers
Emanuele Giuseppe Esposito
1
-4
/
+9
2022-10-07
quorum: Remove unnecessary forward declaration
Kevin Wolf
1
-2
/
+0
2022-10-07
raw-format: add missing coroutine_fn annotations
Paolo Bonzini
1
-1
/
+2
2022-10-07
vmdk: add missing coroutine_fn annotations
Paolo Bonzini
1
-10
/
+12
2022-10-07
throttle: add missing coroutine_fn annotations
Paolo Bonzini
1
-1
/
+1
2022-10-07
quorum: add missing coroutine_fn annotations
Paolo Bonzini
1
-17
/
+19
2022-10-07
qed: add missing coroutine_fn annotations
Paolo Bonzini
1
-2
/
+2
2022-10-07
curl: add missing coroutine_fn annotations
Paolo Bonzini
1
-1
/
+1
2022-10-07
copy-before-write: add missing coroutine_fn annotations
Paolo Bonzini
1
-4
/
+5
2022-10-07
qcow2: add missing coroutine_fn annotations
Paolo Bonzini
4
-19
/
+24
2022-10-07
parallels: add missing coroutine_fn annotations
Paolo Bonzini
1
-2
/
+3
2022-10-07
nvme: add missing coroutine_fn annotations
Paolo Bonzini
1
-2
/
+4
2022-10-07
nfs: add missing coroutine_fn annotations
Paolo Bonzini
1
-1
/
+1
2022-10-07
nbd: add missing coroutine_fn annotations
Paolo Bonzini
1
-5
/
+6
2022-10-07
iscsi: add missing coroutine_fn annotations
Paolo Bonzini
1
-1
/
+2
2022-10-07
file-posix: add missing coroutine_fn annotations
Paolo Bonzini
1
-1
/
+1
2022-10-07
blkverify: add missing coroutine_fn annotations
Paolo Bonzini
1
-1
/
+1
2022-10-07
qcow2: remove incorrect coroutine_fn annotations
Paolo Bonzini
2
-4
/
+4
2022-10-07
block: add missing coroutine_fn annotations
Paolo Bonzini
2
-16
/
+16
2022-10-07
block/nvme: separate nvme_get_free_req cases for coroutine/non-coroutine context
Paolo Bonzini
1
-20
/
+28
2022-10-06
monitor: expose monitor_puts to rest of code
Alex Bennée
1
-5
/
+5
2022-09-30
block: use the request length for iov alignment
Keith Busch
1
-1
/
+2
2022-09-30
block: move bdrv_qiov_is_aligned to file-posix
Keith Busch
2
-21
/
+21
2022-09-30
block/qed: Keep auto_backing_file if possible
Hanna Reitz
1
-4
/
+11
2022-09-30
block/qcow2: Keep auto_backing_file if possible
Hanna Reitz
1
-5
/
+16
2022-09-30
gluster: stop using .bdrv_needs_filename
Stefan Hajnoczi
1
-4
/
+0
2022-09-30
block: make serializing requests functions 'void'
Denis V. Lunev
1
-16
/
+7
2022-09-30
block: use bdrv_is_sg() helper instead of raw bs->sg reading
Denis V. Lunev
3
-4
/
+4
2022-09-30
block: add missed block_acct_setup with new block device init procedure
Denis V. Lunev
1
-2
/
+6
2022-09-30
block: pass OnOffAuto instead of bool to block_acct_setup()
Denis V. Lunev
1
-4
/
+18
2022-09-30
block/qcow2-bitmap: Add missing cast to silent GCC error
Philippe Mathieu-Daudé
1
-1
/
+1
2022-09-30
qcow2: fix memory leak in qcow2_read_extensions
lu zhipeng
1
-0
/
+1
2022-08-02
block/io_uring: add missing include file
Jinhao Fan
1
-0
/
+1
2022-08-01
misc: fix commonly doubled up words
Daniel P. Berrangé
2
-5
/
+5
2022-07-26
block/parallels: Fix buffer-based write call
Hanna Reitz
1
-2
/
+2
2022-07-12
block: Remove remaining unused symbols in coroutines.h
Alberto Faria
2
-22
/
+3
2022-07-12
block: Reorganize some declarations in block-backend-io.h
Alberto Faria
1
-0
/
+22
2022-07-12
block: Add blk_co_truncate()
Alberto Faria
1
-3
/
+4
2022-07-12
block: Add blk_co_ioctl()
Alberto Faria
2
-9
/
+4
2022-07-12
block: Implement blk_flush() using generated_co_wrapper
Alberto Faria
2
-13
/
+0
2022-07-12
block: Implement blk_pdiscard() using generated_co_wrapper
Alberto Faria
2
-15
/
+0
2022-07-12
block: Implement blk_pwrite_zeroes() using generated_co_wrapper
Alberto Faria
1
-8
/
+0
2022-07-12
block: Add blk_co_pwrite_compressed()
Alberto Faria
1
-4
/
+4
2022-07-12
block: Change blk_pwrite_compressed() param order
Alberto Faria
1
-2
/
+2
2022-07-12
block: Export blk_pwritev_part() in block-backend-io.h
Alberto Faria
2
-19
/
+0
2022-07-12
block: Add blk_[co_]preadv_part()
Alberto Faria
2
-12
/
+23
[next]