aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_trim.c
Commit message (Expand)AuthorAgeFilesLines
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-3/+3
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-7/+5
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-041-3/+3
* Clean up CSTYLEDsнаб2022-01-261-7/+5
* module/*.ko: prune .data, global .rodataнаб2022-01-141-4/+4
* module: zfs: fix unused, remove argsusedнаб2021-12-231-0/+1
* Cancel TRIM / initialize on FAULTED non-writeable vdevsnssrikanth2021-03-021-4/+11
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-67/+86
* nowait synctask must succeedMatthew Ahrens2020-09-041-3/+2
* Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriateMatthew Macy2020-09-031-1/+1
* Add missed thread_exit() to vdev_{autotrim,rebuild}_threadMatthew Macy2020-08-051-0/+2
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-1/+0
* Trim L2ARCGeorge Amanakis2020-06-091-5/+240
* Upstream: add missing thread_exit()Jorgen Lundman2020-05-141-0/+2
* Add trim support to zpool waitBrian Behlendorf2020-03-041-0/+3
* Linux 5.6 compat: time_tBrian Behlendorf2020-02-271-1/+1
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-18/+25
* Make module tunables cross platformMatthew Macy2019-09-051-12/+5
* Cap metaslab memory usagePaul Dagnelie2019-08-161-5/+5
* Add TRIM supportBrian Behlendorf2019-03-291-0/+1460