Message ID | 20240228091958.288260-1-shikemeng@huaweicloud.com (mailing list archive) |
---|---|
Headers | show |
Series | Fixes and cleanups to fs-writeback | expand |
On Wed 28-02-24 17:19:52, Kemeng Shi wrote: > v1->v2: > -Filter non-expired in requeue_inode in patch "fs/writeback: avoid to > writeback non-expired inode in kupdate writeback" > -Wrap the comment at 80 columns in patch "fs/writeback: only calculate > dirtied_before when b_io is empty" > -Abandon patch "fs/writeback: remove unneeded check in > writeback_single_inode" > -Collect RVB from Jan and Tim Christian, the series looks good to me. Please pick it up once your tree settles after the merge window. Thanks! Honza > > Kemeng Shi (6): > fs/writeback: avoid to writeback non-expired inode in kupdate > writeback > fs/writeback: bail out if there is no more inodes for IO and queued > once > fs/writeback: remove unused parameter wb of finish_writeback_work > fs/writeback: only calculate dirtied_before when b_io is empty > fs/writeback: correct comment of __wakeup_flusher_threads_bdi > fs/writeback: remove unnecessary return in writeback_inodes_sb > > fs/fs-writeback.c | 57 +++++++++++++++++++++++++++-------------------- > 1 file changed, 33 insertions(+), 24 deletions(-) > > -- > 2.30.0 >
On Wed, 28 Feb 2024 17:19:52 +0800, Kemeng Shi wrote: > v1->v2: > -Filter non-expired in requeue_inode in patch "fs/writeback: avoid to > writeback non-expired inode in kupdate writeback" > -Wrap the comment at 80 columns in patch "fs/writeback: only calculate > dirtied_before when b_io is empty" > -Abandon patch "fs/writeback: remove unneeded check in > writeback_single_inode" > -Collect RVB from Jan and Tim > > [...] Applied to the vfs.misc branch of the vfs/vfs.git tree. Patches in the vfs.misc branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.misc [1/6] fs/writeback: avoid to writeback non-expired inode in kupdate writeback https://git.kernel.org/vfs/vfs/c/c66cf7bdd77c [2/6] fs/writeback: bail out if there is no more inodes for IO and queued once https://git.kernel.org/vfs/vfs/c/d82e51471fc3 [3/6] fs/writeback: remove unused parameter wb of finish_writeback_work https://git.kernel.org/vfs/vfs/c/7cb6d20fc517 [4/6] fs/writeback: only calculate dirtied_before when b_io is empty https://git.kernel.org/vfs/vfs/c/e5cb59d053c2 [5/6] fs/writeback: correct comment of __wakeup_flusher_threads_bdi https://git.kernel.org/vfs/vfs/c/78f2b24980d8 [6/6] fs/writeback: remove unnecessary return in writeback_inodes_sb https://git.kernel.org/vfs/vfs/c/ed9d128c0c42
> Christian, the series looks good to me. Please pick it up once your tree > settles after the merge window. Thanks! Thanks for the heads-up, Jan! I've picked it now so it isn't forgotten and will rebase once -rc1 is out.