| Age | Commit message (Expand) | Author |
| 2017-01-13 | more faithful to the original (from coypu) | christos |
| 2017-01-13 | Don't consider a disk hosed if we did not find a column for it; dedup code. | christos |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-06-14 | Change dk_lookup() to return an anonymous vnode not associated with | hannken |
| 2014-03-25 | kill sprintf | christos |
| 2013-09-15 | Avoid unused variable warnings | martin |
| 2012-07-19 | Initialize values to squelch gcc. | pooka |
| 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-07-29 | In rf_disks.c make sure ser_values and ser_count arrays are | oster |
| 2011-05-11 | convert the main raidPtr mutex to a kmutex, and add a couple of cv's to | mrg |
| 2011-02-19 | Define accessors for number of blocks and partition size in the | enami |
| 2011-02-13 | Remove one of trailing whitespace which adds unnecessary difference | enami |
| 2010-12-04 | apply my patch to support non-512K sector disks (at least, upto 16KB | mrg |
| 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 |
| 2010-03-01 | When setting up a non-autoconfigured RAID set, fail a component if the | jld |
| 2009-11-17 | Finally commit the RAIDframe parity map Summer Of Code project. | jld |
| 2009-04-03 | Switch various printfs from %ld and %d to PRIu64, etc. to be more consistent | sborrill |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 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 |
| 2007-03-13 | Fix typo in print statement; from khorben | christos |
| 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-05-29 | - avoid variable shadowing | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-10-10 | Make this actually compile. | tron |
| 2004-10-10 | when truncating a spare disk, also log what its original size was. | mrg |
| 2004-08-26 | rf_CheckLabels() needs to die, but for now, we patch it by setting | oster |
| 2004-05-22 | Add support for the word "absent" in the "disks" section of | oster |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2004-03-21 | Fix a nastly little bug that I've been chasing over the past 12 hours. | oster |
| 2004-03-13 | raidPtr->num_spare is *NOT* sufficient here. We must allocate | oster |
| 2003-12-30 | Some days you wonder if some of the function declaration consistency | oster |
| 2003-12-30 | Fix slight bogon from row removal. 'r' would have been 0 here, not 1, | oster |
| 2003-12-29 | - first kick at a major reworking of RAIDframe's memory allocation code: | oster |
| 2003-12-29 | [Having received a definite lack of strenuous objection, a small amount | oster |
| 2003-10-21 | Correct NULL abuse. | fvdl |
| 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-04-13 | Remember to close the component if we decide it's not suitable for use | oster |
| 2003-03-21 | Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL | dsl |
| 2002-10-22 | Better protect hot-spare adding, and make it LOCKDEBUG friendly. | oster |