mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 15:48:26 -04:00
The interface into the "VMIO" system has changed to be more consistant and robust. Essentially, it is now no longer necessary to call vn_open to get merged VM/Buffer cache operation, and exceptional conditions such as merged operation of VBLK devices is simpler and more correct. This code corrects a potentially large set of problems including the problems with ktrace output and loaded systems, file create/deletes, etc. Most of the changes to NFS are cosmetic and name changes, eliminating a layer of subroutine calls. The direct calls to vput/vrele have been re-instituted for better cross platform compatibility. Reviewed by: davidg |
||
|---|---|---|
| .. | ||
| cd9660 | ||
| deadfs | ||
| fdescfs | ||
| fifofs | ||
| msdosfs | ||
| nullfs | ||
| portalfs | ||
| procfs | ||
| specfs | ||
| umapfs | ||
| unionfs | ||