Sign in
qemu-android
/
qemu-android
/
e859eda58501cd20a2e6988fb4acc1756bc4d278
/
block.c
3ac2162
block: change default of .has_zero_init to 0
by Peter Lieven
· 12 years ago
d616b22
block: add bdrv_add_before_write_notifier()
by Stefan Hajnoczi
· 12 years ago
50b05b6
block: Always enable discard on the protocol level
by Kevin Wolf
· 12 years ago
d8b6895
block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILED
by Luiz Capitulino
· 12 years ago
bf736fe
blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK events
by Kevin Wolf
· 12 years ago
f364ec6
block: move qmp and info dump related code to block/qapi.c
by Wenchao Xia
· 12 years ago
de08c60
block: move snapshot code in block.c to block/snapshot.c
by Wenchao Xia
· 12 years ago
29d7827
block: drop bs_snapshots global variable
by Stefan Hajnoczi
· 12 years ago
b64ec4e
block: add block driver read only whitelist
by Fam Zheng
· 12 years ago
f3f4d2c
block: Add hint to -EFBIG error message
by Kevin Wolf
· 12 years ago
4567367
block: Fix build with tracing enabled
by Kevin Wolf
· 12 years ago
1cb6f50
block: Allow overriding backing.file.filename
by Kevin Wolf
· 12 years ago
56d1b4d
block: Remove filename parameter from .bdrv_file_open()
by Kevin Wolf
· 12 years ago
035fccd
block: Enable filename option
by Kevin Wolf
· 12 years ago
31ca6d0
block: Add driver-specific options for backing files
by Kevin Wolf
· 12 years ago
2af5ef7
block: Fail gracefully when using a format driver on protocol level
by Kevin Wolf
· 12 years ago
8d3b1a2
block: Introduce bdrv_pwritev() for qcow2_save_vmstate
by Kevin Wolf
· 12 years ago
cf8074b
block: Introduce bdrv_writev_vmstate
by Kevin Wolf
· 12 years ago
0775437
block: clean up I/O throttling wait_time code
by Stefan Hajnoczi
· 12 years ago
e660fb8
block: drop duplicated slice extension code
by Stefan Hajnoczi
· 12 years ago
ae29d6c
block: keep I/O throttling slice time constant
by Stefan Hajnoczi
· 12 years ago
5905fbc
block: fix I/O throttling accounting blind spot
by Stefan Hajnoczi
· 12 years ago
5d186eb
block: Fix direct use of protocols as driver for bdrv_open()
by Kevin Wolf
· 12 years ago
c2ad1b0
block: Allow omitting the file name when using driver-specific options
by Kevin Wolf
· 12 years ago
08b392e
block: Rename variable to avoid shadowing
by Kevin Wolf
· 12 years ago
6963a30
block: Introduce .bdrv_parse_filename callback
by Kevin Wolf
· 12 years ago
707ff82
block: Pass bdrv_file_open() options to block drivers
by Kevin Wolf
· 12 years ago
787e4a8
block: Add options QDict to bdrv_file_open() prototypes
by Kevin Wolf
· 12 years ago
5c91668
Revert "block: complete all IOs before .bdrv_truncate"
by Peter Lieven
· 12 years ago
4d70655
block: fix BDRV_O_SNAPSHOT protocol detection
by Stefan Hajnoczi
· 12 years ago
85d126f
block: add bdrv_get_aio_context()
by Stefan Hajnoczi
· 12 years ago
b6ad491
block: Add options QDict to bdrv_open_common()
by Kevin Wolf
· 12 years ago
de9c0ce
block: Add options QDict to bdrv_open() prototype
by Kevin Wolf
· 12 years ago
1a86938
block: Add options QDict to .bdrv_open()
by Kevin Wolf
· 12 years ago
272d2d8
block: for HMP commit() operations on 'all', skip non-COW drives
by Jeff Cody
· 12 years ago
9e8f183
block: implement BDRV_O_UNMAP
by Paolo Bonzini
· 12 years ago
9a665b2
block: complete all IOs before .bdrv_truncate
by Peter Lieven
· 12 years ago
f382d43
qemu-img: Add "Quiet mode" option
by Miroslav Rezanina
· 12 years ago
b35b2bb
block: Add synchronous wrapper for bdrv_co_is_allocated_above
by Miroslav Rezanina
· 12 years ago
63ba17d
block: Fix is_allocated_above with resized files
by Vishvananda Ishaya
· 12 years ago
50717e9
block: allow customizing the granularity of the dirty bitmap
by Paolo Bonzini
· 12 years ago
acc906c
block: return count of dirty sectors, not chunks
by Paolo Bonzini
· 12 years ago
343bded
block: make round_to_clusters public
by Paolo Bonzini
· 12 years ago
8f0720e
block: implement dirty bitmap using HBitmap
by Paolo Bonzini
· 12 years ago
df702c9
block: clear dirty bitmap when discarding
by Paolo Bonzini
· 12 years ago
029d091
block: fix initialization in bdrv_io_limits_enable()
by Peter Lieven
· 12 years ago
c53b1c5
block: make qiov_is_aligned() public
by Stefan Hajnoczi
· 12 years ago
8e89559
block: do not probe zero-sized disks
by Paolo Bonzini
· 12 years ago
eb7ff6f
Replace remaining gmtime, localtime by gmtime_r, localtime_r
by Stefan Weil
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
41c695c
qemu-io: Add AIO debugging commands
by Kevin Wolf
· 12 years ago
d92ada2
block: bdrv_img_create(): drop unused error handling code
by Luiz Capitulino
· 12 years ago
71c7981
block: bdrv_img_create(): add Error ** argument
by Luiz Capitulino
· 12 years ago
f500a6d
block: Avoid second open for format probing
by Kevin Wolf
· 12 years ago
7b27245
block: Factor out bdrv_open_flags
by Kevin Wolf
· 12 years ago
d318aea
block: Improve bdrv_aio_co_cancel_em
by Kevin Wolf
· 12 years ago
89c9bc3
block: Fix regression for MinGW (assertion caused by short string)
by Stefan Weil
· 12 years ago
d7331be
aio: rename AIOPool to AIOCBInfo
by Stefan Hajnoczi
· 12 years ago
d37c975
aio: use g_slice_alloc() for AIOCB pooling
by Stefan Hajnoczi
· 12 years ago
90c45b3
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
3bd293c
iostatus: forward block_job_iostatus_reset to block job
by Paolo Bonzini
· 12 years ago
b9a9b3a
block: export dirty bitmap information in query-block
by Paolo Bonzini
· 13 years ago
1755da1
block: introduce new dirty bitmap functionality
by Paolo Bonzini
· 12 years ago
9156df1
block: add bdrv_open_backing_file
by Paolo Bonzini
· 12 years ago
9887b61
block: add bdrv_query_stats
by Paolo Bonzini
· 12 years ago
ac84ada
block: add bdrv_query_info
by Paolo Bonzini
· 12 years ago
80168bf
block: bdrv_create(): don't leak cco.filename on error
by Luiz Capitulino
· 12 years ago
b1b1d78
block: make bdrv_find_backing_image compare canonical filenames
by Jeff Cody
· 12 years ago
d7d512f
block: add close notifiers
by Paolo Bonzini
· 13 years ago
3cbc002
block: prepare code for adding block notifiers
by Paolo Bonzini
· 12 years ago
c2cba3d
block: avoid buffer overrun by using pstrcpy, not strncpy
by Jim Meyering
· 12 years ago
32c81a4
block: introduce block job error
by Paolo Bonzini
· 12 years ago
3e1caa5
iostatus: reorganize io error code
by Paolo Bonzini
· 12 years ago
1ceee0d
iostatus: change is_read to a bool
by Paolo Bonzini
· 12 years ago
92aa5c6
iostatus: move BlockdevOnError declaration to QAPI
by Paolo Bonzini
· 12 years ago
ff06f5f
iostatus: rename BlockErrorAction, BlockQMPEventAction
by Paolo Bonzini
· 12 years ago
2f0c9fe
block: move job APIs to separate files
by Paolo Bonzini
· 12 years ago
79fac56
block: helper function, to find the base image of a chain
by Jeff Cody
· 12 years ago
6ebdcee
block: add support functions for live commit, to find and delete images.
by Jeff Cody
· 12 years ago
dc1c13d
block: remove keep_read_only flag from BlockDriverState struct
by Jeff Cody
· 13 years ago
0bce597
block: convert bdrv_commit() to use bdrv_reopen()
by Jeff Cody
· 13 years ago
e971aa1
block: Framework for reopening files safely
by Jeff Cody
· 13 years ago
55b110f
block: make bdrv_set_enable_write_cache() modify open_flags
by Jeff Cody
· 13 years ago
be028ad
block: correctly set the keep_read_only flag
by Jeff Cody
· 13 years ago
fe235a0
block: Don't forget to delete temporary file
by Dunrong Huang
· 13 years ago
9ca1115
block: fix block tray status
by Pavel Hrdina
· 13 years ago
d4c8232
block: Flush parent to OS with cache=unsafe
by Kevin Wolf
· 13 years ago
c75a1a8
qmp: query-block: add 'encryption_key_missing' field
by Luiz Capitulino
· 13 years ago
2e3e331
block: Use bdrv_get_backing_file_depth()
by Benoît Canet
· 13 years ago
f198fd1
block: create bdrv_get_backing_file_depth()
by Benoît Canet
· 13 years ago
0ed8b6f
Avoid returning void
by Blue Swirl
· 13 years ago
2b58495
block: Geometry and translation hints are now useless, purge them
by Markus Armbruster
· 13 years ago
9db1c0f
hd-geometry: Move disk geometry guessing back from block.c
by Markus Armbruster
· 13 years ago
61a8d64
fdc: Move floppy geometry guessing back from block.c
by Markus Armbruster
· 13 years ago
23797df
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
by Anthony Liguori
· 13 years ago
07d27a4
block: Factor bdrv_read_unthrottled() out of guess_disk_lchs()
by Markus Armbruster
· 13 years ago
Next »