All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] 9p update for 5.15
@ 2021-09-08 14:14 Dominique Martinet
  2021-09-08 23:31 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Dominique Martinet @ 2021-09-08 14:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel, netdev, v9fs-developer

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-08 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 14:14 [GIT PULL] 9p update for 5.15 Dominique Martinet
2021-09-08 23:31 ` pr-tracker-bot

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.