summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
2022-08-03Pull up following revision(s) (requested by riastradh in ticket #1485):martin
2021-12-19Pull up following revision(s) (requested by mrg in ticket #1394):martin
2021-10-19Pull up following revision(s) (requested by oster in ticket #1361):martin
2021-02-17Pull up following revision(s) (requested by oster in ticket #1206):martin
2020-03-21Pull up following revision(s) (requested by riastradh in ticket #795):martin
2019-12-18Pull up following revision(s) (requested by tsutsui in ticket #570):martin
2019-07-11Fix typo (s/supress/suppress/).msaitoh
2019-05-28s/recieve/receive/msaitoh
2019-03-01Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as brieflypgoyette
2019-02-20Fix vnode locking, must lock for VOP_OPEN() and VOP_UNLOCK() when done.hannken
2019-02-10Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@.christos
2019-02-09- Change the allocation macros to be more like function callschristos
2019-02-08PR/53956: Havard Eidnes: raidframe fails to create raid set on disks.christos
2019-02-07You need a star :-)christos
2019-02-06- Restore indirecting through the data pointerchristos
2019-02-06fix half edited line.christos
2019-02-06Fix GET_INFO. Yes, can probably be simplified.oster
2019-02-06use 'data' directly.christos
2019-02-06Fix logic inversion. Progress, but still broken.oster
2019-02-06Shuffle softc declarations to a different .h file. Create missingoster
2019-02-05- Redo all the ioctl compat stuff to use a standard "ioctl" interface,christos
2019-02-05use -> instead of .christos
2019-02-05- Fix the FAIL_DISK handling (it would prolly trash the wrong disk beforechristos
2019-02-05remove duplicated line in previously. noticed by paulg.mrg
2019-02-05fix the previous:mrg
2019-02-04don't assume _LP64 == supports COMPAT_NETBSD32.mrg
2019-02-03When we force COMPAT_NETBSD32 to be defined, force it to the same valuemartin
2019-02-03Don't include the raidframe compat code in the main raid module, thepgoyette
2019-01-31Prevent integer overflow: ioctl commands are u_long.christos
2019-01-29KNF - insert tab (thanks to mrg@)pgoyette
2019-01-29Need to return EPASSTHROUGH for ioctls that arn't handled in compat.oster
2019-01-29Normalize all the compat hooks' names to the formpgoyette
2019-01-28print additional debug information. make rf_containsboot() return 0bad
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2019-01-08remove the final tsleep/wakeup pair in raidframe.mrg
2018-06-09Fix two mis-spellings in comments. No functional changes.oster
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-01-23Add "bufq_fcfs" requirement to all those driver modules that explicitlypgoyette
2018-01-20fixes for the previous, noted by nakayama@.mrg
2018-01-19Fix some ARM kernel builds. ARM abuses compat32 for ABI compatibility andskrll
2018-01-18implement 32-bit compat support for raidframe.mrg
2017-11-14check the result of pool_prime.christos
2017-11-09add a "booted_method" string to aid in debugging double boot matches.christos
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-04-05rf_get_component_caches(): remove useless conditionjdolecek
2017-04-05add support for DIOCGCACHE; contrary to DIOCCACHESYNC, query any non-deadjdolecek
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
2017-01-04PR/51776: David Binderman: Remove unused variable.christos
2017-01-04PR/51775: David Binderman: Remove unused variable.christos