index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
softraid.c
Age
Commit message (
Expand
)
Author
2010-12-20
READ CAPACITY and READ CAPACITY 16 commands report the last valid
Kenneth R Westerback
2010-11-06
Move raid1 and crypto io to a workq. This is to avoid a potential VOP_
Marco Peereboom
2010-10-12
Force openings to 1 for devices that can't do tagged i/o, i.e. more
Kenneth R Westerback
2010-09-23
The only sensible argument for VOP_* calls that take a struct proc pointer is
Owain Ainsworth
2010-09-07
having a ca_activate function which just returns 1 is wrong on about 8 differ...
Theo de Raadt
2010-08-30
fix tailq use; ok thib
Theo de Raadt
2010-08-30
During boot probe walk disklist rather than alldevs. This avoids a race
Joel Sing
2010-07-03
explicitly specify flags to malloc and pool_get instead of relying on 0.
Ted Unangst
2010-07-02
Rename the volume specific flags variable.
Joel Sing
2010-07-02
Determine the data offset using a variable specified within the softraid
Joel Sing
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-15
softraid doesnt provide disk cache settings to tweak, mark those ioctls as
David Gwynne
2010-06-15
dont pass the dev_t from the scsi device drivers into the midlayer for
David Gwynne
2010-05-21
Make compile with NBIO = 0
Marco Peereboom
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-05-18
dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this
David Gwynne
2010-03-28
Completely overhaul optional metadata handling, allowing for multiple
Joel Sing
2010-03-28
Avoid potential null dereferences in ioctl paths.
Joel Sing
2010-03-28
Replace a scsi_done() call with sr_scsi_done() which fixes a missing
Joel Sing
2010-03-27
Correctly initialise variable to prevent free without malloc in error path.
Joel Sing
2010-03-26
Add an ioctl to softraid to allow the boot block and boot loader to be
Joel Sing
2010-03-26
Add storage for the boot block and boot loader to the softraid metadata.
Joel Sing
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-02-13
Force chunks into correct order once metadata is attached. This prevents
Joel Sing
2010-02-13
Unbreak automatic rebuilds from hotspares.
Joel Sing
2010-02-13
Removed unused variable sml_vn.
Joel Sing
2010-02-13
Pass the number of chunks to sr_meta_attach() rather than recalculating.
Joel Sing
2010-02-08
Use character raw device to read disklabel during bootprobe, as all
Kenneth R Westerback
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2009-12-31
Add support for key disks. This allows a crypto volume to be constructed
Joel Sing
2009-12-15
Allow auto assemble flag to be toggled for disciplines that support it.
Joel Sing
2009-12-15
Factor out discipline specific create/assemble code.
Joel Sing
2009-12-15
Explicitly lock the vnode when deleting a volume. This avoids a potential
Joel Sing
2009-12-07
Cleanup discipline initialisation.
Joel Sing
2009-12-07
Define discipline capabilities using a set of flags.
Joel Sing
2009-11-24
Allow the passphrase to be changed on softraid crypto volumes. Ensure that
Joel Sing
2009-11-23
Improve discipline specific ioctl framework and attach to softraid ioctl.
Joel Sing
2009-11-22
Add a framework for discipline specific ioctls.
Joel Sing
2009-11-22
Ensure that chunks are not already in use when creating a volume.
Joel Sing
2009-11-15
Fix memory leak in error case. Found by Parfait.
Joel Sing
2009-10-29
When probing devices at boot, compare against the full device driver name
Joel Sing
2009-10-28
Remove FWRITE from closes that aren't opened with FWRITE.
Marco Peereboom
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-09-21
Fix use before init on wu.
Marco Peereboom
2009-09-03
Check the return value of copyin().
Joel Sing
2009-09-03
Don't call VOP_CLOSE() with a null pointer, if the VOP_OPEN() call failed.
Joel Sing
2009-08-17
the null check makes more sense when it's done before deref
Martynas Venckus
2009-08-09
Switch softraid to vnodes to prevent bad things from happening when using
Marco Peereboom
2009-07-31
Factor out code for checking if a chunk is already in use.
Joel Sing
2009-07-23
Adding disabled framework for RAID6
Jordan Hargrave
[next]