| Commit message (Expand) | Author | Age | Files | Lines |
* | An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCs | rmacklem | 2010-04-24 | 9 | -37/+46 |
* | When the experimental NFS client is handling an NFSv4 server reboot | rmacklem | 2010-04-22 | 8 | -36/+91 |
* | The cache_enter(9) function shall not be called for doomed dvp. | kib | 2010-04-20 | 1 | -1/+1 |
* | For the experimental NFS client doing an NFSv4 mount, | rmacklem | 2010-04-20 | 1 | -3/+6 |
* | Avoid extraneous recovery cycles in the experimental NFS client | rmacklem | 2010-04-18 | 2 | -4/+30 |
* | Revert r206560. The change doesn't work correctly in all cases with | jh | 2010-04-16 | 2 | -24/+0 |
* | Add mutex lock calls to 2 cases in the experimental NFS client's | rmacklem | 2010-04-15 | 1 | -2/+6 |
* | The experimental NFS client was not filling in recovery credentials | rmacklem | 2010-04-15 | 5 | -3/+19 |
* | - Ignore and report duplicate and empty device names in devfs_populate_loop() | jh | 2010-04-13 | 2 | -0/+24 |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-04-07 | 19 | -125/+11 |
* | Harden the experimental NFS server a little, by adding range | rmacklem | 2010-04-06 | 1 | -0/+22 |
* | Synchronize Coda kernel module definitions in our coda.h to Coda 6's | rwatson | 2010-04-05 | 9 | -137/+149 |
* | Correct definition of CIOC_KERNEL_VERSION Coda ioctl() for systems | rwatson | 2010-04-05 | 1 | -1/+1 |
* | Harden the experimental NFS server a little, by adding extra checks | rmacklem | 2010-04-04 | 1 | -12/+11 |
* | mountmsdosfs: reject too high value of bytes per cluster | avg | 2010-04-02 | 1 | -0/+1 |
* | Add function vop_rename_fail(9) that performs needed cleanup for locks | kib | 2010-04-02 | 1 | -8/+2 |
* | For the experimental NFS server, add a call to free the lookup | rmacklem | 2010-04-02 | 1 | -0/+1 |
* | Add SAVENAME to the cn_flags for all cases in the experimental | rmacklem | 2010-04-02 | 1 | -3/+5 |
* | This patch should fix handling of byte range locks locally | rmacklem | 2010-03-30 | 6 | -279/+525 |
* | Patch the experimental NFS server in a manner analagous to r205661 | rmacklem | 2010-03-26 | 1 | -0/+3 |
* | Fix the experimental NFS subsystem so that it uses the correct | rmacklem | 2010-03-24 | 1 | -3/+3 |
* | Fix a long standing regression of readdir(3) in fdescfs(5) introduced | jkim | 2010-03-16 | 1 | -16/+13 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | nwhitehorn | 2010-03-11 | 5 | -19/+16 |
* | Update nfsrv_getsocksndseq() for changes in TCP internals since FreeBSD 6.x: | rwatson | 2010-03-11 | 1 | -12/+11 |
* | When returning error from msdosfs_lookup(), make sure that *vpp is NULL. | kib | 2010-03-03 | 1 | -3/+6 |
* | Do not leak vnode lock when msdosfs mount is updated and specified | kib | 2010-03-02 | 1 | -3/+2 |
* | Only destroy pm_fatlock on error if it was initialized. | kib | 2010-03-02 | 1 | -1/+1 |
* | Mark msdosfs as mpsafe. | kib | 2010-02-28 | 1 | -0/+1 |
* | Fix the race between dotdot lookup and forced unmount, by using | kib | 2010-02-28 | 1 | -23/+81 |
* | Use pm_fatlock to protect per-filesystem rb tree used to allocate fileno | kib | 2010-02-28 | 1 | -10/+6 |
* | Add assertions for FAT bitmap state. | kib | 2010-02-28 | 1 | -0/+8 |
* | Use pm_fatlock to protect fat bitmap. | kib | 2010-02-28 | 2 | -12/+38 |
* | Add per-mountpoint lockmgr lock for msdosfs. It is intended to be used | kib | 2010-02-28 | 2 | -1/+19 |
* | In msdosfs deget(), properly handle the case when the vnode is found in hash. | kib | 2010-02-28 | 1 | -3/+2 |
* | In msdosfs_inactive(), reclaim the vnodes both for SLOT_DELETED and | kib | 2010-02-28 | 1 | -2/+2 |
* | Remove seemingly unneeded unlock/relock of the dvp in msdosfs_rmdir, | kib | 2010-02-28 | 1 | -2/+0 |
* | Assert that the msdosfs vnode is (e)locked in several places. | kib | 2010-02-28 | 2 | -8/+8 |
* | Remove unused global statistic about fat cache usage. | kib | 2010-02-28 | 1 | -21/+0 |
* | Fix common misspelling of hierarchy | uqs | 2010-02-20 | 2 | -2/+2 |
* | Invalid filesystem might cause the bp to be never read. | kib | 2010-02-14 | 1 | -1/+2 |
* | Change the default value for vfs.newnfs.enable_locallocks to 0 for | rmacklem | 2010-02-14 | 1 | -1/+1 |
* | This fixes the experimental NFS server so that it won't crash in the | rmacklem | 2010-02-13 | 1 | -3/+3 |
* | Fix function name in the comment in the second location too. | kib | 2010-02-13 | 1 | -1/+1 |
* | - Add idempotency guards so the structures can be used in other utilities. | kib | 2010-02-13 | 6 | -23/+24 |
* | Use M_ZERO instead of calling bzero(). | kib | 2010-02-13 | 1 | -3/+2 |
* | Remove unused macros. | kib | 2010-02-13 | 1 | -3/+0 |
* | Patch the experimental NFS client so that there is a timeout | rmacklem | 2010-01-31 | 4 | -58/+138 |
* | Properly use dev_refl()/dev_rel() in kern.devname. | ed | 2010-01-31 | 1 | -10/+13 |
* | Add "maxfilesize" mount option for tmpfs to allow specifying the | jh | 2010-01-29 | 1 | -57/+8 |
* | Patch the experimental NFS client in a manner analogous to | rmacklem | 2010-01-28 | 5 | -18/+35 |