summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-29Update version for 2.6.2 releasev2.6.2Michael Roth1-1/+1
2016-09-28s390x/css: handle cssid 255 correctlyCornelia Huck2-6/+4
2016-09-28ahci: clear aiocb in ncq_cbJohn Snow1-0/+1
2016-09-28vnc: fix incorrect checking condition when updating clientGonglei1-1/+1
2016-09-28vnc-enc-tight: fix off-by-one bugHerongguang (Stephen)1-1/+2
2016-09-28vnc: make sure we finish disconnectGerd Hoffmann1-0/+5
2016-09-28vnc: don't crash getting server info if lsock is NULLDaniel P. Berrange1-0/+5
2016-09-28vnc: ensure connection sharing/limits is always configuredDaniel P. Berrange1-0/+3
2016-09-28vnc: fix crash when vnc_server_info_get has an errorDaniel P. Berrange1-1/+1
2016-09-28ui: avoid crash if vnc client disconnects with writes pendingDaniel P. Berrange1-4/+9
2016-09-20virtio-scsi: Don't abort when media is ejectedFam Zheng1-6/+9
2016-09-20scsi-disk: Cleaning up around tray open stateFam Zheng1-14/+8
2016-09-20iothread: Stop threads before main() quitsFam Zheng3-4/+23
2016-09-20crypto: ensure XTS is only used with ciphers with 16 byte blocksDaniel P. Berrange3-13/+48
2016-09-20scsi: mptconfig: fix misuse of MPTSAS_CONFIG_PACKPaolo Bonzini1-2/+2
2016-09-20scsi: mptconfig: fix an assert expressionPrasad J Pandit1-1/+1
2016-09-20vmw_pvscsi: check page count while initialising descriptor ringsPrasad J Pandit1-10/+9
2016-09-20scsi-disk: change disk serial length from 20 to 36Rony Weng1-2/+2
2016-09-20qemu-char: avoid segfault if user lacks of permisson of a given logfileLin Ma1-0/+6
2016-09-20scsi: pvscsi: limit process IO loop to ring sizePrasad J Pandit1-1/+4
2016-09-20scsi: mptsas: use g_new0 to allocate MPTSASRequest objectLi Qiang1-1/+1
2016-09-209pfs: fix potential segfault during walkGreg Kurz1-2/+3
2016-09-20vnc: fix qemu crash because of SIGSEGVGonglei1-0/+4
2016-09-14virtio-balloon: discard virtqueue element on resetLadi Prosek1-0/+1
2016-09-14virtio: zero vq->inuse in virtio_reset()Stefan Hajnoczi1-0/+1
2016-09-089pfs: handle walk of ".." in the root directoryGreg Kurz2-9/+32
2016-09-089pfs: forbid . and .. in file namesGreg Kurz1-0/+51
2016-09-089pfs: forbid illegal path namesGreg Kurz1-0/+56
2016-09-08net: vmxnet: use g_new for pkt initialisationLi Qiang1-3/+2
2016-09-08net: vmxnet: check IP header lengthLi Qiang1-0/+5
2016-09-08iscsi: pass SCSI status back for SG_IOVadim Rozenfeld1-0/+1
2016-09-08virtio: decrement vq->inuse in virtqueue_discard()Stefan Hajnoczi1-0/+1
2016-09-08virtio: recalculate vq->inuse after migrationStefan Hajnoczi1-0/+15
2016-09-08ui: fix refresh of VNC server surfaceDaniel P. Berrange1-9/+11
2016-09-08net: check fragment length during fragmentationPrasad J Pandit1-1/+1
2016-08-17Update version for 2.6.1 releasev2.6.1Michael Roth1-1/+1
2016-08-15timer: set vm_clock disabled defaultGonglei2-3/+3
2016-08-15Xen PCI passthrough: fix passthrough failure when no interrupt pinBruce Rogers1-1/+1
2016-08-15ppc64: fix compressed dump with pseries kernelLaurent Vivier1-0/+5
2016-08-09scsi: esp: check TI buffer index before read/writePrasad J Pandit1-11/+9
2016-08-09scsi: megasas: null terminate bios version bufferPrasad J Pandit1-0/+1
2016-08-09scsi: esp: make cmdbuf big enough for maximum CDB sizePrasad J Pandit2-3/+6
2016-08-09scsi: esp: clean up handle_ti/esp_do_dma if s->do_cmdPaolo Bonzini1-7/+4
2016-08-09scsi: esp: respect FIFO invariant after message phasePaolo Bonzini1-1/+1
2016-08-09scsi: esp: check buffer length before reading scsi commandPrasad J Pandit1-0/+3
2016-08-09scsi: megasas: check 'read_queue_head' index valuePrasad J Pandit1-0/+2
2016-08-09scsi: megasas: initialise local configuration data bufferPrasad J Pandit1-1/+1
2016-08-09scsi: megasas: use appropriate property buffer sizePrasad J Pandit1-1/+1
2016-08-09net: mipsnet: check packet length against bufferPrasad J Pandit1-0/+3
2016-08-09hw/arm/virt: Reject gic-version=host for non-KVMCole Robinson1-1/+5