summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_disks.c
AgeCommit message (Expand)Author
2010-03-01When setting up a non-autoconfigured RAID set, fail a component if thejld
2009-11-17Finally commit the RAIDframe parity map Summer Of Code project.jld
2009-04-03Switch various printfs from %ld and %d to PRIu64, etc. to be more consistentsborrill
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-26In a land before time, when kernel processes roamed the system, weoster
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-07-18Fix fallout from recent kthread changes.ad
2007-06-26Change dk_lookup() to accept an additional argument of the type enum uio_segcube
2007-03-13Fix typo in print statement; from khorbenchristos
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-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-05-29- avoid variable shadowingchristos
2005-02-27nuke trailing whitespaceperry
2004-10-10Make this actually compile.tron
2004-10-10when truncating a spare disk, also log what its original size was.mrg
2004-08-26rf_CheckLabels() needs to die, but for now, we patch it by settingoster
2004-05-22Add support for the word "absent" in the "disks" section ofoster
2004-04-22sprintf -> snprintfitojun
2004-03-21Fix a nastly little bug that I've been chasing over the past 12 hours.oster
2004-03-13raidPtr->num_spare is *NOT* sufficient here. We must allocateoster
2003-12-30Some days you wonder if some of the function declaration consistencyoster
2003-12-30Fix 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 amountoster
2003-10-21Correct NULL abuse.fvdl
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-13Remember to close the component if we decide it's not suitable for useoster
2003-03-21Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTLdsl
2002-10-22Better protect hot-spare adding, and make it LOCKDEBUG friendly.oster
2002-09-23Neither force nor retcode are used. *poof* Thanks to Simon B.oster
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-10-05More #if 0's bite the dust.oster
2001-10-04Step 2 of the disentanglement. We now look to <dev/raidframe/*> foroster
2000-12-05Fix a couple of warnings about uninitialized variables. Thanks go tooster
2000-09-21Correct a few calls to VOP_CLOSE().oster
2000-09-08Make sure we are passing a locked vp to VOP_CLOSE.oster
2000-06-02Use 'componentN' rather than leaving blanks for non-existant disksoster
2000-05-29Don't let the autodetection code get tripped up by negative mod-counters.oster
2000-05-28In the event that an up-to-date component cannot be located for a specificoster
2000-05-28We need to be slightly more clever during auto-configuration, to makeoster
2000-03-31Minor cleanup of unneeded verbosity.oster
2000-03-27cleanup function prototypes.oster
2000-03-26Add bits for eventual support of deleteing components and movingoster
2000-03-25Nuke a function prototype that shouldn't be here.oster