aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* gcc 11 cleanupAttila Fülöp2021-06-242-4/+4
* Annotated dprintf as printf-likeRich Ercolani2021-06-241-1/+1
* Use wmsum for arc, abd, dbuf and zfetch statistics. (#12172)Alexander Motin2021-06-242-28/+95
* Re-embed multilist_t storageAlexander Motin2021-06-104-10/+11
* Remove pool io kstatsAlexander Motin2021-06-102-7/+0
* libzfs: On FreeBSD, use MNT_NOWAIT with getfsstatAlan Somers2021-06-091-0/+1
* More aggsum optimizationsAlexander Motin2021-06-091-3/+4
* Introduce write-mostly sumsAlexander Motin2021-06-091-10/+10
* Fix dRAID sequential resilver silent damage handlingBrian Behlendorf2021-05-271-1/+2
* module/zfs: remove zfs_zevent_console and zfs_zevent_colsнаб2021-05-271-1/+0
* lib/: set O_CLOEXEC on all fdsнаб2021-04-141-2/+2
* Use dsl_scan_setup_check() to setup a scrubBrian Behlendorf2021-04-141-0/+1
* Ratelimit deadman zevents as with delay zeventsRyan Moeller2021-04-141-1/+2
* Fix various typosAndrea Gelmini2021-04-073-3/+3
* Use a helper function to clarify gang block sizeMatthew Ahrens2021-03-262-0/+15
* Removed duplicated includesAndrea Gelmini2021-03-222-2/+0
* Split dmu_zfetch() speculation and execution partsAlexander Motin2021-03-191-7/+16
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-03-192-3/+4
* Clean up RAIDZ/DRAID ereport codeMatthew Ahrens2021-03-193-12/+6
* Remove unused rr_codeMatthew Ahrens2021-03-171-1/+0
* FreeBSD: Clean up zfsdev_close to match LinuxRyan Moeller2021-03-121-1/+0
* Suppress cppcheck invalidSyntax warninigsBrian Behlendorf2021-03-051-0/+2
* Add upper bound for slop space calculationPrakash Surya2021-02-241-4/+5
* Cleaning up uio headersBrian Atkinson2021-02-202-1/+21
* libzpool: set_global_var: refactor to not modify 'arg'Christian Schwarz2021-02-191-1/+1
* Restore FreeBSD resource usage accountingRyan Moeller2021-02-192-0/+38
* Checksum errors may not be countedDon Brady2021-02-191-1/+2
* Add "compatibility" property for zpool feature setsColm2021-02-172-2/+19
* Make inline ABD predicates compatible with C++Ryan Moeller2021-02-151-3/+3
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-091-0/+2
* The abd child/parent relationship does not need to be trackedMatthew Ahrens2021-01-301-0/+2
* Parallelize vdev_validateAlan Somers2021-01-261-0/+2
* Parallelize vdev_loadAlan Somers2021-01-261-0/+1
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-216-3/+9
* Extending FreeBSD UIO StructBrian Atkinson2021-01-206-17/+17
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-203-51/+71
* record ioctl elapsed time in zpool historyMatthew Ahrens2021-01-111-0/+1
* implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome2020-12-271-0/+1
* Only examine best metaslabs on each vdev Matthew Ahrens2020-12-161-0/+1
* Make metaslab class rotor and aliquot per-allocator.Alexander Motin2020-12-151-21/+31
* spa: avoid type narrowing warningRyan Libby2020-12-151-1/+1
* dmu_zfetch: fix memory leakMatthew Macy2020-12-121-0/+1
* Improve zfs receive performance with lightweight writeMatthew Ahrens2020-12-112-2/+28
* Implement memory and CPU hotplugPaul Dagnelie2020-12-102-0/+3
* Decouple arc_read_done callback from arc buf instantiationMatthew Macy2020-12-091-0/+5
* Reduce latency effects of non-interactive I/OAlexander Motin2020-11-241-0/+3
* Fix problems in zvol_set_volmode_implMatthew Macy2020-11-171-0/+2
* Fix 'zfs userspace' for received datasets in encrypted rootloli10K2020-11-161-1/+1
* Assertion failure when logging large output of channel programMatthew Ahrens2020-11-141-0/+1
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-1312-46/+237