linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Questions about dx --- hash conflicts and limit
@ 2012-07-31 13:12 Wang Sheng-Hui
  2012-07-31 18:56 ` Andreas Dilger
  2012-07-31 20:24 ` Theodore Ts'o
  0 siblings, 2 replies; 3+ messages in thread
From: Wang Sheng-Hui @ 2012-07-31 13:12 UTC (permalink / raw)
  To: ext4 development

Dear all,

I have 2 questions about dx in ext4:

1) hash conflict

   I walked through the ext4/namei.c, but didn't find any
   code dealing with hash conflicts.

   I wonder if some name hash conflicts, how can they be stored
   and retrieved with the dir ops?

2) limit on size of dir

   For the limit on items of the dir, the dir size is limited
   to a height of 2 HTree: 
   	root node
    	  |
    intermidate node ...
    	|	|
    leaf node...

   Is this right?



Any explanations are welcomed.


thanks,

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-31 20:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31 13:12 Questions about dx --- hash conflicts and limit Wang Sheng-Hui
2012-07-31 18:56 ` Andreas Dilger
2012-07-31 20:24 ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).