]> git.proxmox.com Git - qemu.git/history - block/raw-posix.c
Introduce a 'client_add' monitor command accepting an open FD
[qemu.git] / block / raw-posix.c
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v39' into...
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.21' into staging
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-19 Fam Zhengblock: add bdrv_get_allocated_file_size() operation
2011-07-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.19' into staging
2011-07-19 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v38' into...
2011-07-19 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-07-05 Johannes Stezenbachblock/raw-posix: Linux compat-ioctl warning workaround
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v37' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-08 Christoph Eggerblock/raw-posix: get right partition size
2011-06-08 Christoph Eggerblock/raw-posix: use a character device if a block...
2011-06-08 Christoph Hellwigblock: clarify the meaning of BDRV_O_NOCACHE
2011-06-08 Alexandre RaymondFix compilation warning due to missing header for sigac...
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Christoph Hellwigraw-posix: add discard support
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-30 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-11-26 Christoph Hellwigraw-posix: raw_pwrite comment fixup
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-04 Kevin Wolfblock: Allow bdrv_flush to return errors
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-26 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-26 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-10-23 Blue Swirlqemu-timer: move commonly used timer code to qemu-timer...
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-09-21 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-21 Christoph Hellwigraw-posix: handle > 512 byte alignment correctly
2010-09-08 Anthony LiguoriMerge remote branch 'agraf/ppc-next' into staging
2010-09-08 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-08 Bernhard Kohlraw-posix: improve detection of scsi-generic devices
2010-09-08 Kevin Wolfraw-posix: Don't use file name for host_cdrom detection...
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-09 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-08-03 Kevin Wolfblock: Fix bdrv_has_zero_init
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-25 Stefan Weilblock: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_...
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Markus Armbrusterraw-posix: Fix test for host CD-ROM
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-04 Jes SorensenCleanup: raw-posix.c: Be more consistent using BDRV_SEC...
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Stefan Hajnocziraw-posix: Use pread/pwrite instead of lseek+read/write
2010-05-03 Kevin Wolfblock: Open the underlying image file in generic code
2010-05-03 Christoph Hellwigblock: separate raw images from the file protocol
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Christoph Hellwigblock: split raw_getlength
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-10 Christoph Hellwigraw-posix: don't assign bs->read_only
2010-03-27 Kevin Wolfraw-posix: Better error return values for hdev_create
2010-01-26 Kevin Wolfblock/raw-posix: Abort on pread beyond end of non-growa...
2010-01-26 Herve Poussineauwin32: pair qemu_memalign() with qemu_vfree()
2010-01-26 Christoph Hellwigblock: kill BDRV_O_CREAT
2010-01-20 Naphtali SpreiClean-up a little bit the RW related bits of BDRV_O_FLA...
2010-01-19 Cole Robinsonraw-posix: Detect legacy floppy via ioctl on linux
2010-01-19 Cole Robinsonraw-posix: Detect CDROM via ioctl on linux
2009-12-03 Kevin WolfDon't leak file descriptors
2009-12-03 Kevin Wolfqemu-img: There is more than one host device driver
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-11-29 Aurelien JarnoAdd support for GNU/kFreeBSD
2009-10-30 Kevin WolfRemove aio_ctx from paio_* interface
2009-10-27 Kevin Wolfraw/linux-aio: Also initialize POSIX AIO
2009-10-05 Kevin Wolfblock/raw: Add create_options for host_device
2009-09-11 Christoph Hellwigblock: add aio_flush operation
2009-09-11 Christoph Hellwigblock: use fdatasync instead of fsync if possible
2009-08-28 Stefan WeilDon't compile aio code if CONFIG_LINUX_AIO is undefined
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Christoph Hellwigraw-posix: add Linux native AIO support
2009-08-28 Christoph Hellwigraw-posix: refactor AIO support
2009-08-24 Christoph Hellwigmake pthreads mandatory
2009-07-27 Juan Quintelarename HOST_BSD to CONFIG_BSD
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-16 Stefan Weilraw-posix: Handle errors in raw_create
2009-07-09 G 3Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.
2009-07-09 Anthony LiguoriRevert "support colon in filenames"
2009-06-29 Kevin Wolfblock-raw: Allow pread beyond the end of growable images
2009-06-29 Ram Paisupport colon in filenames
2009-06-17 Blue SwirlFix opening of read only raw images
2009-06-16 Avi Kivityraw-posix: Remove O_RDWR when attempting to open a...
2009-06-16 Avi Kivityraw-posix: open flags use BDRV_ namespace, not posix...
2009-06-15 Anthony LiguoriMerge commit 'block/master' into staging
2009-06-15 Christoph Hellwigraw-posix: cleanup ioctl methods
2009-06-15 Christoph Hellwigblock: add bdrv_probe_device method
2009-06-15 Christoph Hellwigraw-posix: split hdev drivers
2009-06-15 Christoph Hellwigraw-posix: add a raw_open_common helper
2009-06-15 Christoph Hellwigraw-posix: always store open flags
2009-06-06 Kevin Wolfqemu-img: Print available options with -o ?
2009-05-27 Christoph Hellwigfully split aio_pool from BlockDriver
2009-05-27 Christoph Hellwigraw-posix: fix hdev_create
2009-05-27 Christoph Hellwigfix raw_pread_aligned return value
next