From patchwork Wed Jun 5 15:00:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kent Overstreet X-Patchwork-Id: 13687032 Received: from out-174.mta1.migadu.com (out-174.mta1.migadu.com [95.215.58.174]) (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 5F2372C184 for ; Wed, 5 Jun 2024 15:00:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.174 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717599643; cv=none; b=Jmb65t+P/5L9dl3M73FHLD+0FuSOBSsif/34OIxedBxgSBn1wYnyseaLLgAgOZSBBdqKhZznXQH1Msq+4Q/l0qjEEGafOKUw5oXrMZqV7k6lNtV8MRKgZkwLVVEeYDYlKpKm77ABlouyMghj8K4GQhv6K2HwGe4BXGK0L1XhyvQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717599643; c=relaxed/simple; bh=Zz1j0hYSAGppgQC9YAIbqYWXNAuMOAAQHxImzWIrScY=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=Ab7mhLpq0wCoJ86lFcFmpRUgu/YezgMZ4WdVJ+AgrHQVIBD2kYaKqoAXJ5FD5Q/v+emDBCzIyUfA3OH/mDht3q9a3UnJ7GQvmXjULolLuNqBAW1NJDkHi9ZdcsEX4xvdRmogfrdiFfMQT2uXCYzA4QW8fEoKP56cFWNLP3IIj/Q= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=k2t8Wv4x; arc=none smtp.client-ip=95.215.58.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="k2t8Wv4x" X-Envelope-To: torvalds@linux-foundation.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1717599638; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=xcISW8lyXXqJzrVhgbIG0dJoTv2UgwwyLRjlJ9tmt8I=; b=k2t8Wv4xgqYx/bG18obWqaT7KjrAK4EiapNHsqN9jDmVzdG8Rvbbrs4UydHTbSSdtwjDW8 OtTzg4755j1P75Iw8ankvTl/S9Z3Jc6wol69TbZrQWDzSim6/eS/4XqD7qiWOF+vogyrAs on0g6SB01Ej10FXLQSpVqqkDB3x0AxA= X-Envelope-To: linux-bcachefs@vger.kernel.org X-Envelope-To: linux-fsdevel@vger.kernel.org X-Envelope-To: linux-kernel@vger.kernel.org Date: Wed, 5 Jun 2024 11:00:34 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Kent Overstreet To: Linus Torvalds Cc: linux-bcachefs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] bcachefs fixes for 6.10-rc3 Message-ID: <4a4gssdsaohqqh33hd2i2tavvfsjixngyfsyddy73keqauh3yo@m4vtvrly275m> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline X-Migadu-Flow: FLOW_OUT Hi Linus, few small ones for you: The following changes since commit c3f38fa61af77b49866b006939479069cd451173: Linux 6.10-rc2 (2024-06-02 15:44:56 -0700) are available in the Git repository at: https://evilpiepirate.org/git/bcachefs.git tags/bcachefs-2024-06-05 for you to fetch changes up to 319fef29e96524966bb8593117ce0c5867846eea: bcachefs: Fix trans->locked assert (2024-06-05 10:44:08 -0400) ---------------------------------------------------------------- bcachefs fixes for 6.10-rc3 Just a few small fixes. ---------------------------------------------------------------- Kent Overstreet (3): bcachefs: Fix GFP_KERNEL allocation in break_cycle() bcachefs: Rereplicate now moves data off of durability=0 devices bcachefs: Fix trans->locked assert fs/bcachefs/btree_locking.c | 1 + fs/bcachefs/move.c | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-)