| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not dereference dvp pointer before doing a NULL check. | kan | 2005-05-11 | 1 | -1/+2 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -7/+3 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 1 | -4/+3 |
* | - nwfs_lookup() is no longer responsible for unlocking the dvp, this is | jeff | 2005-03-28 | 1 | -26/+10 |
* | - Update vfs_root implementations to match the new prototype. None of | jeff | 2005-03-24 | 1 | -2/+2 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 2 | -2/+1 |
* | vp->v_id is a private field for the vfs namecache and it is a big mistake | phk | 2005-02-22 | 1 | -11/+10 |
* | Statize malloc types. | phk | 2005-02-10 | 1 | -3/+3 |
* | Make filesystems get rid of their own vnodes vnode_pager object in | phk | 2005-01-28 | 1 | -0/+1 |
* | whitespace nit | phk | 2005-01-19 | 1 | -1/+1 |
* | Eliminate constant and unused arguments to nwfs_vinvalbuf() | phk | 2005-01-14 | 4 | -25/+14 |
* | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | phk | 2005-01-14 | 1 | -2/+2 |
* | Whitespace in vop_vector{} initializations. | phk | 2005-01-13 | 1 | -3/+4 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 10 | -10/+10 |
* | Convert nwfs to nmount, but take the low road: There is no way this is | phk | 2004-12-06 | 1 | -9/+29 |
* | Fix warning | phk | 2004-12-06 | 1 | -1/+1 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 1 | -8/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 3 | -37/+32 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -21/+21 |
* | Use system wide no-op vfs_start function. | phk | 2004-11-25 | 1 | -16/+0 |
* | Refuse attempts to mount root filesystem | phk | 2004-11-09 | 1 | -0/+2 |
* | Remove unused B_WRITEINPROG flag | phk | 2004-09-15 | 1 | -2/+0 |
* | Explicitly pass the vnode to the nw_doio() function. | phk | 2004-09-07 | 3 | -7/+4 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 1 | -4/+4 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -4/+3 |
* | Make vm_page's PG_ZERO flag immutable between the time of the page's | alc | 2004-05-06 | 1 | -2/+0 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -4/+7 |
* | Remove useless SMP check code. | des | 2003-12-07 | 1 | -10/+0 |
* | Don't mess around with spare fields of public structures. | phk | 2003-11-12 | 1 | -1/+0 |
* | Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY. | phk | 2003-10-18 | 1 | -1/+0 |
* | Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability. | phk | 2003-10-18 | 1 | -2/+1 |
* | - Don't cache_purge() in *_reclaim routines. vclean() does it for us so | jeff | 2003-10-05 | 1 | -1/+0 |
* | Synchronize access to a vm page's valid field using the containing | alc | 2003-10-04 | 1 | -4/+2 |
* | - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a | jeff | 2003-10-04 | 1 | -5/+1 |
* | - Remove interlock protection around VI_XLOCK. The interlock is not | jeff | 2003-09-19 | 1 | -3/+3 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -2/+2 |
* | Lock the vm object when freeing a vm page. | alc | 2003-06-19 | 1 | -1/+7 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | phk | 2003-06-15 | 1 | -0/+2 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 1 | -23/+17 |
* | Specify the M_WAITOK flag explicitly in the MALLOC call to silence a | tjr | 2003-04-01 | 1 | -1/+2 |
* | Rename vfs_stdsync function to vfs_stdnosync which matches more | kan | 2003-03-11 | 1 | -52/+1 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | njl | 2003-03-03 | 1 | -1/+1 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -3/+3 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 1 | -5/+5 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 1 | -1/+1 |
* | Copy some VM changes from smbfs_putpages() to nwfs_putpages(): lock | tjr | 2003-02-27 | 1 | -1/+3 |
* | Fix vnode corruption bug when trying to rename files across filesystems. | tjr | 2003-02-27 | 1 | -10/+13 |
* | Sync nwfs_access() with smbfs_access(): use vaccess() instead of checking | tjr | 2003-02-27 | 1 | -13/+5 |
* | Catch up with recent netncp changes: ncp_chkintr() takes a thread, not | tjr | 2003-02-27 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -2/+2 |