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
/
raw-posix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-25
raw-posix.c: Make GetBSDPath() handle caching options
Programmingkid
1
-6
/
+9
2015-11-12
block: Drop BlockDriver.bdrv_ioctl
Fam Zheng
1
-8
/
+0
2015-10-23
block: Make bdrv_is_inserted() return a bool
Max Reitz
1
-5
/
+3
2015-10-23
block: Remove host floppy support
Max Reitz
1
-217
/
+5
2015-10-16
raw-posix: warn about BDRV_O_NATIVE_AIO if libaio is unavailable
Stefan Hajnoczi
1
-1
/
+10
2015-10-12
block: switch from g_slice allocator to malloc
Paolo Bonzini
1
-4
/
+4
2015-10-02
block/raw-posix: Open file descriptor O_RDWR to work around glibc posix_fallo...
Richard W.M. Jones
1
-1
/
+1
2015-09-04
block/raw-posix: Use raw_normalize_devicepath()
Max Reitz
1
-5
/
+17
2015-07-07
block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive.
Richard W.M. Jones
1
-1
/
+2
2015-06-23
raw-posix: Introduce hdev_is_sg()
Dimitris Aragiorgis
1
-11
/
+28
2015-06-23
raw-posix: Use DPRINTF for DEBUG_FLOPPY
Dimitris Aragiorgis
1
-17
/
+5
2015-06-23
raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINT
Dimitris Aragiorgis
1
-8
/
+18
2015-06-23
block: Use bdrv_is_sg() everywhere
Dimitris Aragiorgis
1
-2
/
+2
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+2
2015-06-12
raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size
Kevin Wolf
1
-2
/
+3
2015-05-22
block: align bounce buffers to page
Denis V. Lunev
1
-6
/
+7
2015-05-22
block: minimal bounce buffer alignment
Denis V. Lunev
1
-0
/
+1
2015-03-19
raw-posix: Deprecate aio=threads fallback without O_DIRECT
Kevin Wolf
1
-0
/
+8
2015-03-19
raw-posix: Deprecate host floppy passthrough
Markus Armbruster
1
-0
/
+2
2015-03-10
block/raw-posix: fix launching with failed disks
Stefan Hajnoczi
1
-2
/
+27
2015-03-10
block: Add driver methods to probe blocksizes and geometry
Ekaterina Tumanova
1
-0
/
+103
2015-03-10
raw-posix: Factor block size detection out of raw_probe_alignment()
Ekaterina Tumanova
1
-16
/
+35
2015-03-09
block/raw-posix: fix compilation warning on OSX
Denis V. Lunev
1
-0
/
+2
2015-02-16
block: Remove "growable" from BDS
Max Reitz
1
-1
/
+1
2015-02-06
block/raw-posix.c: Fix raw_getlength() on Mac OS X block devices
Programmingkid
1
-1
/
+14
2015-02-06
block: use fallocate(FALLOC_FL_PUNCH_HOLE) & fallocate(0) to write zeroes
Denis V. Lunev
1
-0
/
+19
2015-02-06
block/raw-posix: call plain fallocate in handle_aiocb_write_zeroes
Denis V. Lunev
1
-1
/
+13
2015-02-06
block: use fallocate(FALLOC_FL_ZERO_RANGE) in handle_aiocb_write_zeroes
Denis V. Lunev
1
-2
/
+13
2015-02-06
block/raw-posix: refactor handle_aiocb_write_zeroes a bit
Denis V. Lunev
1
-19
/
+27
2015-02-06
block/raw-posix: create do_fallocate helper
Denis V. Lunev
1
-8
/
+14
2015-02-06
block/raw-posix: create translate_err helper to merge errno values
Denis V. Lunev
1
-6
/
+13
2014-12-10
block/raw-posix: Fix ret in raw_open_common()
Max Reitz
1
-0
/
+1
2014-12-10
block: Make essential BlockDriver objects public
Max Reitz
1
-1
/
+1
2014-12-10
block: do not use get_clock()
Paolo Bonzini
1
-4
/
+4
2014-11-18
block/raw-posix: Catch fsync() errors
Max Reitz
1
-1
/
+6
2014-11-18
block/raw-posix: Only sync after successful preallocation
Max Reitz
1
-1
/
+3
2014-11-18
block/raw-posix: Fix preallocating write() loop
Max Reitz
1
-1
/
+1
2014-11-18
raw-posix: The SEEK_HOLE code is flawed, rewrite it
Markus Armbruster
1
-26
/
+85
2014-11-18
raw-posix: SEEK_HOLE suffices, get rid of FIEMAP
Markus Armbruster
1
-59
/
+4
2014-11-18
raw-posix: Fix comment for raw_co_get_block_status()
Markus Armbruster
1
-3
/
+1
2014-11-03
raw-posix: raw_co_get_block_status() return value
Max Reitz
1
-14
/
+14
2014-11-03
raw-posix: Fix raw_co_get_block_status() after EOF
Max Reitz
1
-4
/
+10
2014-10-23
block: char devices on FreeBSD are not behind a pager
Roger Pau Monne
1
-5
/
+21
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-8
/
+8
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-8
/
+8
2014-10-20
block/raw-posix: use seek_hole ahead of fiemap
Tony Breeds
1
-2
/
+2
2014-10-20
block/raw-posix: Fix disk corruption in try_fiemap
Tony Breeds
1
-1
/
+1
2014-09-29
raw-posix: Fix build without posix_fallocate()
Kevin Wolf
1
-4
/
+14
2014-09-12
raw-posix: Add falloc and full preallocation option
Hu Tao
1
-19
/
+73
2014-09-12
block: don't convert file size to sector size
Hu Tao
1
-6
/
+6
[next]