aboutsummaryrefslogtreecommitdiff
path: root/net/9p
Commit message (Collapse)AuthorAgeFilesLines
* p9_client_readdir() fixAl Viro2017-07-041-0/+4
| | | | | | | | | | commit 71d6ad08379304128e4bdfaf0b4185d54375423e upstream. Don't assume that server is sane and won't return more data than asked for. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Willy Tarreau <w@1wt.eu>
* 9p: forgetting to cancel request on interrupted zero-copy RPCAl Viro2016-08-261-1/+2
| | | | | | | | | | | | | | commit a84b69cb6e0a41e86bc593904faa6def3b957343 upstream. If we'd already sent a request and decide to abort it, we *must* issue TFLUSH properly and not just blindly reuse the tag, or we'll get seriously screwed when response eventually arrives and we confuse it for response to later request that had reused the same tag. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com>
* first commitMeizu OpenSource2016-08-1513-0/+6189