All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dominique Martinet <asmadeus@codewreck.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	netdev@vger.kernel.org, v9fs-developer@lists.sourceforge.net
Subject: [GIT PULL] 9p update for 5.15
Date: Wed, 8 Sep 2021 23:14:50 +0900	[thread overview]
Message-ID: <YTjFWjkz0nPb+sZe@codewreck.org> (raw)

Hi Linus,

The following changes since commit ff1176468d368232b684f75e82563369208bc371:

  Linux 5.14-rc3 (2021-07-25 15:35:14 -0700)

are available in the Git repository at:

  https://github.com/martinetd/linux tags/9p-for-5.15-rc1

for you to fetch changes up to 9c4d94dc9a64426d2fa0255097a3a84f6ff2eebe:

  net/9p: increase default msize to 128k (2021-09-05 08:36:44 +0900)

(the commit date is a bit young as the default msize change has been
sent fairly recently, happy to delay one release if you'd like it to sit
in -next for longer than a few days before merging but large msize
codepath is already widely in use as the impact is big on performance.
Changing the default should help people who don't know about the
option.)
----------------------------------------------------------------
9p for 5.15-rc1

a couple of harmless fixes, increase max tcp msize (64KB -> 1MB),
and increase default msize (8KB -> 128KB)

The default increase has been discussed with Christian
for the qemu side of things but makes sense for all supported
transports

----------------------------------------------------------------
Christian Schoenebeck (2):
      net/9p: use macro to define default msize
      net/9p: increase default msize to 128k

Dominique Martinet (1):
      net/9p: increase tcp max msize to 1MB

Harshvardhan Jha (1):
      9p/xen: Fix end of loop tests for list_for_each_entry

Xie Yongji (1):
      9p/trans_virtio: Remove sysfs file on probe failure

 net/9p/client.c       | 6 ++++--
 net/9p/trans_fd.c     | 2 +-
 net/9p/trans_virtio.c | 4 +++-
 net/9p/trans_xen.c    | 4 ++--
 4 files changed, 10 insertions(+), 6 deletions(-)
-- 
Dominique

             reply	other threads:[~2021-09-08 14:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-08 14:14 Dominique Martinet [this message]
2021-09-08 23:31 ` [GIT PULL] 9p update for 5.15 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=YTjFWjkz0nPb+sZe@codewreck.org \
    --to=asmadeus@codewreck.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.