From: "Theodore Ts'o" <tytso@mit.edu>
To: harshad shirwadkar <harshadshirwadkar@gmail.com>
Cc: linux-ext4@vger.kernel.org, jack@suse.cz, harshads@google.com
Subject: Re: [PATCH v8 0/9] Ext4 Fast Commit Performance Patchset
Date: Thu, 1 May 2025 09:37:36 -0400 [thread overview]
Message-ID: <20250501133736.GB205188@mit.edu> (raw)
In-Reply-To: <20250501041404.GA205188@mit.edu>
On Thu, May 01, 2025 at 12:14:04AM -0400, Theodore Ts'o wrote:
>
> I was applying your patches on 6.15-rc3 and this evening I tried
> applying them against 6.15-rc2, which has been failing as well.
>
> There's nothing else on the ext4 dev branch yet, but there were a
> large number of ext4 patches which landed between 6.14-rc2 and
> 6.15-rc2.
I tried bisecting your patch series using:
kvm-xfstests -c ext4/fast_commit generic/127 generic/241 generic/418
and the first bad commit was "ext4: rework fast commit commit path".
- Ted
git bisect start
# status: waiting for both good and bad commits
# good: [9c32cda43eb78f78c73aee4aa344b777714e259b] Linux 6.15-rc3
git bisect good 9c32cda43eb78f78c73aee4aa344b777714e259b
# status: waiting for bad commit, 1 good commit known
# bad: [a147d000c6914a51becf0d32bbb8c9124e45f6ed] ext4: hold s_fc_lock while during fast commit
git bisect bad a147d000c6914a51becf0d32bbb8c9124e45f6ed
# good: [8ffd015db85fea3e15a77027fda6c02ced4d2444] Linux 6.15-rc2
git bisect good 8ffd015db85fea3e15a77027fda6c02ced4d2444
# bad: [bfd1ce278bb3cfea0ad7017de608691a83c372bf] ext4: rework fast commit commit path
git bisect bad bfd1ce278bb3cfea0ad7017de608691a83c372bf
# good: [36eb0b696b73895b7e40dbf3043275fdc9bcb1fe] ext4: for committing inode, make ext4_fc_track_inode wait
git bisect good 36eb0b696b73895b7e40dbf3043275fdc9bcb1fe
# good: [94cee94db3acfe189463f4343ca7bd9c83570cb7] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr
git bisect good 94cee94db3acfe189463f4343ca7bd9c83570cb7
# first bad commit: [bfd1ce278bb3cfea0ad7017de608691a83c372bf] ext4: rework fast commit commit path
prev parent reply other threads:[~2025-05-01 13:37 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-14 16:54 [PATCH v8 0/9] Ext4 Fast Commit Performance Patchset Harshad Shirwadkar
2025-04-14 16:54 ` [PATCH v8 1/9] ext4: convert i_fc_lock to spinlock Harshad Shirwadkar
2025-04-14 16:54 ` [PATCH v8 2/9] ext4: for committing inode, make ext4_fc_track_inode wait Harshad Shirwadkar
2025-04-14 16:54 ` [PATCH v8 3/9] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr Harshad Shirwadkar
2025-04-14 16:54 ` [PATCH v8 4/9] ext4: rework fast commit commit path Harshad Shirwadkar
2025-04-14 16:54 ` [PATCH v8 5/9] ext4: drop i_fc_updates from inode fc info Harshad Shirwadkar
2025-04-14 16:54 ` [PATCH v8 6/9] ext4: update code documentation Harshad Shirwadkar
2025-04-14 16:54 ` [PATCH v8 7/9] ext4: temporarily elevate commit thread priority Harshad Shirwadkar
2025-04-14 16:54 ` [PATCH v8 8/9] ext4: convert s_fc_lock to mutex type Harshad Shirwadkar
2025-04-14 16:54 ` [PATCH v8 9/9] ext4: hold s_fc_lock while during fast commit Harshad Shirwadkar
2025-04-24 14:59 ` [PATCH v8 0/9] Ext4 Fast Commit Performance Patchset Theodore Ts'o
2025-04-30 18:55 ` harshad shirwadkar
2025-05-01 4:14 ` Theodore Ts'o
2025-05-01 13:37 ` Theodore Ts'o [this message]
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=20250501133736.GB205188@mit.edu \
--to=tytso@mit.edu \
--cc=harshads@google.com \
--cc=harshadshirwadkar@gmail.com \
--cc=jack@suse.cz \
--cc=linux-ext4@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.