Searched hist:280757 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/geom/mirror/
H A Dg_mirror.cdiff 280757 Fri Mar 27 10:57:37 MDT 2015 mav Remove request sorting from GEOM_MIRROR and GEOM_RAID.

When CPU is not busy, those queues are typically empty. When CPU is busy,
then one more extra sorting is the last thing it needs. If specific device
(HDD) really needs sorting, then it will be done later by CAM.

This supposed to fix livelock reported for mirror of two SSDs, when UFS
fires zillion of BIO_DELETE requests, that totally blocks I/O subsystem by
pointless sorting of requests and responses under single mutex lock.

MFC after: 2 weeks

Completed in 111 milliseconds