| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid deactivating the page if it is already on a queue, only requeue | kib | 2013-05-06 | 1 | -6/+10 |
* | Change VM_OBJECT_LOCK/UNLOCK() -> VM_OBJECT_WLOCK/WUNLOCK() to reflect | davide | 2013-05-04 | 1 | -8/+9 |
* | Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive. | davide | 2013-05-04 | 1 | -2/+2 |
* | Completely rewrite the interface to smbdev switching from dev_clone | davide | 2013-05-04 | 2 | -10/+30 |
* | The fsync(2) call should sync the vnode in such way that even after | kib | 2013-05-02 | 2 | -13/+50 |
* | Fix the v_object leak for non-regular tmpfs vnodes. | kib | 2013-05-02 | 1 | -0/+3 |
* | For the new regular tmpfs vnode, v_object is initialized before | kib | 2013-05-02 | 3 | -14/+34 |
* | The page read or written could be wired. Do not requeue if the page | kib | 2013-05-02 | 1 | -2/+4 |
* | Fix a bug that allows NFS clients to issue READDIR on files. | des | 2013-04-29 | 1 | -0/+2 |
* | Rework the handling of the tmpfs node backing swap object and tmpfs | kib | 2013-04-28 | 2 | -164/+103 |
* | When an NFS unmount occurs, once vflush() writes the last dirty | rmacklem | 2013-04-18 | 2 | -1/+20 |
* | Both NFS clients can deadlock when using the "rdirplus" mount | rmacklem | 2013-04-18 | 1 | -2/+10 |
* | Move the NFS FHA (File Handle Affinity) code from sys/nfsserver to | ken | 2013-04-17 | 2 | -2/+2 |
* | Revamp the old NFS server's File Handle Affinity (FHA) code so that | ken | 2013-04-17 | 12 | -21/+367 |
* | - Correct spelling in comments | gabor | 2013-04-17 | 1 | -1/+1 |
* | - Correct mispellings of the word necessary | gabor | 2013-04-17 | 2 | -2/+2 |
* | Prepare to replace the buf splay with a trie: | jeff | 2013-04-06 | 1 | -2/+0 |
* | Strip the unnneeded spaces, mostly at the end of lines. | kib | 2013-04-01 | 1 | -46/+46 |
* | - Constify local path variable for chflagsat(). | pjd | 2013-03-22 | 1 | -1/+1 |
* | - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type | pjd | 2013-03-21 | 2 | -3/+4 |
* | Initialize the variable to avoid (false) compiler warning about | kib | 2013-03-21 | 1 | -0/+1 |
* | Do not call vnode_pager_setsize() while a NFS node mutex is | kib | 2013-03-21 | 1 | -1/+9 |
* | Fix remainder calculation when biosize is not a power of 2 | emaste | 2013-03-19 | 1 | -3/+3 |
* | Remove negative name cache entry pointing to the target name, which | kib | 2013-03-17 | 1 | -0/+1 |
* | Add currently unused flag argument to the cluster_read(), | kib | 2013-03-14 | 5 | -10/+12 |
* | Revert 195703 and 195821 as this special stop handling in NFS is now | jhb | 2013-03-13 | 3 | -14/+7 |
* | Finish r243882: mechanically substitute flags from historic mbuf | glebius | 2013-03-12 | 1 | -8/+8 |
* | smbfs_lookup() in the DOTDOT case operates on dvp->n_parent without | davide | 2013-03-09 | 2 | -15/+16 |
* | - Initialize variable in smbfs_rename() to silent compiler warning | davide | 2013-03-09 | 1 | -1/+2 |
* | Garbage collect NWFS and NCP bits which are now completely disconnected | attilio | 2013-03-09 | 10 | -3359/+0 |
* | MFC | attilio | 2013-03-08 | 43 | -15789/+0 |
|\ |
|
| * | Garbage collect NTFS bits which are now completely disconnected from | attilio | 2013-03-02 | 13 | -4461/+0 |
| * | Garbage collect PORTALFS bits which are now completely disconnected from | attilio | 2013-03-02 | 3 | -916/+0 |
| * | Garbage collect CODAFS bits which are now completely disconnected from | attilio | 2013-03-02 | 18 | -6056/+0 |
| * | Garbage collect HPFS bits which are now already completely disconnected | attilio | 2013-03-02 | 9 | -4356/+0 |
* | | MFC | attilio | 2013-03-02 | 6 | -10/+9 |
|\ \
| |/ |
|
| * | nullfs: Improve f_flags in statfs(). | jilles | 2013-03-02 | 1 | -1/+2 |
| * | Merge Capsicum overhaul: | pjd | 2013-03-02 | 5 | -9/+7 |
| * | Eliminate a duplicate #include. | alc | 2013-02-26 | 1 | -1/+0 |
| * | Merge from vmobj-rwlock branch: | attilio | 2013-02-26 | 1 | -2/+0 |
| * | Further refine the handling of stop signals in the NFS client. The | jhb | 2013-02-21 | 2 | -3/+1 |
* | | MFC | attilio | 2013-02-26 | 1 | -1/+0 |
* | | MFC | attilio | 2013-02-21 | 2 | -3/+1 |
* | | MFC | attilio | 2013-02-21 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | The request queue is already locked, so we don't need the splsofclock/splx | imp | 2013-02-21 | 1 | -3/+1 |
* | | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 9 | -60/+60 |
* | | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 6 | -4/+8 |
|/ |
|
* | Do not update the fsinfo block on each update of any fat block, this | kib | 2013-02-17 | 3 | -30/+45 |
* | Revert r246791 as it needs a security review first | bapt | 2013-02-14 | 1 | -1/+1 |
* | Allow fdescfs to be mounted from inside a jail | bapt | 2013-02-14 | 1 | -1/+1 |