index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
raw-posix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/raw-posix: Fix ret in raw_open_common()
Max Reitz
2014-12-10
1
-0
/
+1
*
block: Make essential BlockDriver objects public
Max Reitz
2014-12-10
1
-1
/
+1
*
block: do not use get_clock()
Paolo Bonzini
2014-12-10
1
-4
/
+4
*
block/raw-posix: Catch fsync() errors
Max Reitz
2014-11-18
1
-1
/
+6
*
block/raw-posix: Only sync after successful preallocation
Max Reitz
2014-11-18
1
-1
/
+3
*
block/raw-posix: Fix preallocating write() loop
Max Reitz
2014-11-18
1
-1
/
+1
*
raw-posix: The SEEK_HOLE code is flawed, rewrite it
Markus Armbruster
2014-11-18
1
-26
/
+85
*
raw-posix: SEEK_HOLE suffices, get rid of FIEMAP
Markus Armbruster
2014-11-18
1
-59
/
+4
*
raw-posix: Fix comment for raw_co_get_block_status()
Markus Armbruster
2014-11-18
1
-3
/
+1
*
raw-posix: raw_co_get_block_status() return value
Max Reitz
2014-11-03
1
-14
/
+14
*
raw-posix: Fix raw_co_get_block_status() after EOF
Max Reitz
2014-11-03
1
-4
/
+10
*
block: char devices on FreeBSD are not behind a pager
Roger Pau Monne
2014-10-23
1
-5
/
+21
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
1
-8
/
+8
*
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-20
1
-8
/
+8
*
block/raw-posix: use seek_hole ahead of fiemap
Tony Breeds
2014-10-20
1
-2
/
+2
*
block/raw-posix: Fix disk corruption in try_fiemap
Tony Breeds
2014-10-20
1
-1
/
+1
*
raw-posix: Fix build without posix_fallocate()
Kevin Wolf
2014-09-29
1
-4
/
+14
*
raw-posix: Add falloc and full preallocation option
Hu Tao
2014-09-12
1
-19
/
+73
*
block: don't convert file size to sector size
Hu Tao
2014-09-12
1
-6
/
+6
*
block: round up file size to nearest sector
Hu Tao
2014-09-12
1
-4
/
+4
*
raw-posix: fix O_DIRECT short reads
Stefan Hajnoczi
2014-08-22
1
-0
/
+9
*
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-08-20
1
-1
/
+1
*
raw-posix: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-1
/
+5
*
raw-posix: Fail gracefully if no working alignment is found
Kevin Wolf
2014-07-18
1
-8
/
+27
*
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
2014-07-18
1
-3
/
+1
*
block: Assert qiov length matches request length
Kevin Wolf
2014-07-14
1
-4
/
+11
*
linux-aio: implement io plug, unplug and flush io queue
Ming Lei
2014-07-07
1
-0
/
+45
*
raw-posix: Fix raw_getlength() to always return -errno on error
Markus Armbruster
2014-07-07
1
-6
/
+22
*
qemu-img create: add 'nocow' option
Chunyan Liu
2014-07-01
1
-0
/
+25
*
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
1
-5
/
+5
*
raw-posix.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-32
/
+27
*
raw-posix: drop raw_get_aio_fd() since it is no longer used
Stefan Hajnoczi
2014-06-04
1
-34
/
+0
*
block/linux-aio: fix memory and fd leak
Stefan Hajnoczi
2014-06-04
1
-0
/
+5
*
block/raw-posix: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
1
-0
/
+43
*
block/raw-posix.c: Avoid nonstandard LONG_LONG_MAX
Peter Maydell
2014-05-30
1
-1
/
+1
*
block/raw-posix: Try both FIEMAP and SEEK_HOLE
Max Reitz
2014-05-09
1
-50
/
+77
*
block: Unlink temporary files in raw-posix/win32
Kevin Wolf
2014-04-30
1
-1
/
+4
*
block/raw-posix: Strip protocol prefix on creation
Max Reitz
2014-03-13
1
-0
/
+12
*
block/raw-posix: bdrv_parse_filename() for cdrom
Max Reitz
2014-03-13
1
-0
/
+15
*
block/raw-posix: bdrv_parse_filename() for floppy
Max Reitz
2014-03-13
1
-0
/
+10
*
block/raw-posix: bdrv_parse_filename() for hdev
Max Reitz
2014-03-13
1
-0
/
+10
*
block/raw-posix: Strip "file:" prefix on creation
Max Reitz
2014-03-06
1
-0
/
+2
*
block/raw-posix: Implement bdrv_parse_filename()
Max Reitz
2014-03-06
1
-0
/
+12
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-6
/
+6
*
raw: Probe required direct I/O alignment
Paolo Bonzini
2014-01-24
1
-17
/
+85
*
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2014-01-06
1
-1
/
+1
*
raw-posix: add support for write_zeroes on XFS and block devices
Paolo Bonzini
2013-12-03
1
-12
/
+72
*
raw-posix: implement write_zeroes with MAY_UNMAP for block devices
Paolo Bonzini
2013-12-03
1
-0
/
+37
*
raw-posix: implement write_zeroes with MAY_UNMAP for files
Paolo Bonzini
2013-12-03
1
-2
/
+64
*
block: handle ENOTSUP from discard in generic code
Paolo Bonzini
2013-12-03
1
-6
/
+6
[next]