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
/
vvfat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-01
cpr: relax blockdev migration blockers
Steve Sistare
1
-1
/
+1
2023-10-20
migration: simplify blockers
Steve Sistare
1
-4
/
+2
2023-10-12
block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+2
2023-10-12
block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...
Paolo Bonzini
1
-9
/
+9
2023-09-29
block: Clean up local variable shadowing
Markus Armbruster
1
-17
/
+18
2023-04-25
vvfat: mark various functions as coroutine_fn
Paolo Bonzini
1
-28
/
+30
2023-02-27
block/vvfat: Remove pointless check of NDEBUG
Philippe Mathieu-Daudé
1
-3
/
+0
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+1
2022-10-31
block/vvfat: Unify the mkdir() call
Bin Meng
1
-6
/
+3
2022-10-27
vvfat: allow spaces in file names
Hervé Poussineau
1
-1
/
+1
2022-10-27
vvfat: allow some writes to bootsector
Hervé Poussineau
1
-1
/
+25
2022-10-27
block: Refactor get_tmp_filename()
Bin Meng
1
-4
/
+3
2022-07-12
block: Change bdrv_{pread,pwrite,pwrite_sync}() param order
Alberto Faria
1
-5
/
+5
2022-07-12
block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
Alberto Faria
1
-3
/
+4
2022-01-14
vvfat: Fix vvfat_write() for writes before the root directory
Kevin Wolf
1
-8
/
+22
2022-01-14
vvfat: Fix size of temporary qcow file
Kevin Wolf
1
-4
/
+3
2021-11-23
block/vvfat.c fix leak when failure occurs
Daniella Lee
1
-4
/
+12
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-07-20
block/vvfat: fix: drop backing
Vladimir Sementsov-Ogievskiy
1
-39
/
+4
2021-06-02
block/vvfat: inherit child_vvfat_qcow from child_of_bds
Vladimir Sementsov-Ogievskiy
1
-5
/
+3
2021-06-02
block/vvfat: fix vvfat_child_perm crash
Vladimir Sementsov-Ogievskiy
1
-5
/
+2
2021-06-02
block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crash
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2020-11-03
block/vvfat: Fix bad printf format specifiers
AlexChen
1
-5
/
+7
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-2
/
+3
2020-07-10
error: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
1
-4
/
+2
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
1
-2
/
+1
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-2
/
+1
2020-07-03
vvfat: Fix array_remove_slice()
Kevin Wolf
1
-37
/
+5
2020-07-03
vvfat: Check that updated filenames are valid
Kevin Wolf
1
-1
/
+24
2020-05-18
block: Drop @child_class from bdrv_child_perm()
Max Reitz
1
-3
/
+1
2020-05-18
block: Pass BdrvChildRole in remaining cases
Max Reitz
1
-1
/
+3
2020-05-18
block: Make backing files child_of_bds children
Max Reitz
1
-1
/
+2
2020-05-18
block: Pass parent_is_format to .inherit_options()
Max Reitz
1
-1
/
+1
2020-05-18
block: Pass BdrvChildRole to .inherit_options()
Max Reitz
1
-1
/
+2
2020-05-18
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
1
-0
/
+1
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
1
-1
/
+1
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
1
-3
/
+3
2020-05-18
block: Use bdrv_make_empty() where possible
Max Reitz
1
-3
/
+1
2020-05-05
block: Comment cleanups
Eric Blake
1
-5
/
+5
2020-02-18
block/vvfat: Do not unref qcow on closing backing bdrv
Hikaru Nishida
1
-7
/
+0
2019-09-16
block: Use QEMU_IS_ALIGNED
Nir Soffer
1
-4
/
+4
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
1
-0
/
+1
2019-05-10
vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()
Alberto Garcia
1
-5
/
+7
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
1
-0
/
+12
2018-11-19
vvfat: Fix memory leak
Kevin Wolf
1
-3
/
+3
2018-11-12
block: Fix potential Null pointer dereferences in vvfat.c
Liam Merwick
1
-16
/
+30
2018-11-05
block: Require auto-read-only for existing fallbacks
Kevin Wolf
1
-8
/
+2
2018-11-05
block: Add auto-read-only option
Kevin Wolf
1
-0
/
+1
2018-11-05
block/vvfat: Fix crash when reporting error about too many files in directory
Thomas Huth
1
-2
/
+2
[next]