freebsd-skq/sys/geom/raid
Warner Losh c55f57071a Create an API to reset a struct bio (g_reset_bio). This is mandatory
for all struct bio you get back from g_{new,alloc}_bio. Temporary
bios that you create on the stack or elsewhere should use this before
first use of the bio, and between uses of the bio. At the moment, it
is nothing more than a wrapper around bzero, but that may change in
the future. The wrapper also removes one place where we encode the
size of struct bio in the KBI.
2016-02-17 17:16:02 +00:00
..
g_raid_ctl.c Introduce 3 seconds timeout on graid stop command (mostly with -f flag). 2013-07-27 15:02:19 +00:00
g_raid_md_if.m
g_raid_tr_if.m
g_raid.c Create an API to reset a struct bio (g_reset_bio). This is mandatory 2016-02-17 17:16:02 +00:00
g_raid.h Pull in r267961 and r267973 again. Fix for issues reported will follow. 2014-06-28 03:56:17 +00:00
md_ddf.c Reduce number of opens by REOM RAID during provider taste. 2014-04-28 15:03:52 +00:00
md_ddf.h
md_intel.c Clean out some externally visible "more then" grammar 2015-08-11 03:12:09 +00:00
md_jmicron.c Clean out some externally visible "more then" grammar 2015-08-11 03:12:09 +00:00
md_nvidia.c Clean out some externally visible "more then" grammar 2015-08-11 03:12:09 +00:00
md_promise.c Replace constant with proper sizeof(). 2015-02-25 10:18:11 +00:00
md_sii.c Clean out some externally visible "more then" grammar 2015-08-11 03:12:09 +00:00
tr_concat.c MFprojects/camlock r256445: 2013-10-16 09:33:23 +00:00
tr_raid0.c MFprojects/camlock r256445: 2013-10-16 09:33:23 +00:00
tr_raid1.c Pull in r267961 and r267973 again. Fix for issues reported will follow. 2014-06-28 03:56:17 +00:00
tr_raid1e.c Pull in r267961 and r267973 again. Fix for issues reported will follow. 2014-06-28 03:56:17 +00:00
tr_raid5.c MFprojects/camlock r256445: 2013-10-16 09:33:23 +00:00