From: Eric Van Hensbergen <ericvh@kernel.org>
To: torvalds@linux-foundation.org
Cc: v9fs@lists.linux.dev, v9fs-developer@lists.sourceforge.net,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] 9p patches for 6.4 merge window
Date: Thu, 4 May 2023 00:37:18 +0000 [thread overview]
Message-ID: <ZFL+Pg3IGWeLsQOo@7e9e31583646> (raw)
[-- 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 --]
next reply other threads:[~2023-05-04 0:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-04 0:37 Eric Van Hensbergen [this message]
2023-05-04 21:50 ` [GIT PULL] 9p patches for 6.4 merge window 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=ZFL+Pg3IGWeLsQOo@7e9e31583646 \
--to=ericvh@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=v9fs-developer@lists.sourceforge.net \
--cc=v9fs@lists.linux.dev \
/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