index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
raidframe
/
rf_reconstruct.c
Age
Commit message (
Expand
)
Author
2021-02-17
Pull up following revision(s) (requested by oster in ticket #1206):
martin
2019-02-09
- Change the allocation macros to be more like function calls
christos
2014-11-14
Fix a long-standing bug related to rebooting while a
oster
2014-06-14
Change dk_lookup() to return an anonymous vnode not associated with
hannken
2013-03-06
fix parens in a message
yamt
2012-02-20
Add logic to the main reconstruction loop to handle RAID5 with rotated
oster
2011-10-14
Change the vnode locking protocol of VOP_GETATTR() to request at least
hannken
2011-08-03
Address part of PR kern/44972. From YAMAMOTO Takashi. Thanks!
oster
2011-05-28
rf_ReconstructInPlace: don't leave a vnode open on errors.
yamt
2011-05-24
Suggested to oster@ and approved via private e-mail as a help to
buhrow
2011-05-11
convert the main raidPtr mutex to a kmutex, and add a couple of cv's to
mrg
2011-05-02
convert rb_mutex to a kmutex/cv.
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
2009-02-11
If we see a RF_RECON_WRITE_ERROR event we know a write has finished and
oster
2008-12-20
When unconfiguring an array where a reconstruct is in progress, abort
oster
2008-09-23
Nuke unneeded printf(). Spotted by pooka@.
oster
2008-05-19
Re-work some of the guts of the reconstruction code.
oster
2008-04-15
A forced recon read should not default to indicating that the reads
oster
2008-04-14
Print out the status value if a reconstruction read fails.
oster
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-09-21
Fix wording in a comment and correct a debug line. From Olivier Cherrier
oster
2007-07-18
Fix fallout from recent kthread changes.
ad
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
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-07-18
If rf_SubmitReconBuffer indicates the submission was blocked (for
oster
2005-06-08
- initialize numRUsTotal before we indicate that we are doing a reconstruct.
oster
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
2005-02-06
It's not a bad idea to update the component labels whether or not the
oster
2005-02-05
rf_GetNextReconEvent() *will* return a valid event, so no need for
oster
2005-02-05
Vastly improve the error handling in the case of a read/write error
oster
2005-01-22
Torch some #define's missed in last commit.
oster
2005-01-22
Reconstruction Descriptors are only allocated once per reconstruction,
oster
2005-01-18
ForceReconReadDoneProc() needs a return after doing the first
oster
2004-12-12
The switch() in rf_ContinueReconstructFailedDisk() is never actually
oster
2004-11-15
continueFunc and continueArg arn't used. Turf. Simplify calls to
oster
2004-03-18
Re-work the locking mechanisms for reconstruct and PSS structures
oster
2004-03-13
- don't use rf_PrintUserStats() for recon statistics.
oster
2004-03-07
- Introduce rf_pools which contains all of the various global pools used
oster
[next]