| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 4 | -21/+10 |
* | Replace lockmgr lock protecting nwfs vnode hash table with an sx lock. | rwatson | 2008-03-02 | 1 | -12/+15 |
* | Replace lockmgr lock protecting smbfs node hash table with sx lock. | rwatson | 2008-03-02 | 3 | -9/+10 |
* | - Handle buffer lock waiters count directly in the buffer cache instead | attilio | 2008-03-01 | 1 | -1/+1 |
* | Rename fdescfs vnode from "fdesc" to "fdescfs" to avoid name collision | kib | 2008-02-26 | 1 | -1/+1 |
* | Add "Make MPSAFE" to the Coda todo list. | rwatson | 2008-02-26 | 1 | -0/+1 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 8 | -41/+40 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 3 | -3/+3 |
* | Don't check the bpbSecPerTrack and bpbHeads fields of the BPB. | marcel | 2008-02-21 | 1 | -8/+7 |
* | Remove custom queue macros in Coda, replacing them with queue(9) tailq | rwatson | 2008-02-17 | 4 | -105/+30 |
* | Remove namecache performance-tuning todo for Coda: we now use the FreeBSD | rwatson | 2008-02-17 | 1 | -1/+0 |
* | The possibly interruptible msleep in coda_call() means well, but is | rwatson | 2008-02-15 | 1 | -1/+1 |
* | Spell replys as replies. | rwatson | 2008-02-15 | 2 | -8/+8 |
* | Reorder and clean up make_coda_node(), annotate weaknesses in the | rwatson | 2008-02-15 | 1 | -20/+25 |
* | Remove debugging code under OLD_DIAGNOSTIC; this is all >10 years old and | rwatson | 2008-02-14 | 2 | -32/+3 |
* | In Coda, flush the attribute cache for a cnode when its fid is | rwatson | 2008-02-14 | 1 | -1/+4 |
* | Update cache flushing behavior in light of recent namecache and | rwatson | 2008-02-13 | 1 | -7/+0 |
* | Implement a rudimentary access cache for the Coda kernel module, | rwatson | 2008-02-13 | 3 | -28/+117 |
* | Remove now-unused Coda namecache. | rwatson | 2008-02-13 | 2 | -905/+0 |
* | Rather than having the Coda module use its own namecache, use the global | rwatson | 2008-02-13 | 6 | -165/+112 |
* | Fix a lock leak in the ntfs locking scheme: | attilio | 2008-02-13 | 1 | -1/+1 |
* | Clean up coda_pathconf() slightly while debugging a problem there. | rwatson | 2008-02-11 | 1 | -11/+7 |
* | Since we're now actively maintaining the Coda module in the FreeBSD source | rwatson | 2008-02-10 | 18 | -3954/+4002 |
* | Various further non-functional cleanups to coda: | rwatson | 2008-02-09 | 10 | -104/+56 |
* | No reason not to maintain stats on statfs in Coda, as it's done for | rwatson | 2008-02-09 | 1 | -3/+3 |
* | Remove unused devtomp(), which exploited UFS-specific knowledge to find | rwatson | 2008-02-09 | 2 | -24/+0 |
* | Since Coda is effectively a stacked file system, use VOP_EOPNOTSUPP | rwatson | 2008-02-09 | 2 | -38/+1 |
* | Lock cache vnode when VOP_FSYNC() is called on a Coda vnode. | rwatson | 2008-02-09 | 1 | -2/+5 |
* | Make all calls to vn_lock() in Coda, including recently added ones, | rwatson | 2008-02-09 | 2 | -7/+7 |
* | The Coda module was originally ported to NetBSD from Mach by rvb, and | rwatson | 2008-02-08 | 6 | -13/+16 |
* | Before invoking vnode operations on cache vnodes, acquire the vnode | rwatson | 2008-02-08 | 1 | -1/+9 |
* | Remove undefined coda excluded by #if 1 #else, which previously protected | rwatson | 2008-02-08 | 1 | -12/+0 |
* | Conver all explicit instances to VOP_ISLOCKED(arg, NULL) into | attilio | 2008-02-08 | 1 | -3/+3 |
* | Remove Giant acquisition around soreceive() and sosend() in fifofs. The | rwatson | 2008-01-26 | 1 | -10/+4 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 10 | -40/+32 |
* | Put "coda_rdwr: Internally Opening" printf generated by in-kernel writes | rwatson | 2008-01-21 | 1 | -0/+2 |
* | Replace references to VOP_LOCK() w/o LK_RETRY to vn_lock() with LK_RETRY, | rwatson | 2008-01-21 | 1 | -14/+4 |
* | Remove unused oldhash definition from Coda namecache. | rwatson | 2008-01-19 | 1 | -5/+0 |
* | Improve default vnode operation handling for Coda: | rwatson | 2008-01-19 | 1 | -4/+1 |
* | Rework coda_statfs(): no longer need to zero the statfs structure or | rwatson | 2008-01-19 | 1 | -6/+1 |
* | Zero mi_rotovp and coda_ctlvp immediately after calling vrele() on the | rwatson | 2008-01-19 | 1 | -3/+2 |
* | Don't acquire an additional vnode reference to a vnode when it is opened | rwatson | 2008-01-19 | 1 | -5/+0 |
* | Don't declare functions as extern. | rwatson | 2008-01-19 | 4 | -27/+22 |
* | Use VOP_NULL rather than VOP_PANIC for Coda's vop_print routine, so as | rwatson | 2008-01-19 | 1 | -1/+1 |
* | Lock the new directory vnode returned by coda_mkdir(), as this is required | rwatson | 2008-01-19 | 1 | -1/+5 |
* | Borrow the VM object associated with an underlying cache vnode with the | rwatson | 2008-01-19 | 1 | -1/+5 |
* | udf_vget() shall vgone() the vnode when the file_entry cannot be allocated | kib | 2008-01-18 | 1 | -0/+3 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 31 | -118/+105 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 35 | -77/+77 |
* | Remove explicit calling of lockmgr() with the NULL argument. | attilio | 2008-01-08 | 2 | -10/+12 |