From nobody Mon Oct 6 10:13:27 2025 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 AC6F61F1302; Tue, 22 Jul 2025 20:20:31 +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=1753215631; cv=none; b=H98FQuy93xOeNWxciZWhphTIdGdVMqQkiOnWPZyjfir4XLxxyM9JY3GIgSl9Rqp7F64FbDf7E3F7mjscekkyZfBaJZDnkZLfCZyj2z5LRuBEQXVTewjx612V0eIa2CdVwYRlEtxKgGgfTstizbqhT3NIgxUIhzhTGaUUVrMlAY4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753215631; c=relaxed/simple; bh=2+ucdz0UvLWRzcrIfv05mAP30czo8XWD8AwF2X92bsg=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=sHtM1F8IWWBBZuJtjMBMUkTZjnOG7+6WiX+92phm2Az/pe2vYSSygUXukrCCkeoOyApYtbbKud0eYjSCxJ0giSlcaLlkmf3+8K3S5BqImGnxW8s+KoaoGJKjsfOcdyuqjO8QGiBhAC9YbF/mWRwJEhIOLLT4rDCJsStyplM3BgA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hj+XC8dE; 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="hj+XC8dE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5F3E3C4AF0C; Tue, 22 Jul 2025 20:20:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753215631; bh=2+ucdz0UvLWRzcrIfv05mAP30czo8XWD8AwF2X92bsg=; h=Date:From:To:Cc:Subject:References:From; b=hj+XC8dE378EYoJCcn/P65mwxbTkjrfqcJ8EH7WaAXiVJTqu5CwzSXW8WUnBi8zVa IgU9yyPn0obfsxrP25tEerLtbDc5fBRSuEQhHpJHjih+ozF1WfAqos4LYWdtEWhyos 6aH3zhgLrM8TwjX3zZLuPRZt/KFv1wszlocVm+DTmfNQlcBbDSfz/3ESU10VnTo44/ TOZPw+YE8PJUQYYflUJwiTsxgvlGy8KqxDYBUj6ekFvhDolE/JaFm3uAC/cTYAKePp R1lHQxh4/CZR7fE6j5ca8Nl/ffz67SWu0nchJATEZvsqtng0gu1UCxJPBIv9j++A37 BnVsXLEKslneA== Received: from rostedt by gandalf with local (Exim 4.98.2) (envelope-from ) id 1ueJTS-000000001NJ-2mFi; Tue, 22 Jul 2025 16:20:30 -0400 Message-ID: <20250722202030.515004324@kernel.org> User-Agent: quilt/0.68 Date: Tue, 22 Jul 2025 16:19:08 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-xfs@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton , Carlos Maiolino , Christoph Hellwig , "Darrick J. Wong" Subject: [PATCH 1/4] xfs: remove unused trace event xfs_dqreclaim_dirty References: <20250722201907.886429445@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Steven Rostedt The tracepoint trace_xfs_dqreclaim_dirty was removed with other code removed from xfs_qm_dquot_isolate() but the defined tracepoint was not. Fixes: d62016b1a2df ("xfs: avoid dquot buffer pin deadlock") Signed-off-by: Steven Rostedt (Google) Reviewed-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- fs/xfs/xfs_trace.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/xfs/xfs_trace.h b/fs/xfs/xfs_trace.h index 10d4fd671dcf..22c10a1b7fd3 100644 --- a/fs/xfs/xfs_trace.h +++ b/fs/xfs/xfs_trace.h @@ -1396,7 +1396,6 @@ DEFINE_EVENT(xfs_dquot_class, name, \ TP_ARGS(dqp)) DEFINE_DQUOT_EVENT(xfs_dqadjust); DEFINE_DQUOT_EVENT(xfs_dqreclaim_want); -DEFINE_DQUOT_EVENT(xfs_dqreclaim_dirty); DEFINE_DQUOT_EVENT(xfs_dqreclaim_busy); DEFINE_DQUOT_EVENT(xfs_dqreclaim_done); DEFINE_DQUOT_EVENT(xfs_dqattach_found); --=20 2.47.2 From nobody Mon Oct 6 10:13:27 2025 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 93BA480C02; Tue, 22 Jul 2025 20:20:31 +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=1753215631; cv=none; b=cMSwlB0h0+DCeSipyy6IPD+sgSbqLQc2Kbm1xEjXwTTAhtzs0arRRK4rH8fusPwwuN5BjxHoAIPqKGiL/errlbEVmOjhizxB4aM5dP/uo9nZ10zOcm5W1Xij3IrmU2UH8YHH3f3rOju0oGen+7gf5+FRO5xB1iDCMtCbb1KfsBs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753215631; c=relaxed/simple; bh=z72uWazKkS2fqyE92fEFcTlRZQYXZwO/VsWMIsYj9vc=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=MXKuOwbWnMhac8IfiZOBX41UgYgfW+FdaSs8Bew9vLZlke5hl9zwi0kMqzibZs4I0E8YD+n1wAOaIE8IHEhdU9HYoDMAP/RwMUUOc0Trn3NebBTJOTuWa/a6TW4a8cwXqLZpOWAKmNl08OLs6yLPwxWs/Jfh9XYPzYTaFmlhb94= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=g4ts9N4q; 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="g4ts9N4q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E061C4CEF7; Tue, 22 Jul 2025 20:20:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753215631; bh=z72uWazKkS2fqyE92fEFcTlRZQYXZwO/VsWMIsYj9vc=; h=Date:From:To:Cc:Subject:References:From; b=g4ts9N4qPIqoE9QyhTwU4lAtBxfmJsK8keOvp2SS6qPIV7P1F5lQ3gOaR5oAtfuEW WvOAWn8TJC9ZarUmblAcjSSJuplFB4PLhgf9DDkP+0Z0U02MOOKbCiT004J7YJjPme 7I9CUoXbj16QXRX6lKoZbx80KJ6erdpc2NGVHNSGJH+JsE5bW8i1TRXX5k2jNyiM0M 5YDKjnyWzG9GAb6C5aOvhEh6cEyidEp7ki0Ig8NUQw5xftOQYYcVloM4qP3KCIcuC/ qwx1zxOXbhc7aIgSZHGwAdBpMoq9xhDsl2F+FlKS2o9YvjGMKwqS95RpdyEl9mEbmZ xNaudiDW96N6w== Received: from rostedt by gandalf with local (Exim 4.98.2) (envelope-from ) id 1ueJTS-000000001Nn-3TTQ; Tue, 22 Jul 2025 16:20:30 -0400 Message-ID: <20250722202030.683039393@kernel.org> User-Agent: quilt/0.68 Date: Tue, 22 Jul 2025 16:19:09 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-xfs@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton , Carlos Maiolino , Christoph Hellwig , "Darrick J. Wong" Subject: [PATCH 2/4] xfs: remove unused trace event xfs_log_cil_return References: <20250722201907.886429445@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Steven Rostedt The trace event xfs_log_cil_return was added but never used. Remove it. Fixes: c1220522ef405 ("xfs: grant heads track byte counts, not LSNs") Signed-off-by: Steven Rostedt (Google) Reviewed-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- fs/xfs/xfs_trace.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/xfs/xfs_trace.h b/fs/xfs/xfs_trace.h index 22c10a1b7fd3..4ce8689ed839 100644 --- a/fs/xfs/xfs_trace.h +++ b/fs/xfs/xfs_trace.h @@ -1600,7 +1600,6 @@ DEFINE_LOGGRANT_EVENT(xfs_log_ticket_ungrant); DEFINE_LOGGRANT_EVENT(xfs_log_ticket_ungrant_sub); DEFINE_LOGGRANT_EVENT(xfs_log_ticket_ungrant_exit); DEFINE_LOGGRANT_EVENT(xfs_log_cil_wait); -DEFINE_LOGGRANT_EVENT(xfs_log_cil_return); =20 DECLARE_EVENT_CLASS(xfs_log_item_class, TP_PROTO(struct xfs_log_item *lip), --=20 2.47.2 From nobody Mon Oct 6 10:13:27 2025 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 29C492857CF; Tue, 22 Jul 2025 20:20:31 +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=1753215632; cv=none; b=g0F8/tlcuiS8ws1JK+2sMk3U6S0LZht4k15SFqgsFCU8VkuZpMubgBZRAfOJ4E8Thi8Tb1holkwF+5faSnwmLRCjiIlYZxKNeS4EPnwRoEq6Y0IZHRgoxTSDQXY9gMkClCh5q3+lBKeDl7X25faaLKparRrzddtIslqtWXCfjjY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753215632; c=relaxed/simple; bh=wBR0+P1gjCOSCENPtBV7Ah8gY16/RWgDe9xN4dTCRBk=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=rOILGl2lsGyZ3ejA9ruf3Mfw7vPAK1NANn3SIdvVf3KP8HW+3n5EPx++qObqJYe2+AmyIjW6nKy7wyjHAw2PlMeE8d1WbVQ0n25h5npkt/muFFT3vKD1PljEtohezSISNQlHE6pDdNfxz0lmz1JFsot9ULzzhmrgyOVZNQDMSWI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=H+zQN/nV; 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="H+zQN/nV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 907B4C4CEFA; Tue, 22 Jul 2025 20:20:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753215631; bh=wBR0+P1gjCOSCENPtBV7Ah8gY16/RWgDe9xN4dTCRBk=; h=Date:From:To:Cc:Subject:References:From; b=H+zQN/nVv4o6xPuA5fEVQMFNMp6Euz+P3K9gCWZiAgIXZcWN32Xvlwk92T3fRKdRC 7msF4Lxju+LMPa6pZgzVYILSW2cKM+yxKk2Gv+XF9sgw7+s2ZHyhAdRxYPmEv92f09 qdOpt/1idsoxHWOCcan4bVLBDx4ToyZxYr4zWPl/J24fbHiex9PDFze5skaImk6PZr Xjgh4uqN06H37qw0bUXuXfj1873UjFiNkPm3JCPmzrLBbI/PCG7jPg1fuuIETV1wQo UMunLBOqAKOFDiPkrAX0xpSacmCkLgOBw1G8Xcs19RgVh8IssNTlEpNK3zN3/d4Fbv hnRZSHMLIgz5A== Received: from rostedt by gandalf with local (Exim 4.98.2) (envelope-from ) id 1ueJTS-000000001OH-49nd; Tue, 22 Jul 2025 16:20:30 -0400 Message-ID: <20250722202030.847917487@kernel.org> User-Agent: quilt/0.68 Date: Tue, 22 Jul 2025 16:19:10 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-xfs@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton , Carlos Maiolino , Christoph Hellwig , "Darrick J. Wong" Subject: [PATCH 3/4] xfs: remove unused trace event xfs_discard_rtrelax References: <20250722201907.886429445@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Steven Rostedt The trace event xfs_discard_rtrelax was added but never used. Remove it. Fixes: a330cae8a7147 ("xfs: Remove header files which are included more tha= n once") Signed-off-by: Steven Rostedt (Google) Reviewed-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- fs/xfs/xfs_trace.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/xfs/xfs_trace.h b/fs/xfs/xfs_trace.h index 4ce8689ed839..1061992da144 100644 --- a/fs/xfs/xfs_trace.h +++ b/fs/xfs/xfs_trace.h @@ -2858,7 +2858,6 @@ DEFINE_EVENT(xfs_rtdiscard_class, name, \ TP_ARGS(mp, rtbno, len)) DEFINE_RTDISCARD_EVENT(xfs_discard_rtextent); DEFINE_RTDISCARD_EVENT(xfs_discard_rttoosmall); -DEFINE_RTDISCARD_EVENT(xfs_discard_rtrelax); =20 DECLARE_EVENT_CLASS(xfs_btree_cur_class, TP_PROTO(struct xfs_btree_cur *cur, int level, struct xfs_buf *bp), --=20 2.47.2 From nobody Mon Oct 6 10:13:27 2025 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 29BD12857CB; Tue, 22 Jul 2025 20:20:31 +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=1753215632; cv=none; b=ZI1xqtbGqon3UpymqhyGh/zuaDpzFRIuJVJ+w1fBXBIxR5nm2F8jEfrJZeQNwA+plOV8EqWdtW01BNnD73xHZTxx8oR6lUmtbPjP69TecNRO+QqvSMtLhrQ+FgB+JxYGGh0vgRZIB+4QCLV9Rh7Cx4VNJPZ1/JBpSLb7oj7O/eg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753215632; c=relaxed/simple; bh=GLkD5uBnrlvasC6+bn4FJFEgenUIlTgvQVb/gHpB4Fk=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=oitcWtoZe0KVTMlW0hIeGp169mVlD47MFIHXEUaaNMLPoar/YbTQ+1Bg3ae9qQRPR4SwkUAxmk/tSMi1NvUlfFNm0jgqFv/fwkl0opx0N4PNIWtspg95CqSDAdm4KbEB5VZx0CaFDpDiLqoVqvGBRj9bt1+zyjOeG8EJBUUtbE0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WEB3uUXt; 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="WEB3uUXt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C70CCC4CEF4; Tue, 22 Jul 2025 20:20:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753215631; bh=GLkD5uBnrlvasC6+bn4FJFEgenUIlTgvQVb/gHpB4Fk=; h=Date:From:To:Cc:Subject:References:From; b=WEB3uUXtNP3dxI7cLcZom5UjIey0owZwYU4zZVChLrCQRxRt0e2qMuOxKQLhYu/tE MGv/xybVpT3+R3bPR9xKa3Ij08yoE81JyQntY4mITtPt07oo0waYeNwcxql4Mng5lr yBW94rqwHgS2qxRtFal+hbw/pGwUdRBaGFqwYRh9KX0Mp6TF8dYMmwQR+39+TWRIij eQWqiyRtMrGg214alLBfaVJZSuD8ypkxvIZ5XZV5kUJdUISLDSKd/JonOe5+cIuZoI WtN82cJaAS5vMXC8UaJQa5AU8ZfTVhu/v8a4psH7q5et79ZsHpE0+vX9ilQAc+hZ34 TKmrLf7j5UDig== Received: from rostedt by gandalf with local (Exim 4.98.2) (envelope-from ) id 1ueJTT-000000001Ol-0g5u; Tue, 22 Jul 2025 16:20:31 -0400 Message-ID: <20250722202031.012385530@kernel.org> User-Agent: quilt/0.68 Date: Tue, 22 Jul 2025 16:19:11 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-xfs@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton , Carlos Maiolino , Christoph Hellwig , "Darrick J. Wong" Subject: [PATCH 4/4] xfs: remove unused trace event xfs_reflink_cow_enospc References: <20250722201907.886429445@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Steven Rostedt The call to the event xfs_reflink_cow_enospc was removed when the COW handling was merged into xfs_file_iomap_begin_delay, but the trace event itself was not. Remove it. Fixes: db46e604adf8 ("xfs: merge COW handling into xfs_file_iomap_begin_del= ay") Signed-off-by: Steven Rostedt (Google) Reviewed-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- fs/xfs/xfs_trace.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/xfs/xfs_trace.h b/fs/xfs/xfs_trace.h index 1061992da144..e1794e3e3156 100644 --- a/fs/xfs/xfs_trace.h +++ b/fs/xfs/xfs_trace.h @@ -4181,7 +4181,6 @@ DEFINE_INODE_ERROR_EVENT(xfs_reflink_unshare_error); /* copy on write */ DEFINE_INODE_IREC_EVENT(xfs_reflink_trim_around_shared); DEFINE_INODE_IREC_EVENT(xfs_reflink_cow_found); -DEFINE_INODE_IREC_EVENT(xfs_reflink_cow_enospc); DEFINE_INODE_IREC_EVENT(xfs_reflink_convert_cow); =20 DEFINE_SIMPLE_IO_EVENT(xfs_reflink_cancel_cow_range); --=20 2.47.2