summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/trim_map.c
Commit message (Expand)AuthorAgeFilesLines
* Fix overflow bug from r248577, turning 30s TRIM timeout into ~4s.mav2015-01-141-1/+1
* Reimplement TRIM throttling added in r248577.mav2015-01-141-49/+42
* When aggregating TRIM segments, move the new one to the list end.mav2015-01-111-0/+6
* Disable TRIM on file backed ZFS vdevs and fix TRIM on initsmh2014-11-171-4/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-9/+0
* Revert r267961, r267973:gjb2014-06-271-0/+9
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-9/+0
* Removed pointless / duplicated call to trim_map_first.smh2014-05-021-1/+0
* Reintroduce priority for the TRIM ZIOs instead of using the "NOW" prioritysmh2014-04-301-2/+13
* Changed ZFS TRIM sysctl from vfs.zfs.trim_disable -> vfs.zfs.trim.enabledsmh2013-04-261-9/+9
* Fix for building libzpool under i386.smh2013-03-211-1/+1
* Optimisation of TRIM processing.smh2013-03-211-34/+97
* Names the ZFS TRIM threadsmh2013-03-211-0/+5
* TRIM cache devices based on time instead of TXGs.smh2013-03-211-7/+27
* Improve TXG handling in the TRIM module.smh2013-03-211-5/+4
* Add TRIM support for L2ARC.smh2013-03-211-6/+5
* Upgrades trim free request sizes before inserting them into to free map,smh2012-12-131-2/+13
* Add TRIM support.pjd2012-09-231-0/+541
OpenPOWER on IntegriCloud