freebsd-dev/sys/geom/raid
Conrad Meyer b28ea2c250 g_raid: Prevent tasters from attempting excessively large reads
Some g_raid tasters attempt metadata reads in multiples of the provider
sectorsize.  Reads larger than MAXPHYS are invalid, so detect and abort
in such situations.

Spiritually similar to r217305 / PR 147851.

PR:		214721
Sponsored by:	Dell EMC Isilon
2017-01-12 06:58:31 +00:00
..
g_raid_ctl.c sys/geom: spelling fixes. 2016-04-28 19:26:46 +00:00
g_raid_md_if.m
g_raid_tr_if.m
g_raid.c Removal of Giant droping wrappers for GEOM classes. 2016-05-20 08:25:37 +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 g_raid: Prevent tasters from attempting excessively large reads 2017-01-12 06:58:31 +00:00
md_ddf.h
md_intel.c Fix improper use of "its". 2016-11-08 23:59:41 +00:00
md_jmicron.c Fix improper use of "its". 2016-11-08 23:59:41 +00:00
md_nvidia.c Fix improper use of "its". 2016-11-08 23:59:41 +00:00
md_promise.c g_raid: Prevent tasters from attempting excessively large reads 2017-01-12 06:58:31 +00:00
md_sii.c Fix improper use of "its". 2016-11-08 23:59:41 +00:00
tr_concat.c
tr_raid0.c
tr_raid1.c sys/geom: spelling fixes in comments. 2016-04-29 20:56:58 +00:00
tr_raid1e.c sys/geom: spelling fixes in comments. 2016-04-29 20:56:58 +00:00
tr_raid5.c