Charles Hedrick
Charles Hedrick
OK. I just tested on a 6.8 kernel with the limit 0, 20000 and 400000, with a directory of size 200000. I got the expected results. 4 min with 0...
This is tricky to test. The problem occurs when files are cached on the client, but metadata is not, and the dnoce is not cached on the server. This is...
The documentation is correct. I compare the directory size with the limit. What you describe could be implemented. I would use a counter in the loop. It would take a...
To my knowledge, that field for a directory is in fact the number of entries in the directory. Is that wrong? It's not, as it is for something like ext4,...
ok. I also noted in the documentation that it only applies to Linux. I have no reason to think the BSD needs it. It's needed because of details of the...
what's up with this? Test failures can't be due to this patch, as it obvviously has no effect if not enabled. Is this going to be merged?
maybe.. So get_name is (dentry *parent, char *namebuff, dentry *child) zpl_lookup returns dentry * and has struct inode *dir, struct dentry *dentry, unsigned int flags) So I get the inode...
What I find odd about zpl_lookup is that it seems to pass a name to zfs_lookup. But I don't have the name. Given the data structures I don't see how...
For what it's worth, I'm using ZFS 2.2.7 with RHEL 9.6. I built the kabi-tracking version on 9.6.
I see this issue is still open. Can I hope that there will eventually be a fix to prevent a crash in this case? It's one thing to have a...