| Age | Commit message (Expand) | Author |
| 2014-06-14 | Change dk_lookup() to return an anonymous vnode not associated with | hannken |
| 2011-10-14 | Change the vnode locking protocol of VOP_GETATTR() to request at least | hannken |
| 2011-08-03 | Remove unused 'struct lwp *' from rf_getdisksize. No functional changes. | oster |
| 2011-05-11 | convert the main raidPtr mutex to a kmutex, and add a couple of cv's to | mrg |
| 2011-05-01 | convert mcpair to kmutex. | mrg |
| 2011-02-19 | Define accessors for number of blocks and partition size in the | enami |
| 2010-11-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | dholland |
| 2010-11-01 | add support for >2TB raid devices. | mrg |
| 2009-11-17 | Finally commit the RAIDframe parity map Summer Of Code project. | jld |
| 2008-01-26 | In a land before time, when kernel processes roamed the system, we | oster |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-07-18 | Fix fallout from recent kthread changes. | ad |
| 2007-06-26 | Change dk_lookup() to accept an additional argument of the type enum uio_seg | cube |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-27 | - use dk_lookup instead of our home-spun version. | christos |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-12 | The 'next' argument to rf_CreateDiskQueueData is always NULL. Since | oster |
| 2005-02-12 | Add a 'waitflag' argument to rf_CreateDiskQueueData() and use it to | oster |
| 2004-03-04 | Fix mcpair locking issues -- we really don't need the lock held | oster |
| 2003-12-30 | Some days you wonder if some of the function declaration consistency | oster |
| 2003-12-29 | [Having received a definite lack of strenuous objection, a small amount | oster |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-03-21 | Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL | dsl |
| 2002-11-16 | Clean up error reporting, and nuke some printf verbosity. | oster |
| 2002-11-15 | After a rebuild-in-place, a reconstruct, or a copyback, we should | oster |
| 2002-09-17 | Cast the RF_DEBUG_RECON net a little wider. | oster |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-05 | More #if 0's bite the dust. | oster |
| 2001-10-04 | Step 2 of the disentanglement. We now look to <dev/raidframe/*> for | oster |
| 2001-01-26 | Ensure we update the 'partitionSize' field of the component labels | oster |
| 2000-03-07 | Create a new rf_close_component() to handle vnode operations for closing | oster |
| 2000-02-23 | Do a better job of (re)initializing the component labels after | oster |
| 2000-01-09 | - move a bunch of function prototypes to rf_kintf.h | oster |
| 2000-01-07 | Nuke: #include "rf_threadid.h". | oster |
| 2000-01-05 | - update RF_CREATE_THREAD to handle a 'process name' argument. | oster |
| 1999-08-14 | Remove a 'struct proc *'-passing abomination that's been bugging me | oster |
| 1999-08-13 | rf_sys.h does not need to be #included in any of these files, and, actually, | oster |
| 1999-03-02 | Update for recent changes including component label support, clean | oster |
| 1999-02-27 | After a vn_close(), set the vnode * to NULL so we don't try closing it | oster |
| 1999-02-27 | Do the VOP_UNLOCK() on an initialized vp, rather than random garbage. | oster |
| 1999-02-23 | Do a VOP_UNLOCK() before a vn_close(). | oster |
| 1999-02-05 | Phase 2 of the RAIDframe cleanup. The source is now closer to KNF | oster |
| 1999-01-26 | RAIDframe cleanup, phase 1. Nuke simulator support, user-land driver, | oster |
| 1998-11-13 | RAIDframe, version 1.1, from the Parallel Data Laboratory at | oster |