On Fri, 2020-07-31 at 16:01 -0500, Don Brace wrote: > These patches are based on Linus's tree > > The changes are: > smartpqi-identify-physical-devices-without-issuing-INQUIRY > - eliminate sending INQUIRYs to physical devices > smartpqi-add-id-support-for-smartRAID-3152-8i > - add support for a new controller > smartpqi-update-logical-volume-size-after-expansion > - update volume size in OS after expansion. > smartpqi-avoid-crashing-kernel-for-controller-issues > - remove BUG calls for rare cases when controller returns > bad responses. > smartpqi-support-device-deletion-via-sysfs > - handle device removal using sysfs file > /sys/block/sd<X>/device/delete where X is device name is a, b, ... > smartpqi-add-RAID-bypass-counter > - aid to identify when RAID bypass is in use. > smartpqi-bump-version-to-1.2.16-010 > > --- > > Don Brace (1): > smartpqi: bump version to 1.2.16-010 > > Kevin Barnett (4): > smartpqi identify physical devices without issuing INQUIRY > smartpqi: avoid crashing kernel for controller issues > smartpqi: support device deletion via sysfs > smartpqi: add RAID bypass counter > > Mahesh Rajashekhara (2): > smartpqi: add id support for SmartRAID 3152-8i > smartpqi: update logical volume size after expansion > > > drivers/scsi/smartpqi/smartpqi.h | 4 +- > drivers/scsi/smartpqi/smartpqi_init.c | 301 ++++++++++++++++------ > ---- > 2 files changed, 189 insertions(+), 116 deletions(-) > > -- For this series: Reviewed-by: Martin Wilck <mwilck@xxxxxxxx> Nitpick: It'd be nice to the separate functional changes from whitespace and formatting fixes for easier review.