.. |
cd9660
|
Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a
|
2009-03-11 14:13:47 +00:00 |
coda
|
Use shared vnode locks when invoking VOP_READDIR().
|
2009-02-13 18:18:14 +00:00 |
deadfs
|
Add a simple VOP_VPTOCNP implementation for deadfs which returns EBADF.
|
2008-12-12 00:59:36 +00:00 |
devfs
|
Remove VOP_LEASE and supporting functions. This hasn't been used since
|
2009-04-10 10:52:19 +00:00 |
fdescfs
|
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
|
2008-10-23 15:53:51 +00:00 |
fifofs
|
Remove VOP_LEASE and supporting functions. This hasn't been used since
|
2009-04-10 10:52:19 +00:00 |
hpfs
|
Remove unused local variables.
|
2009-01-31 17:36:22 +00:00 |
msdosfs
|
- Hold a reference on the cdev a filesystem is mounted from in the mount.
|
2009-02-27 20:00:15 +00:00 |
nfs
|
Do not embed struct ucred into larger netcred parent structures.
|
2009-05-09 18:09:17 +00:00 |
nfsclient
|
Add the experimental nfs subtree to the kernel, that includes
|
2009-05-04 15:23:58 +00:00 |
nfsserver
|
Do not embed struct ucred into larger netcred parent structures.
|
2009-05-09 18:09:17 +00:00 |
ntfs
|
According to phk@, VOP_STRATEGY should never, _ever_, return
|
2008-12-16 21:13:11 +00:00 |
nullfs
|
Do not use null_bypass for VOP_ISLOCKED, directly call default
|
2009-03-18 13:54:35 +00:00 |
nwfs
|
After r186194 the *fs_strategy() functions always return 0.
|
2009-01-31 18:06:34 +00:00 |
portalfs
|
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
|
2008-10-23 15:53:51 +00:00 |
procfs
|
Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit process
|
2009-03-02 18:43:50 +00:00 |
pseudofs
|
Remove spurious locking in pfs_write().
|
2009-04-08 09:02:42 +00:00 |
smbfs
|
Eliminate stale comments.
|
2009-05-10 17:05:43 +00:00 |
tmpfs
|
Use uiomove_fromphys() instead of the combination of sf_buf and uiomove().
|
2009-02-22 19:50:09 +00:00 |
udf
|
Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a
|
2009-03-11 14:13:47 +00:00 |
unionfs
|
Remove VOP_LEASE and supporting functions. This hasn't been used since
|
2009-04-10 10:52:19 +00:00 |