From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfVH6-0002Fs-FV for qemu-devel@nongnu.org; Fri, 25 Sep 2015 11:51:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfVH5-0002uG-Ni for qemu-devel@nongnu.org; Fri, 25 Sep 2015 11:51:04 -0400 From: Jeff Cody Date: Fri, 25 Sep 2015 11:50:49 -0400 Message-Id: <1443196256-5601-1-git-send-email-jcody@redhat.com> Subject: [Qemu-devel] [PULL 0/7] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: peter.maydell@linaro.org, jcody@redhat.com, qemu-devel@nongnu.org The following changes since commit eb9d0ea063fc7bdfab76b84085602a9e48d13ec7: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150924' into staging (2015-09-24 01:32:11 +0100) are available in the git repository at: git@github.com:codyprime/qemu-kvm-jtc.git tags/block-pull-request for you to fetch changes up to e6fd57ea297ec3aad32b24090c5d3757a99df3fe: sheepdog: refine discard support (2015-09-25 10:25:19 -0400) ---------------------------------------------------------------- Block patches ---------------------------------------------------------------- Hitoshi Mitake (2): sheepdog: use per AIOCB dirty indexes for non overlapping requests sheepdog: refine discard support Liu Yuan (1): sheepdog: add reopen support Peter Lieven (2): block/nfs: fix calculation of allocated file size block/nfs: cache allocated filesize for read-only files Wen Congyang (2): block: Introduce a new API bdrv_co_no_copy_on_readv() Backup: don't do copy-on-read in before_write_notifier block/backup.c | 20 ++++-- block/io.c | 12 +++- block/nfs.c | 38 +++++++++++- block/sheepdog.c | 168 +++++++++++++++++++++++++++++++++++++++----------- include/block/block.h | 9 ++- trace-events | 1 + 6 files changed, 200 insertions(+), 48 deletions(-) -- 1.9.3