From patchwork Fri Apr 19 15:12:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Van Hensbergen X-Patchwork-Id: 13636488 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 943A312FB18; Fri, 19 Apr 2024 15:12:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713539544; cv=none; b=VyE8aKfhlsyzUA9+G9AVurptMlMmfQLd8ROnJvma24MdEDYOVCRrV+Xt0iqVXV1aUcmKXd7x+f5sw6sbDxwavoY51thOqxFUSP4o1cf0zPXQEhyYUeje8j0Lj7M7szp+zkldZsZQQuUTl7aG2PtfELYifHuyNAPlXK9PIf1of5Q= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713539544; c=relaxed/simple; bh=xQEphaQblCfW5AQQOS56beHxi0XAQWru7AWiLautQ2A=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=pPseVRRH9c8335KbhDdsChUFJDPdTf3qVqK48KkamU+S1kgsm9iUje1HaQFIR6GLz0kTLipE6KArUROl5axj9DixD1OFR9F0gYm/3MwL6FGmT8vcFA7LbPHJeqclqPXmJrgNhGqEsvVw+1e6sMcQb/fkfzgBQ05ZRrwxF/2XvQs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ILOpVh9K; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ILOpVh9K" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D9682C072AA; Fri, 19 Apr 2024 15:12:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713539544; bh=xQEphaQblCfW5AQQOS56beHxi0XAQWru7AWiLautQ2A=; h=Date:From:To:Cc:Subject:From; b=ILOpVh9KWtBQTPY7rnovDMii6R5GX3+uYENBstpvsUGgP1Tq2ZmQCQljbXL2ljt20 pEY7rmFms58EMS4ihwmrZ154fY5iQGPljG1DLTRSjAiQuc4AYlwW2YqpHM0akxHGKy BF5xpvfrjQ2B8Y3rLED1wUOfCc0Z3XFlfzFLigL9v5a6NGPHX2xK37kb/tWaUnrBEe n69KoVAWvS/7Fbo9RXPd4UALkHYQInjVOdpS0M/5owr80QzKJyAs3FdahHL3va4/nb fnvT7x/40q9H7DUoz1Hk10yl7Df0mVjrlWkWLOf9oiSGFUJvpVvkFQq0wY2PS6W1Qa ztimxvi+ERv6w== Date: Fri, 19 Apr 2024 15:12:21 +0000 From: Eric Van Hensbergen To: torvalds@linux-foundation.org Cc: v9fs@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [GIT PULL] fs/9p fixes for 6.9-rc5 Message-ID: Precedence: bulk X-Mailing-List: v9fs@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline The following changes since commit 8d025e2092e29bfd13e56c78e22af25fac83c8ec: Merge tag 'erofs-for-6.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs (2024-03-27 20:24:09 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-fixes-for-6.9-rc5 for you to fetch changes up to 7fd524b9bd1be210fe79035800f4bd78a41b349f: fs/9p: drop inodes immediately on non-.L too (2024-04-11 23:40:55 +0000) ---------------------------------------------------------------- fs/9p: fixes regressions in 6.9 This series contains a reversion of one of the original 6.9 patches which seems to have been the cause of most of the instability. It also incorporates several fixes to legacy support and cache fixes. There are few additional changes to improve stability, but I want another week of testing before sending them upstream. Signed-off-by: Eric Van Hensbergen ---------------------------------------------------------------- Eric Van Hensbergen (2): fs/9p: remove erroneous nlink init from legacy stat2inode fs/9p: Revert "fs/9p: fix dups even in uncached mode" Jeff Layton (1): 9p: explicitly deny setlease attempts Joakim Sindholt (4): fs/9p: only translate RWX permissions for plain 9P2000 fs/9p: translate O_TRUNC into OTRUNC fs/9p: fix the cache always being enabled on files with qid flags fs/9p: drop inodes immediately on non-.L too fs/9p/fid.h | 3 --- fs/9p/vfs_file.c | 2 ++ fs/9p/vfs_inode.c | 7 ++++--- fs/9p/vfs_super.c | 17 +++++++++++++++++ 4 files changed, 23 insertions(+), 6 deletions(-)