freebsd-dev/sys/cam/ata
Warner Losh dbb3f5b28b The code that combines adjacent ranges for BIO_DELETEs to optimize
trims to the device assumes the list is sorted. Don't apply the
optimization of not sorting the queue when we have SSDs to the
delete_queue, since it causes more discard traffic to the drive. While
one could argue that the higher levels should coalesce the trims,
that's not done today, so some optimization at this level is needed.

CR: https://phabric.freebsd.org/D142
2014-06-05 17:13:42 +00:00
..
ata_all.c Fix support for increased logical sector size (4K-native drives). 2014-03-07 09:45:40 +00:00
ata_all.h Unify periph invalidation and destruction reporting. 2013-10-15 17:59:41 +00:00
ata_da.c The code that combines adjacent ranges for BIO_DELETEs to optimize 2014-06-05 17:13:42 +00:00
ata_pmp.c Merge CAM locking changes from the projects/camlock branch to radically 2013-10-21 12:00:26 +00:00
ata_xpt.c Merge CAM locking changes from the projects/camlock branch to radically 2013-10-21 12:00:26 +00:00