public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* [LSF/MM TOPIC] Parallelize file operation (like creation, unlink) under large shared directory
@ 2012-01-21 20:54 wangdi
  2012-01-22 13:55 ` Boaz Harrosh
  0 siblings, 1 reply; 6+ messages in thread
From: wangdi @ 2012-01-21 20:54 UTC (permalink / raw)
  To: lsf-pc; +Cc: linux-fsdevel, Jinshan Xiong

Single directory performance is a critical in some use cases. For 
example the multiple application threads might create hundreds of 
thousands of files in a single directory simultaneously within a short 
window of time.

Currently, both filename lookup and file system modifying operations 
(such as create and unlink) are protected with a single lock for the 
entire directory. It might be useful to remove this lock, so multiple 
application threads can access the directory simultaneously.

Thanks
WangDi




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

end of thread, other threads:[~2012-01-24  8:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-21 20:54 [LSF/MM TOPIC] Parallelize file operation (like creation, unlink) under large shared directory wangdi
2012-01-22 13:55 ` Boaz Harrosh
2012-01-22 20:31   ` wangdi
2012-01-22 20:39     ` Al Viro
2012-01-22 21:17       ` wangdi
2012-01-24  8:53         ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox