lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 30 Aug 2020 11:18:07 +0800 From: Chao Yu <chao@...nel.org> To: "Matthew Wilcox (Oracle)" <willy@...radead.org>, Jaegeuk Kim <jaegeuk@...nel.org> Cc: linux-f2fs-devel@...ts.sourceforge.net, linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] f2fs: Simplify SEEK_DATA implementation On 2020-8-25 5:48, Matthew Wilcox (Oracle) wrote: > Instead of finding the first dirty page and then seeing if it matches > the index of a block that is NEW_ADDR, delay the lookup of the dirty > bit until we've actually found a block that's NEW_ADDR. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@...radead.org> Reviewed-by: Chao Yu <yuchao0@...wei.com> Thanks,
Powered by blists - more mailing lists