.. |
cd9660
|
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
|
2005-03-28 09:34:36 +00:00 |
coda
|
Explicitly hold a reference to the cdev we have just cloned. This
|
2005-03-31 12:19:44 +00:00 |
deadfs
|
- Deadfs may now use the standard vop lock, get rid of dead_lock().
|
2005-03-13 12:06:20 +00:00 |
devfs
|
Explicitly hold a reference to the cdev we have just cloned. This
|
2005-03-31 12:19:44 +00:00 |
fdescfs
|
- Update vfs_root implementations to match the new prototype. None of
|
2005-03-24 07:36:16 +00:00 |
fifofs
|
- The VI_DOOMED flag now signals the end of a vnode's relationship with
|
2005-03-13 12:18:25 +00:00 |
hpfs
|
- Correct the dprintf format int the _lookup routine.
|
2005-03-28 14:26:01 +00:00 |
msdosfs
|
Give msdosfs a unique inode number which is really the byteoffset of
|
2005-04-07 07:55:37 +00:00 |
ntfs
|
- Correct the dprintf format int the _lookup routine.
|
2005-03-28 14:26:01 +00:00 |
nullfs
|
- Clear VI_OWEINACT before calling vget() with no lock type. We know
|
2005-04-11 11:17:20 +00:00 |
nwfs
|
- Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c
|
2005-03-29 13:09:42 +00:00 |
portalfs
|
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
|
2005-03-28 09:34:36 +00:00 |
procfs
|
Don't export major,minor, instead export tty name.
|
2005-03-15 11:05:11 +00:00 |
pseudofs
|
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
|
2005-03-28 09:34:36 +00:00 |
smbfs
|
Initialize vp before using it. Failing to do this can cause instant
|
2005-04-10 03:17:42 +00:00 |
udf
|
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
|
2005-03-28 09:31:57 +00:00 |
umapfs
|
- Update vfs_root implementations to match the new prototype. None of
|
2005-03-24 07:36:16 +00:00 |
unionfs
|
- Fix union's assumptions about when the dvp is unlocked. It is only
|
2005-04-04 09:36:26 +00:00 |