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
/
raw-posix.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-09-12
block: round up file size to nearest sector
Hu Tao
1
-4
/
+4
2014-08-22
raw-posix: fix O_DIRECT short reads
Stefan Hajnoczi
1
-0
/
+9
2014-08-20
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2014-08-15
raw-posix: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+5
2014-07-18
raw-posix: Fail gracefully if no working alignment is found
Kevin Wolf
1
-8
/
+27
2014-07-18
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
1
-3
/
+1
2014-07-14
block: Assert qiov length matches request length
Kevin Wolf
1
-4
/
+11
2014-07-07
linux-aio: implement io plug, unplug and flush io queue
Ming Lei
1
-0
/
+45
2014-07-07
raw-posix: Fix raw_getlength() to always return -errno on error
Markus Armbruster
1
-6
/
+22
2014-07-01
qemu-img create: add 'nocow' option
Chunyan Liu
1
-0
/
+25
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
1
-5
/
+5
2014-06-16
raw-posix.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-32
/
+27
2014-06-04
raw-posix: drop raw_get_aio_fd() since it is no longer used
Stefan Hajnoczi
1
-34
/
+0
2014-06-04
block/linux-aio: fix memory and fd leak
Stefan Hajnoczi
1
-0
/
+5
2014-06-04
block/raw-posix: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-0
/
+43
2014-05-30
block/raw-posix.c: Avoid nonstandard LONG_LONG_MAX
Peter Maydell
1
-1
/
+1
2014-05-09
block/raw-posix: Try both FIEMAP and SEEK_HOLE
Max Reitz
1
-50
/
+77
2014-04-30
block: Unlink temporary files in raw-posix/win32
Kevin Wolf
1
-1
/
+4
2014-03-13
block/raw-posix: Strip protocol prefix on creation
Max Reitz
1
-0
/
+12
2014-03-13
block/raw-posix: bdrv_parse_filename() for cdrom
Max Reitz
1
-0
/
+15
2014-03-13
block/raw-posix: bdrv_parse_filename() for floppy
Max Reitz
1
-0
/
+10
2014-03-13
block/raw-posix: bdrv_parse_filename() for hdev
Max Reitz
1
-0
/
+10
2014-03-06
block/raw-posix: Strip "file:" prefix on creation
Max Reitz
1
-0
/
+2
2014-03-06
block/raw-posix: Implement bdrv_parse_filename()
Max Reitz
1
-0
/
+12
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-6
/
+6
[next]