| Commit message (Expand) | Author | Age | Files | Lines |
* | Assert that OBJ_TMPFS flag on the vm object for the tmpfs node is | Konstantin Belousov | 2013-05-30 | 1 | -0/+2 |
* | Post-r248567, there were times when the client would return a | Rick Macklem | 2013-05-28 | 1 | -4/+2 |
* | Do not leak the NULLV_NOUNLOCK flag from the nullfs_unlink_lowervp(), | Konstantin Belousov | 2013-05-21 | 1 | -7/+19 |
* | Fix typo in comment. | Dag-Erling Smørgrav | 2013-05-15 | 1 | -1/+1 |
* | Add support for the eofflag to nfs_readdir() in the new NFS | Rick Macklem | 2013-05-12 | 1 | -1/+8 |
* | Fix several typos | Eitan Adler | 2013-05-12 | 1 | -1/+1 |
* | fdescfs: Supply a real value for d_type in readdir. | Jilles Tjoelker | 2013-05-12 | 1 | -1/+1 |
* | - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). The | Konstantin Belousov | 2013-05-11 | 4 | -7/+50 |
* | Avoid deactivating the page if it is already on a queue, only requeue | Konstantin Belousov | 2013-05-06 | 1 | -6/+10 |
* | Change VM_OBJECT_LOCK/UNLOCK() -> VM_OBJECT_WLOCK/WUNLOCK() to reflect | Davide Italiano | 2013-05-04 | 1 | -8/+9 |
* | Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive. | Davide Italiano | 2013-05-04 | 1 | -2/+2 |
* | Completely rewrite the interface to smbdev switching from dev_clone | Davide Italiano | 2013-05-04 | 2 | -10/+30 |
* | The fsync(2) call should sync the vnode in such way that even after | Konstantin Belousov | 2013-05-02 | 2 | -13/+50 |
* | Fix the v_object leak for non-regular tmpfs vnodes. | Konstantin Belousov | 2013-05-02 | 1 | -0/+3 |
* | For the new regular tmpfs vnode, v_object is initialized before | Konstantin Belousov | 2013-05-02 | 3 | -14/+34 |
* | The page read or written could be wired. Do not requeue if the page | Konstantin Belousov | 2013-05-02 | 1 | -2/+4 |
* | Fix a bug that allows NFS clients to issue READDIR on files. | Dag-Erling Smørgrav | 2013-04-29 | 1 | -0/+2 |
* | Rework the handling of the tmpfs node backing swap object and tmpfs | Konstantin Belousov | 2013-04-28 | 2 | -164/+103 |
* | When an NFS unmount occurs, once vflush() writes the last dirty | Rick Macklem | 2013-04-18 | 2 | -1/+20 |
* | Both NFS clients can deadlock when using the "rdirplus" mount | Rick Macklem | 2013-04-18 | 1 | -2/+10 |
* | Move the NFS FHA (File Handle Affinity) code from sys/nfsserver to | Kenneth D. Merry | 2013-04-17 | 2 | -2/+2 |
* | Revamp the old NFS server's File Handle Affinity (FHA) code so that | Kenneth D. Merry | 2013-04-17 | 12 | -21/+367 |
* | - Correct spelling in comments | Gabor Kovesdan | 2013-04-17 | 1 | -1/+1 |
* | - Correct mispellings of the word necessary | Gabor Kovesdan | 2013-04-17 | 2 | -2/+2 |
* | Prepare to replace the buf splay with a trie: | Jeff Roberson | 2013-04-06 | 1 | -2/+0 |
* | Strip the unnneeded spaces, mostly at the end of lines. | Konstantin Belousov | 2013-04-01 | 1 | -46/+46 |
* | - Constify local path variable for chflagsat(). | Pawel Jakub Dawidek | 2013-03-22 | 1 | -1/+1 |
* | - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type | Pawel Jakub Dawidek | 2013-03-21 | 2 | -3/+4 |
* | Initialize the variable to avoid (false) compiler warning about | Konstantin Belousov | 2013-03-21 | 1 | -0/+1 |
* | Do not call vnode_pager_setsize() while a NFS node mutex is | Konstantin Belousov | 2013-03-21 | 1 | -1/+9 |
* | Fix remainder calculation when biosize is not a power of 2 | Ed Maste | 2013-03-19 | 1 | -3/+3 |
* | Remove negative name cache entry pointing to the target name, which | Konstantin Belousov | 2013-03-17 | 1 | -0/+1 |
* | Add currently unused flag argument to the cluster_read(), | Konstantin Belousov | 2013-03-14 | 5 | -10/+12 |
* | Revert 195703 and 195821 as this special stop handling in NFS is now | John Baldwin | 2013-03-13 | 3 | -14/+7 |
* | Finish r243882: mechanically substitute flags from historic mbuf | Gleb Smirnoff | 2013-03-12 | 1 | -8/+8 |
* | smbfs_lookup() in the DOTDOT case operates on dvp->n_parent without | Davide Italiano | 2013-03-09 | 2 | -15/+16 |
* | - Initialize variable in smbfs_rename() to silent compiler warning | Davide Italiano | 2013-03-09 | 1 | -1/+2 |
* | Garbage collect NWFS and NCP bits which are now completely disconnected | Attilio Rao | 2013-03-09 | 10 | -3359/+0 |
* | Switch the vm_object mutex to be a rwlock. This will enable in the | Attilio Rao | 2013-03-09 | 9 | -62/+68 |
* | Garbage collect NTFS bits which are now completely disconnected from | Attilio Rao | 2013-03-02 | 13 | -4461/+0 |
* | Garbage collect PORTALFS bits which are now completely disconnected from | Attilio Rao | 2013-03-02 | 3 | -916/+0 |
* | Garbage collect CODAFS bits which are now completely disconnected from | Attilio Rao | 2013-03-02 | 18 | -6056/+0 |
* | Garbage collect HPFS bits which are now already completely disconnected | Attilio Rao | 2013-03-02 | 9 | -4356/+0 |
* | nullfs: Improve f_flags in statfs(). | Jilles Tjoelker | 2013-03-02 | 1 | -1/+2 |
* | Merge Capsicum overhaul: | Pawel Jakub Dawidek | 2013-03-02 | 5 | -9/+7 |
* | Eliminate a duplicate #include. | Alan Cox | 2013-02-26 | 1 | -1/+0 |
* | Merge from vmobj-rwlock branch: | Attilio Rao | 2013-02-26 | 1 | -2/+0 |
* | Further refine the handling of stop signals in the NFS client. The | John Baldwin | 2013-02-21 | 2 | -3/+1 |
* | The request queue is already locked, so we don't need the splsofclock/splx | Warner Losh | 2013-02-21 | 1 | -3/+1 |
* | Do not update the fsinfo block on each update of any fat block, this | Konstantin Belousov | 2013-02-17 | 3 | -30/+45 |