index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
block-backend.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-12
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
1
-2
/
+2
2016-05-12
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
1
-4
/
+2
2016-04-15
block: Don't ignore flags in blk_{,co,aio}_write_zeroes()
Kevin Wolf
1
-3
/
+4
2016-04-15
block: Fix blk_aio_write_zeroes()
Kevin Wolf
1
-7
/
+13
2016-03-30
block: Remove BDRV_O_CACHE_WB
Kevin Wolf
1
-11
/
+0
2016-03-30
block: Move enable_write_cache to BB level
Kevin Wolf
1
-15
/
+27
2016-03-30
block: Always set writeback mode in blk_new_open()
Kevin Wolf
1
-0
/
+4
2016-03-30
block: Remove blk_set_bs()
Kevin Wolf
1
-17
/
+0
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-17
block: Use blk_co_pwritev() in blk_co_write_zeroes()
Kevin Wolf
1
-4
/
+5
2016-03-17
block: Use blk_aio_prwv() for aio_read/write/write_zeroes
Kevin Wolf
1
-13
/
+92
2016-03-17
block: Use blk_prw() in blk_pread()/blk_pwrite()
Kevin Wolf
1
-15
/
+21
2016-03-17
block: Use blk_co_pwritev() in blk_write_zeroes()
Kevin Wolf
1
-9
/
+8
2016-03-17
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
1
-2
/
+10
2016-03-17
block: Use blk_co_pwritev() for blk_write()
Kevin Wolf
1
-9
/
+30
2016-03-17
block: Use blk_co_preadv() for blk_read()
Kevin Wolf
1
-4
/
+60
2016-03-17
block: Use BdrvChild in BlockBackend
Kevin Wolf
1
-101
/
+153
2016-03-17
block: Add blk_next_root_bs()
Max Reitz
1
-0
/
+24
2016-03-17
block: Move some bdrv_*_all() functions to BB
Max Reitz
1
-6
/
+38
2016-03-17
blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()
Max Reitz
1
-17
/
+0
2016-03-17
blockdev: Split monitor reference from BB creation
Max Reitz
1
-19
/
+7
2016-03-17
blockdev: Separate BB name management
Max Reitz
1
-31
/
+61
2016-03-17
blockdev: Add list of all BlockBackends
Max Reitz
1
-1
/
+23
2016-03-17
blockdev: Rename blk_backends
Max Reitz
1
-9
/
+11
2016-03-17
block: Add blk_commit_all()
Max Reitz
1
-0
/
+5
2016-03-17
block: Use blk_next() in block-backend.c
Max Reitz
1
-6
/
+6
2016-03-14
block: Introduce blk_set_allow_write_beyond_eof()
Kevin Wolf
1
-7
/
+16
2016-02-02
block: Add blk_remove_all_bs()
Max Reitz
1
-0
/
+15
2016-02-02
block: Use blk_remove_bs() in blk_delete()
Max Reitz
1
-4
/
+3
2016-02-02
block: Remove BDS close notifier
Max Reitz
1
-7
/
+0
2016-02-02
block: Add BB-BDS remove/insert notifiers
Max Reitz
1
-0
/
+20
2016-02-02
block: Add blk_dev_has_tray()
Max Reitz
1
-1
/
+9
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-15
nbd-server: do not exit on failed memory allocation
Paolo Bonzini
1
-0
/
+5
2015-12-22
block-backend: add blk_get_max_iov()
Stefan Hajnoczi
1
-0
/
+5
2015-11-17
block: add blk_abort_aio_request
Peter Lieven
1
-8
/
+9
2015-11-12
block: Compute minimum, maximum and average I/O latencies
Alberto Garcia
1
-0
/
+1
2015-11-11
block: Add blk_get_refcnt()
Alberto Garcia
1
-0
/
+5
2015-11-11
block: Inquire tray state before tray-moved events
Max Reitz
1
-10
/
+7
2015-11-11
block: Add functions for inheriting a BBRS
Max Reitz
1
-0
/
+27
2015-11-11
block: Add blk_remove_bs()
Max Reitz
1
-0
/
+12
2015-10-23
block: Add blk_insert_bs()
Max Reitz
1
-0
/
+11
2015-10-23
block: Prepare remaining BB functions for NULL BDS
Max Reitz
1
-16
/
+56
2015-10-23
block: Fail requests to empty BlockBackend
Max Reitz
1
-1
/
+54
2015-10-23
block: Make some BB functions fall back to BBRS
Max Reitz
1
-4
/
+24
2015-10-23
block: Add BlockBackendRootState
Max Reitz
1
-0
/
+40
2015-10-23
block: Move I/O status and error actions into BB
Max Reitz
1
-5
/
+111
2015-10-23
block: Move BlockAcctStats into BlockBackend
Max Reitz
1
-1
/
+4
2015-10-23
block: Move guest_block_size into BlockBackend
Max Reitz
1
-2
/
+5
2015-10-23
block: Fix BB AIOCB AioContext without BDS
Max Reitz
1
-1
/
+16
[next]