aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Use wmsum for arc, abd, dbuf and zfetch statistics. (#12172)Alexander Motin2021-06-163-187/+561
* Avoid deadlock when removing L2ARC devices under I/OGeorge Amanakis2021-06-162-14/+6
* vdev_draid_min_asize() ignores reserved spaceMatthew Ahrens2021-06-131-1/+2
* Re-embed multilist_t storageAlexander Motin2021-06-108-94/+88
* Remove pool io kstats (#12212)Alexander Motin2021-06-102-97/+0
* libzfs: On FreeBSD, use MNT_NOWAIT with getfsstatAlan Somers2021-06-081-0/+27
* module/zfs: vdev_removal: spa_vdev_remove_thread: remove unused variableнаб2021-06-071-4/+0
* module/zfs: vdev_indirect: vdev_indirect_repair: remove unused variableнаб2021-06-071-5/+0
* module/zfs: dbuf: dbuf_read_impl: remove unused variableнаб2021-06-071-2/+0
* module/zfs: arc: arc_hdr_realloc_crypt: remove unused variablesнаб2021-06-071-5/+0
* Livelist logic should handle dedup blkptrsSerapheim Dimitropoulos2021-06-071-17/+48
* More aggsum optimizationsAlexander Motin2021-06-071-60/+65
* Introduce write-mostly sumsAlexander Motin2021-05-272-62/+63
* Improve scrub maxinflight_bytes math. Alexander Motin2021-05-271-25/+15
* Propagate vdev state due to invalid label corruptionvermavipinkumar2021-05-251-1/+2
* Fix dRAID sequential resilver silent damage handlingBrian Behlendorf2021-05-202-6/+44
* Scale worker threads and taskqs with number of CPUsAlexander Motin2021-05-141-22/+66
* Fix dmu_recv_stream test for resumablePaul Zuchowski2021-05-131-2/+2
* Revert "Fix raw sends on encrypted datasets when copying back snapshots"Brian Behlendorf2021-05-131-3/+8
* module/zfs: remove zfs_zevent_console and zfs_zevent_colsнаб2021-05-101-313/+0
* Fix dRAID self-healing short columnsBrian Behlendorf2021-05-081-1/+7
* Simplify/fix dnode_move() for dn_zfetchAlexander Motin2021-05-071-7/+1
* vdev_mirror: don't scrub/resilver devices that can't be readNathaniel Wesley Filardo2021-04-271-0/+9
* Combine zio caches if possibleMateusz Guzik2021-04-171-24/+50
* Fix crash in zio_done error reportingPaul Zuchowski2021-04-161-2/+3
* module/zfs/zvol.c: purge unused zvol_volmode_cb_argнаб2021-04-151-4/+0
* ZFS traverse_visitbp optimization to limit prefetchJitendra Patidar2021-04-151-14/+53
* ZTS: fix removal_condense_export test caseBrian Behlendorf2021-04-111-2/+5
* Balance parentheses in parameter descriptionspstef2021-04-112-2/+2
* Move zfsdev_state_{init,destroy} to common codeRyan Moeller2021-04-081-1/+74
* Eliminate zfsdev_get_state_implRyan Moeller2021-04-081-13/+3
* Use dsl_scan_setup_check() to setup a scrubBrian Behlendorf2021-04-082-3/+3
* Ratelimit deadman zevents as with delay zeventsRyan Moeller2021-04-072-3/+8
* Fix various typosAndrea Gelmini2021-04-028-13/+13
* Don't scale zfs_zevent_len_max by CPU countRyan Moeller2021-04-011-4/+1
* Atomically check and set dropped zevent countRyan Moeller2021-04-011-2/+1
* Use a helper function to clarify gang block sizeMatthew Ahrens2021-03-262-11/+15
* Removed duplicated includesAndrea Gelmini2021-03-223-3/+0
* Split dmu_zfetch() speculation and execution partsAlexander Motin2021-03-193-112/+178
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-03-194-3/+22
* Fix regression in POSIX mode behaviorAndrew2021-03-191-4/+0
* Allow setting bootfs property on pools with indirect vdevsMartin Matuška2021-03-191-3/+1
* Initialize metaslab range trees in metaslab_init Serapheim Dimitropoulos2021-03-191-94/+55
* Clean up RAIDZ/DRAID ereport codeMatthew Ahrens2021-03-196-434/+21
* Remove unused rr_codeMatthew Ahrens2021-03-171-46/+23
* Reference_tracking_enable should be a module paramDon Brady2021-03-161-1/+9
* Macroify teardown lock handlingMateusz Guzik2021-03-121-4/+6
* FreeBSD: Fix scope of deadman tunablesRyan Moeller2021-03-111-2/+2
* zvol: call zil_replaying() during replayChristian Schwarz2021-03-071-1/+14
* Intentionally allow ZFS_READONLY in zfs_writeRyan Moeller2021-03-071-2/+4