[PATCH 0/3] NBD fixes for caching and block device flags

From: Paolo Bonzini
Date: Tue Feb 12 2013 - 11:06:27 EST


The first two patches improve the behavior of NBD with respect to the host
cache---respectively the server's cache and the client's. The first adds
support for flushing the backing storage, so that NBD is safe against
power losses. The second properly syncs and cleans the client's page
cache when an NBD device is disconnected from the server.

The third reports read-only devices properly in sysfs.

Ok for 3.9? I saw the last NBD patches were applied by Andrew Morton,
so I'm CCing him; Paul, please ack them if they are okay.

Paolo

Alex Bligh (1):
nbd: support FLUSH requests

Paolo Bonzini (2):
nbd: fsync and kill block device on shutdown
nbd: show read-only state in sysfs

drivers/block/nbd.c | 35 +++++++++++++++++++++++++++++++++--
include/uapi/linux/nbd.h | 3 ++-
2 files changed, 35 insertions(+), 3 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/