From patchwork Thu Jan 11 10:16:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Viro X-Patchwork-Id: 13517064 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [62.89.141.173]) (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 1FFE114267 for ; Thu, 11 Jan 2024 10:16:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=zeniv.linux.org.uk Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=ftp.linux.org.uk Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linux.org.uk header.i=@linux.org.uk header.b="pO5cxANf" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:Content-Type:MIME-Version: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:In-Reply-To:References; bh=gI7bJxgh/he6YNaO7FlM05wn9SHwZsQeLa6sYvlBEVc=; b=pO5cxANfUMK7I7cP80Wk6sZ6eP 6mZfriknvCXEMtLvgjDjplgZW6wJS3dzLxdcgYEN32Bt/n4EQq63Zg3wYUsInzExmGlyxXlUCh2pG N7Cw8n4zPF3xDk1rGmVL9yf8TbXYG2TpkbK/tq97uuhKXzJhombll9l1t+Bn+6mi3zE75OrFj0kdz ytfWZToOQEBPkOgvuD/YH1YZNQhPzI1C+oR0imryYWEhwO7XKIGlQ0wJkWvI4MGkiZzTSOGugGGN1 K+b+fkA6KWP4Vps5rA4QPp7VhV+AiWCJHUSOmDQJb2TqAHz7U9Vu7aLmef4w+HVn7eZN2bwLWddyM nC4kq8pg==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1rNs70-00CA1u-2U; Thu, 11 Jan 2024 10:16:35 +0000 Date: Thu, 11 Jan 2024 10:16:34 +0000 From: Al Viro To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git minixfs series Message-ID: <20240111101634.GV1674809@ZenIV> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Sender: Al Viro The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-minix for you to fetch changes up to 41e9a7faff514fcb2d4396b0ffde30386a153c7f: minixfs: switch to kmap_local_page() (2023-12-18 21:07:29 -0500) ---------------------------------------------------------------- minixfs kmap_local_page() switchover and related fixes - very similar to sysv series. Signed-off-by: Al Viro ---------------------------------------------------------------- Al Viro (4): minixfs: use offset_in_page() minixfs: change the signature of dir_get_page() minixfs: Use dir_put_page() in minix_unlink() and minix_rename() minixfs: switch to kmap_local_page() fs/minix/dir.c | 83 +++++++++++++++++++++++--------------------------------- fs/minix/namei.c | 12 +++----- 2 files changed, 38 insertions(+), 57 deletions(-)