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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-22
block: Open backing image in force share mode for size probe
Fam Zheng
1
-1
/
+2
2017-12-22
block: Formats don't need CONSISTENT_READ with NO_IO
Kevin Wolf
1
-1
/
+5
2017-12-19
block: avoid recursive AioContext acquire in bdrv_inactivate_all()
Paolo Bonzini
1
-3
/
+11
2017-11-21
block: Close a BlockDriverState completely even when bs->drv is NULL
Alberto Garcia
1
-29
/
+28
2017-11-21
block: Don't use BLK_PERM_CONSISTENT_READ for format probing
Kevin Wolf
1
-1
/
+4
2017-11-17
block: Make bdrv_next() keep strong references
Max Reitz
1
-0
/
+3
2017-11-17
block: Guard against NULL bs->drv
Max Reitz
1
-1
/
+18
2017-11-17
block: qobject_is_equal() in bdrv_reopen_prepare()
Max Reitz
1
-11
/
+18
2017-11-17
block: Fix permissions in image activation
Kevin Wolf
1
-10
/
+22
2017-11-17
block: Deprecate bdrv_set_read_only() and users
Kevin Wolf
1
-0
/
+5
2017-11-17
block: Fix error path in bdrv_backing_update_filename()
Kevin Wolf
1
-1
/
+1
2017-10-26
block: don't add 'driver' to options when referring to backing via node name
Peter Krempa
1
-1
/
+2
2017-10-06
commit: Remove overlay_bs
Kevin Wolf
1
-2
/
+4
2017-10-06
commit: Support multiple roots above top node
Kevin Wolf
1
-28
/
+40
2017-10-06
block: Introduce BdrvChildRole.update_filename
Kevin Wolf
1
-5
/
+28
2017-10-06
dirty-bitmap: Avoid size query failure during truncate
Eric Blake
1
-5
/
+11
2017-10-06
block: Make bdrv_img_create() size selection easier to read
Eric Blake
1
-1
/
+1
2017-09-26
block: Fix permissions after bdrv_reopen()
Kevin Wolf
1
-0
/
+64
2017-09-26
block: reopen: Queue children after their parents
Kevin Wolf
1
-13
/
+13
2017-09-26
block: Base permissions on rw state after reopen
Kevin Wolf
1
-15
/
+37
2017-09-26
block: Add reopen queue to bdrv_check_perm()
Kevin Wolf
1
-15
/
+19
2017-09-26
block: Add reopen_queue to bdrv_child_perm()
Kevin Wolf
1
-7
/
+12
2017-09-04
block: remove unused bdrv_media_changed
Manos Pitsidianakis
1
-14
/
+0
2017-09-04
block: pass bdrv_* methods to bs->file by default in block filters
Manos Pitsidianakis
1
-2
/
+19
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
1
-1
/
+1
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
1
-1
/
+0
2017-09-04
qapi: Drop superfluous qapi_enum_parse() parameter max
Markus Armbruster
1
-1
/
+0
2017-08-23
block: Update open_flags after ->inactivate() callback
Stefan Hajnoczi
1
-4
/
+3
2017-08-08
block: Set BDRV_O_ALLOW_RDWR during rw reopen
Kevin Wolf
1
-1
/
+4
2017-08-08
block: Allow reopen rw without BDRV_O_ALLOW_RDWR
Kevin Wolf
1
-4
/
+7
2017-08-08
block: Fix order in bdrv_replace_child()
Kevin Wolf
1
-2
/
+2
2017-08-01
block: fix leaks in bdrv_open_driver()
Manos Pitsidianakis
1
-11
/
+11
2017-08-01
block: fix dangling bs->explicit_options in block.c
Manos Pitsidianakis
1
-0
/
+2
2017-07-24
block: Skip implicit nodes in query-block/blockstats
Kevin Wolf
1
-13
/
+0
2017-07-18
qemu-img: Check for backing image if specified during create
John Snow
1
-42
/
+52
2017-07-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...
Peter Maydell
1
-5
/
+3
2017-07-13
block: Don't try to set *errp directly
Eduardo Habkost
1
-5
/
+3
2017-07-11
block: Add PreallocMode to bdrv_truncate()
Max Reitz
1
-2
/
+3
2017-07-11
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
1
-1
/
+1
2017-07-11
block: add bdrv_measure() API
Stefan Hajnoczi
1
-0
/
+35
2017-07-11
block: release persistent bitmaps on inactivate
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2017-07-11
block: add bdrv_can_store_new_dirty_bitmap
Vladimir Sementsov-Ogievskiy
1
-0
/
+22
2017-07-11
block: bdrv_close: release bitmaps after drv->bdrv_close
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2017-07-11
block: new bdrv_reopen_bitmaps_rw interface
Vladimir Sementsov-Ogievskiy
1
-0
/
+19
2017-07-11
block: refactor bdrv_reopen_commit
Vladimir Sementsov-Ogievskiy
1
-6
/
+8
2017-07-11
mirror: Fix inconsistent backing AioContext for after mirroring
sochin.jiang
1
-0
/
+1
2017-07-11
block: remove all encryption handling APIs
Daniel P. Berrange
1
-76
/
+1
2017-06-16
block: introduce dirty_bitmap_mutex
Paolo Bonzini
1
-0
/
+1
2017-06-16
block: protect tracked_requests and flush_queue with reqs_lock
Paolo Bonzini
1
-0
/
+1
2017-06-16
block: access write_gen with atomics
Paolo Bonzini
1
-1
/
+1
[prev]
[next]