[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [RFC][PATCH 0/7] 9p: v9fs read and write speedup - V2
From: |
Edward Shishkin |
Subject: |
[Qemu-devel] [RFC][PATCH 0/7] 9p: v9fs read and write speedup - V2 |
Date: |
Mon, 12 Dec 2016 19:13:11 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 |
Hello everyone,
Version 2 of the patch-series contains cleanups and bug-fixes.
The patches 1, 2 remain unchanged. The patches 3, 4, 5 are
cleanups suggested by Fengguang Wu. The patches 6, 7 are fixups
for bugs found by Alexander Graf.
Any comments, suggestions are welcome as usual.
Thanks,
Edward.
- [Qemu-devel] [RFC][PATCH 0/7] 9p: v9fs read and write speedup - V2,
Edward Shishkin <=
- [Qemu-devel] [PATCH 1/7] 9p: v9fs add writepages., edward . shishkin, 2016/12/12
- [Qemu-devel] [PATCH 5/7] 9p: v9fs fix semicolon.cocci warnings, edward . shishkin, 2016/12/12
- [Qemu-devel] [PATCH 6/7] 9p: v9fs fix readpages writepages contexts allocation, edward . shishkin, 2016/12/12
- [Qemu-devel] [PATCH 7/7] 9p: v9fs fix calculation of max number of merged pages, edward . shishkin, 2016/12/12
- [Qemu-devel] [PATCH 3/7] 9p: v9fs fix ifnullfree.cocci warnings, edward . shishkin, 2016/12/12
- [Qemu-devel] [PATCH 4/7] 9p: v9fs fix odd_ptr_err.cocci warnings, edward . shishkin, 2016/12/12
- [Qemu-devel] [PATCH 2/7] 9p: v9fs new readpages., edward . shishkin, 2016/12/12