| Age | Commit message (Expand) | Author |
| 2013-12-14 | don't allow the nfs server module to unload if it has exported filesystems. | christos |
| 2013-11-23 | convert from CIRCLEQ to TAILQ | christos |
| 2013-09-15 | Remove __CT_LOCAL_.. hack | martin |
| 2013-09-14 | Guard a function local CTASSERT with pro/epilogue | martin |
| 2013-08-30 | Use __CTASSERT instead of handrolled version. | dholland |
| 2013-08-30 | more typos in comments | dholland |
| 2013-08-30 | typo in comment | dholland |
| 2011-09-27 | use NFS_MAXNAMLEN for all names. | christos |
| 2011-03-31 | Hide the radix-trie implementation of the forwarding table so that we | dyoung |
| 2010-11-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | dholland |
| 2009-07-07 | The compatibility call to re-export from sys_mount() calls | christos |
| 2009-05-23 | Broken assertion. | ad |
| 2009-05-23 | - Cosmetic change to previous. | ad |
| 2009-05-23 | - Fix a race between umount()/mount() and nfssvc(). | ad |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-11-28 | Use kmem instead of malloc to avoid hassle with dynamically attaching | pooka |
| 2008-11-25 | Comment police. No functional or GENERIC size change. | pooka |
| 2008-11-25 | When testing if a file system handles file handles (ha ha ha), be | pooka |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-11-14 | Remove COMPAT ifdefs that might as well be comments (i.e., they cost us | ad |
| 2008-05-10 | Convert file systems to dynamically attach with the new module interface. | rumble |
| 2008-05-06 | PR kern/38141 lookup/vfs_busy acquire rwlock recursively | ad |
| 2008-04-30 | PR kern/38135 vfs_busy/vfs_trybusy confusion | ad |
| 2008-04-29 | kern/38135 vfs_busy/vfs_trybusy confusion | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-28 | Introduce a new kauth action, KAUTH_NETWORK_NFS, and two requests, | elad |
| 2008-01-30 | PR kern/37706 (forced unmount of file systems is unsafe): | ad |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-07-12 | Change the VFS_MOUNT() interface so that the 'data' buffer passed to the | dsl |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-09 | There is only one radix trie walker, and it is rn_walktree(), so | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-05 | add back a mistakenly removed vput(). | chs |
| 2007-02-04 | more fixes for the new vnode locking scheme: | chs |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-12-09 | a smorgasbord of improvements to vnode locking and path lookup: | chs |
| 2006-11-09 | remove some __unused in function parameters. | yamt |
| 2006-10-31 | Revert the changes I introduced trying to solve tmpfs' NFS export problem. | mjf |
| 2006-10-30 | Fix a typo in a comment. | jmmv |
| 2006-10-24 | Add support to allow a file system to not permit being exported over NFS. | mjf |
| 2006-10-22 | kauth_cred_uucvt() -> kauth_uucred_to_cred(), introduce kauth_cred_to_uucred() | pooka |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-07-13 | Fix alignement problems for fhandle_t, exposed by gcc4.1. | martin |
| 2006-06-17 | - introduce vfs_composefh() and use it where appropriate. | yamt |
| 2006-05-18 | - fix some leaks in nfsd, introduced by kauth changes. | yamt |
| 2006-05-18 | - nfs_export_unmount: don't forget to free exports. | yamt |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-27 | KASSERT that the returned file id length from VPTOFH is <= the | martin |
| 2006-01-05 | mountd_set_exports_list: check if VFS_VPTOFH actually works. | yamt |