9pnet: allow making incomplete read requests
net/9p: remove unused p9_req_t aux field
9p: document short read behaviour with O_NONBLOCK
9p/xen: increase XEN_9PFS_RING_ORDER
v9fs_dir_readdir: fix double-free on p9stat_read error
9p: clear dangling pointers in p9stat_free
9p: Use a slab for allocating requests
9p: Remove p9_idpool
9p: embed fcall in req to round down buffer allocs
9p: Add refcount to p9_req_t
9p/rdma: do not disconnect on down_interruptible EAGAIN
9p: fix spelling mistake in fall-through annotation
9p: Rename req to rreq in trans_fd
9p: do not trust pdu content for stat item size
9p locks: add mount option for lock retry interval
9p: acl: fix uninitialized iattr access
9p/rdma: remove useless check in cm_event_handler
9p: p9dirent_read: check network-provided name length
9p locks: fix glock.client_id leak in do_lock
9p: potential NULL dereference
9p/trans_fd: abort p9_read_work if req status changed
9p/trans_fd: put worker reqs on destroy
net/9p: include trans_common.h to fix missing prototype warning.
9p/net: put a lower bound on msize
9p: mark expected switch fall-through
9p: use inode->i_lock to protect i_size_write() under 32-bit
9p/net: fix memory leak in p9_client_create
9p/virtio: Add cleanup path in p9_virtio_init
9p/xen: Add cleanup path in p9_trans_xen_init
9p: avoid attaching writeback_fid on mmap with type PRIVATE
9p: Transport error uninitialized
9p/cache.c: Fix memory leak in v9fs_cache_session_get_cookie
9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super
net/9p/client.c: add missing '\n' at the end of p9_debug()
fs/9p/vfs_file.c: use new return type vm_fault_t
9p/net/protocol.c: return -ENOMEM when kmalloc() failed
net/9p: fix error path of p9_virtio_probe
fs/9p/v9fs.c: fix spelling mistake "Uknown" -> "Unknown"
9p: Replace the fidlist with an IDR
9p: Fix comment on smp_wmb
net/9p/client.c: version pointer uninitialized
9p: Embed wait_queue_head into p9_req_t
9p: Change p9_fid_create calling convention
9p/net: Fix zero-copy path in the 9p virtio transport
net/9p/trans_virtio.c: fix some spell mistakes in comments
net/9p/virtio: Fix hard lockup in req_done
net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()
fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed
9p: validate PDU length
9p: fix multiple NULL-pointer-dereferences
9p/virtio: fix off-by-one error in sg list bounds check
9p: fix whitespace issues
net/9p/trans_virtio.c: add null terminal for mount tag