summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_disks.c
AgeCommit message (Expand)Author
2017-01-13more faithful to the original (from coypu)christos
2017-01-13Don't consider a disk hosed if we did not find a column for it; dedup code.christos
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-06-14Change dk_lookup() to return an anonymous vnode not associated withhannken
2014-03-25kill sprintfchristos
2013-09-15Avoid unused variable warningsmartin
2012-07-19Initialize values to squelch gcc.pooka
2011-10-14Change the vnode locking protocol of VOP_GETATTR() to request at leasthannken
2011-08-03Remove unused 'struct lwp *' from rf_getdisksize. No functional changes.oster
2011-07-29In rf_disks.c make sure ser_values and ser_count arrays areoster
2011-05-11convert the main raidPtr mutex to a kmutex, and add a couple of cv's tomrg
2011-02-19Define accessors for number of blocks and partition size in theenami
2011-02-13Remove one of trailing whitespace which adds unnecessary differenceenami
2010-12-04apply my patch to support non-512K sector disks (at least, upto 16KBmrg
2010-11-19Introduce struct pathbuf. This is an abstraction to hold a pathnamedholland
2010-11-01add support for >2TB raid devices.mrg
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