linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dominique Martinet <asmadeus@codewreck.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org,
	v9fs-developer@lists.sourceforge.net,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL v2] 9p update for 5.7
Date: Wed, 8 Apr 2020 17:12:14 +0200	[thread overview]
Message-ID: <20200408151214.GA30977@nautica> (raw)
In-Reply-To: <20200406110702.GA13469@nautica>

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(-)

  parent reply	other threads:[~2020-04-08 15:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-06 11:07 [GIT PULL] 9p update for 5.7 Dominique Martinet
2020-04-06 15:53 ` Linus Torvalds
2020-04-06 16:40   ` Dominique Martinet
2020-04-06 16:46     ` Matthew Wilcox
2020-04-06 16:55       ` Dominique Martinet
2020-04-06 17:04       ` Linus Torvalds
2020-04-06 17:39         ` Matthew Wilcox
2020-04-06 17:46           ` Linus Torvalds
2020-04-06 18:42             ` Dominique Martinet
2020-04-07  2:16     ` L29Ah
2020-04-07  6:31       ` Dominique Martinet
2020-04-07 17:59       ` Linus Torvalds
2020-04-06 16:45 ` pr-tracker-bot
2020-04-08 15:12 ` Dominique Martinet [this message]
2020-04-09  4:53   ` [GIT PULL v2] " Linus Torvalds
2020-04-09  4:55   ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200408151214.GA30977@nautica \
    --to=asmadeus@codewreck.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=v9fs-developer@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).