Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

path name lookup in Linux?

Tags:

linux

history

Linus Torvalds mentioned in a talk that path name lookup in Linux is the fastest of all OSes, and that can happen in 1000-core machines without any slow downs. He mentioned this work happened in the last 18 months, but I can't find any references to the details of this development. Are there any documents explaining it?

like image 236
719016 Avatar asked Jun 17 '12 15:06

719016


1 Answers

Check out your /usr/src/linux/Documentation/filesystems for the file path-lookup.txt or go to http://www.mjmwired.net/kernel/Documentation/filesystems/path-lookup.txt - it explains it in detail.

like image 62
ott-- Avatar answered Oct 03 '22 07:10

ott--