NetBSD/sys/rump/fs/lib
hannken d8868b1ee7 Change lfs from hash table to vcache.
- Change lfs_valloc() to return an inode number and version instead of
  a vnode and move lfs_ialloc() and lfs_vcreate() to new lfs_init_vnode().

- Add lfs_valloc_fixed() to allocate a known inode, used by kernel
  roll forward.

- Remove lfs_*ref(), these functions cannot coexist with vcache and
  their commented behaviour is far away from their implementation.

- Add the cleaner lwp and blockinfo to struct ulfsmount so lfs_loadvnode()
  may use hints from the cleaner.

- Remove vnode locks from ulfs_lookup() like we did with ufs_lookup().
2015-05-31 15:48:02 +00:00
..
libaio
libcd9660
libefs
libext2fs
libfdesc
libffs
libfifovfs
libhfs
libkernfs
liblayervfs
liblfs Change lfs from hash table to vcache. 2015-05-31 15:48:02 +00:00
libmfs
libmsdos
libnfs
libnfsserver
libnilfs
libntfs
libnull
libptyfs
libsmbfs
libsyspuffs PR/975220: Check return of kthread_create 2015-05-10 14:05:22 +00:00
libsysvbfs
libtmpfs
libudf
libumap
libunion
libv7fs
libzfs
Makefile
Makefile.inc