Robert Watson John Baldwin:
The SMPVFS work is a task to add fine-grained locking to the VFS layer of the kernel as well as the UFS and nullfs filesystems. The VFS layer provides the abstractions in the kernel that describe file objects. Each filesystem provides a VFS "driver" to manage the files on a disk device according to the design of that filesystem. Adding fine-grained locking to VFS and the UFS filesystem allows more concurrency in t
by
Anonymous Coward
on 2005年06月28日 12時47分
(#759322)
John Baldwin:カーネルのVFSレイヤーと、UFSやnullfsファイルオブジェクトにも、きめ細かいロック機能を提供するのがSMPVFS*の機能です。VFSレイヤーというのは、カーネル内でのファイルオブジェクトの扱いを抽象化するものです。ディスクドライブ上のファイルを管理するために、各ファイルシステムがそれぞれの設計に従ったVFS「ドライバ」を持ちます。VFSとUFSファイルシステムにきめ細かいロック機能を追加することで、(とくにディスクI/Oなどのワークロードについて)カーネルの並列処理性能が向上します。
* Symmetric Multiple Processor Virtual File System の略でいいのかな?
1. Tell us more about SMPVFS and its significanc (スコア:1)
Robert Watson John Baldwin:
The SMPVFS work is a task to add fine-grained locking to the VFS layer of the kernel as well as the UFS and nullfs filesystems. The VFS layer provides the abstractions in the kernel that describe file objects. Each filesystem provides a VFS "driver" to manage the files on a disk device according to the design of that filesystem. Adding fine-grained locking to VFS and the UFS filesystem allows more concurrency in t
tyuuさんグッジョプ (スコア:1, 参考になる)
* Symmetric Multiple Processor Virtual File System の略でいいのかな?
# first post したAC
Re:tyuuさんグッジョプ (スコア:1)
first post したAC さんという事なので、一言、お礼を。
Eugenia Loli-Queru さんに問いあわせるきっかけをありがとうございました。
ちなみに、私の Good Job は tamo さんです。
あんたイカしてる ! > tamo さん