summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
2008-11-18_KERNEL_OPTad
2008-09-28Undo previous change to an #if 0. The code does belong to theoster
2008-09-27Cleanup some of the spare table stuff. It is not needed in the generaloster
2008-09-23Nuke unneeded printf(). Spotted by pooka@.oster
2008-06-17Mark a buffer `busy` in getnewbuf() when it came from the pool_cache sincereinoud
2008-06-16We don't care about md devices here. Fixes issue reported by Jukka Salmioster
2008-06-10use new "defpseudodev" where appropriate, and remove dummy interfacedrochner
2008-06-07- Use bdev_strategy() instead of VOP_STRATEGY().oster
2008-05-20Add in a missing "bp->b_resid = bp->b_bcount" in the EIO case.oster
2008-05-19Re-work some of the guts of the reconstruction code.oster
2008-05-04Both StripeUnitsPerParityUnit and StripeUnitsPerReconstructUnit needoster
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-20Cleanup function prototypes. No functional change.oster
2008-04-20Introduce a function to return the default head separation for RAID 1oster
2008-04-15A forced recon read should not default to indicating that the readsoster
2008-04-14Print out the status value if a reconstruction read fails.oster
2008-04-14Fix display of total number of sectors if > 2^32 on 32-bit machinessborrill
2008-04-05use aprint_*_dev and device_xnamecegger
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-02-12rf_debugMem.c: remove unused 'rc' variable for RF_DEBUG_MEM.oster
2008-01-26In a land before time, when kernel processes roamed the system, weoster
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2008-01-02Merge vmlocking2 to head.ad
2007-12-18Fix a 'use after free' issue with wedges and RAIDframe.oster
2007-12-11Use CFATTACH_DECL_NEW instead of CFATTACH_DECL... ICB wisdomoster
2007-12-05lockmgr -> mutexad
2007-12-01aprintifyjmcneill
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-11-17Nuke debugging output that is a) misleading at best, andoster
2007-11-13don't include <sys/namei.h> unnecessarily.yamt
2007-11-08We need to initialize dk_driver as well. Thanks to Ronald Roskensoster
2007-11-01Implement support for drvctl in RAIDframe. Thanks to jnemeth@ foroster
2007-10-08Merge brelse() changes from the vmlocking branch.ad
2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad
2007-10-05Implement dumping kernel cores to RAID 1 sets. The component usedoster
2007-09-21Fix wording in a comment and correct a debug line. From Olivier Cherrieroster
2007-09-16Make a couple of variables 64-bit quantities to avoid overflow issuesoster
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-07-18Fix fallout from recent kthread changes.ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-26Change dk_lookup() to accept an additional argument of the type enum uio_segcube
2007-06-24don't leak a vnode in the wedge case.christos
2007-03-13Fix typo in print statement; from khorbenchristos
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-09In the case of multiple RAID sets that are marked as root, attempt tooster
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-29Remove more duplicate headers.hubertf
2006-11-30Change a bunch of "#if DEBUG" to "#ifdef DEBUG".oster
2006-11-30If the user has specified 'root on foo', then skip changing the booted_deviceoster
2006-11-16__unused removal on arguments; approved by core.christos