Message ID | 20230727172843.20542-1-krisman@suse.de (mailing list archive) |
---|---|
Headers | show |
Series | Support negative dentries on case-insensitive ext4 and f2fs | expand |
On Thu, Jul 27, 2023 at 01:28:36PM -0400, Gabriel Krisman Bertazi wrote: > This is the v4 of the negative dentry support on case-insensitive > directories. It doesn't have any functional changes from v1. It applies > Eric's comments to bring the flags check closet together, improve the > documentation and improve comments in the code. I also relooked at the > locks to ensure the inode read lock is indeed enough in the lookup_slow > path. Al, Christian, any thoughts or preferences for how we should handle this patch series? I'm willing to take it through the ext4 tree, but since it has vfs, ext4, and f2fs changes (and the bulk of the changes are in the vfs), perhaps it should go through the vfs tree? Also, Christian, I notice one of the five VFS patches in the series has your Reviewed-by tag, but not the others? Is that because you haven't had a chance to make a final determination on those patches, or you have outstanding comments still to be addressed? Cheers, - Ted
"Theodore Ts'o" <tytso@mit.edu> writes: > On Thu, Jul 27, 2023 at 01:28:36PM -0400, Gabriel Krisman Bertazi wrote: >> This is the v4 of the negative dentry support on case-insensitive >> directories. It doesn't have any functional changes from v1. It applies >> Eric's comments to bring the flags check closet together, improve the >> documentation and improve comments in the code. I also relooked at the >> locks to ensure the inode read lock is indeed enough in the lookup_slow >> path. > > Al, Christian, any thoughts or preferences for how we should handle > this patch series? I'm willing to take it through the ext4 tree, but > since it has vfs, ext4, and f2fs changes (and the bulk of the changes > are in the vfs), perhaps it should go through the vfs tree? > > Also, Christian, I notice one of the five VFS patches in the series > has your Reviewed-by tag, but not the others? Is that because you > haven't had a chance to make a final determination on those patches, > or you have outstanding comments still to be addressed? Hi Ted, Thanks for helping push it forward! I'm not sure if I missed Christian's tag in a previous iteration. I looked through my archive and didn't find it. Unless I'm mistaken, I don't think I have any r-b from him here yet.
On Thu, Jul 27, 2023 at 02:39:55PM -0400, Gabriel Krisman Bertazi wrote: > > Also, Christian, I notice one of the five VFS patches in the series > > has your Reviewed-by tag, but not the others? Is that because you > > haven't had a chance to make a final determination on those patches, > > or you have outstanding comments still to be addressed? > > I'm not sure if I missed Christian's tag in a previous iteration. I > looked through my archive and didn't find it. Unless I'm mistaken, I > don't think I have any r-b from him here yet. Ah, right. I looked back and I'm not sure why I thought he had signed off one of them; I must have hallucinated it.... - Ted
> since it has vfs, ext4, and f2fs changes (and the bulk of the changes > are in the vfs), perhaps it should go through the vfs tree? I've just waited for Eric to finish his review. I'll take a look later and will get it into -next for long soaking.
On Thu, Jul 27, 2023 at 01:28:36PM -0400, Gabriel Krisman Bertazi wrote: > Hi, > > This is the v4 of the negative dentry support on case-insensitive > directories. It doesn't have any functional changes from v1. It applies > Eric's comments to bring the flags check closet together, improve the I'd like to please have Acks/RVBs from at least Eric for this since he's been diligently reviewing this.