v9fs.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] 9p patches for 6.4 merge window
@ 2023-05-04  0:37 Eric Van Hensbergen
  2023-05-04 21:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Van Hensbergen @ 2023-05-04  0:37 UTC (permalink / raw)
  To: torvalds; +Cc: v9fs, v9fs-developer, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 3588 bytes --]

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-6.4-for-linus

for you to fetch changes up to 21e26d5e54ab7cfe6b488fd27d4d70956d07e03b:

  fs/9p: Fix bit operation logic error (2023-04-28 16:59:26 +0000)

----------------------------------------------------------------
9p patches for 6.4 merge window

This pull request includes a number of patches that didn't quite make
the cut last merge window while we addressed some outstanding issues
and review comments.  It includes some new caching modes for those that
only want readahead caches and reworks how we do writeback caching so we
are not keeping extra references around which both causes performance problems
and uses lots of additional resources on the server.

It also includes a new flag to force disabling of xattrs which can also
cause major performance issues, particularly if the underlying filesystem
on the server doesn't support them.

Finally it adds a couple of additional mount options to better support
directio and enabling caches when the server doesn't support qid.version.

There was one late-breaking bug report that has also been included as its
own patch where I forgot to propagate an embarassing bit-logic fix to the
various variations of open.  Since that was only added to for-next a week
ago, if you would like to not include it, I can include it in the first
round of fixes for -rc2.

Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org>

----------------------------------------------------------------
Eric Van Hensbergen (8):
      fs/9p: Consolidate file operations and add readahead and writeback
      fs/9p: Remove unnecessary superblock flags
      fs/9p: allow disable of xattr support on mount
      9p: Add additional debug flags and open modes
      fs/9p: Add new mount modes
      fs/9p: remove writeback fid and fix per-file modes
      fs/9p: Rework cache modes and add new options to Documentation
      fs/9p: Fix bit operation logic error

 Documentation/filesystems/9p.rst |  52 +++++++++++++++++++++++++++++++++++++++-------------
 fs/9p/cache.h                    |   3 +--
 fs/9p/fid.c                      |  48 +++++++++++++++++++-----------------------------
 fs/9p/fid.h                      |  31 ++++++++++++++++++++++++++++++-
 fs/9p/v9fs.c                     |  59 +++++++++++++++++++++++++++++++----------------------------
 fs/9p/v9fs.h                     |  62 +++++++++++++++++++++++++++++++++++++++++++-------------------
 fs/9p/v9fs_vfs.h                 |   4 ----
 fs/9p/vfs_addr.c                 |  50 ++++++++++++++++++++++++++++----------------------
 fs/9p/vfs_dir.c                  |  10 +++++++---
 fs/9p/vfs_file.c                 | 206 ++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------------------------------------------------------------
 fs/9p/vfs_inode.c                | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------
 fs/9p/vfs_inode_dotl.c           |  90 +++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------
 fs/9p/vfs_super.c                |  44 ++++++++++++--------------------------------
 include/net/9p/9p.h              |   6 ++++++
 net/9p/client.c                  |   8 ++++----
 15 files changed, 368 insertions(+), 416 deletions(-)


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [GIT PULL] 9p patches for 6.4 merge window
  2023-05-04  0:37 [GIT PULL] 9p patches for 6.4 merge window Eric Van Hensbergen
@ 2023-05-04 21:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-05-04 21:50 UTC (permalink / raw)
  To: Eric Van Hensbergen; +Cc: torvalds, v9fs, v9fs-developer, linux-kernel

The pull request you sent on Thu, 4 May 2023 00:37:18 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-6.4-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8e15605be8baeb9e3957c268c7d6f901c327ad5c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2023-05-04 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-04  0:37 [GIT PULL] 9p patches for 6.4 merge window Eric Van Hensbergen
2023-05-04 21:50 ` pr-tracker-bot

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