[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200408151214.GA30977@nautica>
Date: Wed, 8 Apr 2020 17:12:14 +0200
From: Dominique Martinet <asmadeus@...ewreck.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-fsdevel@...r.kernel.org,
v9fs-developer@...ts.sourceforge.net, linux-kernel@...r.kernel.org
Subject: [GIT PULL v2] 9p update for 5.7
Hi Linus,
v2 of monday's pull request. The commit date is just now, but that is
just the documentation patch I applied, there is no code change since
the last version.
Thanks,
Dominique
The following changes since commit 16fbf79b0f83bc752cee8589279f1ebfe57b3b6e:
Linux 5.6-rc7 (2020-03-22 18:31:56 -0700)
are available in the Git repository at:
https://github.com/martinetd/linux tags/9p-for-5.7-2
for you to fetch changes up to c6f141412d24c8d8a9d98ef45303c0235829044b:
9p: document short read behaviour with O_NONBLOCK (2020-04-08 17:05:28 +0200)
----------------------------------------------------------------
9p pull request for inclusion in 5.7 (take 2)
- Change read with O_NONBLOCK to allow incomplete read and return immediately
(and document it)
- Rest is just cleanup (indent, unused field in struct, extra semicolon)
----------------------------------------------------------------
Dominique Martinet (2):
net/9p: remove unused p9_req_t aux field
9p: document short read behaviour with O_NONBLOCK
Krzysztof Kozlowski (1):
9p: Fix Kconfig indentation
Sergey Alirzaev (2):
9pnet: allow making incomplete read requests
9p: read only once on O_NONBLOCK
zhengbin (1):
9p: Remove unneeded semicolon
Documentation/filesystems/9p.txt | 10 +++++++++
fs/9p/Kconfig | 18 ++++++++--------
fs/9p/vfs_file.c | 5 ++++-
fs/9p/vfs_inode.c | 2 +-
include/net/9p/client.h | 4 ++--
net/9p/client.c | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------
6 files changed, 104 insertions(+), 79 deletions(-)
Powered by blists - more mailing lists