| Commit message (Expand) | Author | Age | Files | Lines |
* | In cd9660_readdir vop, always initialize the idp->uio_off member. | kib | 2008-06-11 | 1 | -0/+1 |
* | When devfs_allocv() committed to create new vnode, since de_vnode is NULL, | kib | 2008-06-05 | 1 | -1/+1 |
* | Revert the changes I made to devfs_setattr() in r179457. | ed | 2008-06-01 | 1 | -4/+3 |
* | Merge back devfs changes from the mpsafetty branch. | ed | 2008-05-31 | 1 | -6/+6 |
* | - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE. | lulf | 2008-05-24 | 3 | -84/+199 |
* | When vget() fails (because the vnode has been reclaimed), there is no | kib | 2008-05-23 | 1 | -3/+4 |
* | Implement the per-open file data for the cdev. | kib | 2008-05-21 | 2 | -1/+120 |
* | Fix and speedup timestamp calculations which is roughly based on the patch in | markus | 2008-05-16 | 1 | -22/+34 |
* | lockinit() can't accept LK_EXCLUSIVE as an initializaiton flag, so just | attilio | 2008-05-15 | 1 | -1/+1 |
* | Don't explicitly drop Giant around d_open/d_fdopen/d_close for MPSAFE | jhb | 2008-05-07 | 1 | -20/+5 |
* | - change function name from *_vdir to *_vnode because | daichi | 2008-05-07 | 1 | -21/+33 |
* | o Fixed multi thread access issue reported by Alexander V. Chernikov | daichi | 2008-04-25 | 3 | -12/+13 |
* | o Improved unix socket connection issue | daichi | 2008-04-25 | 1 | -13/+28 |
* | o Fixed rename panic issue | daichi | 2008-04-25 | 1 | -11/+14 |
* | o Fixed inaccessible issue especially including devfs on unionfs case. | daichi | 2008-04-25 | 2 | -8/+187 |
* | o Added system hang-up process when VOP_READDIR of unionfs_nodeget() | daichi | 2008-04-25 | 1 | -1/+7 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 7 | -77/+4 |
* | When calling lf_advlock to unlock a record, make sure that ap->a_fl->l_type | dfr | 2008-04-14 | 1 | -0/+3 |
* | Optimize lockmgr in order to get rid of the pool mutex interlock, of the | attilio | 2008-04-06 | 1 | -5/+4 |
* | The temporary workaround for the call to the vget() without lock type in | kib | 2008-04-04 | 1 | -1/+3 |
* | Add the support for the AT_FDCWD and fd-relative name lookups to the | kib | 2008-03-31 | 4 | -0/+4 |
* | - Simplify null_hashget() and null_hashins() by using vref() rather | jeff | 2008-03-29 | 1 | -21/+4 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 2 | -0/+33 |
* | - Complete part of the unfinished bufobj work by consistently using | jeff | 2008-03-22 | 1 | -0/+4 |
* | Do not dereference cdev->si_cdevsw, use the dev_refthread() to properly | kib | 2008-03-20 | 1 | -5/+12 |
* | 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 |