summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Import ZStandard v1.4.5Michael Niewöhner2020-08-207-2/+30110
* Linux 5.7 compat: Include linux/sched.h in spl/sys/mutex.hPavel Snajdr2020-08-191-0/+1
* FreeBSD: Add option to rewind checkpoint while importing root poolMariusz Zaborski2020-08-193-3/+6
* ZED: Do not offline a missing device if no spare is availableBrian Behlendorf2020-08-182-24/+39
* Fix ARC aggsum access after arc_state_fini()Brian Behlendorf2020-08-181-8/+8
* libzfs_core: Initialize fail_ioc_cmd to ZFS_IOC_LASTRyan Moeller2020-08-181-2/+2
* FreeBSD: Fix UNIX permissions checkingMatthew Macy2020-08-187-99/+174
* Add define to enable autotrim to default to onMatthew Macy2020-08-182-2/+8
* Make zc_nvlist_src_size limit tunableRyan Moeller2020-08-186-4/+51
* Remove unused `zpool_is_bootable`George Melikov2020-08-181-11/+0
* Remove GRUB restrictionsRichard Laager2020-08-175-89/+2
* ZTS: ztest may cause mmp tests failuresBrian Behlendorf2020-08-171-0/+2
* Include scatter_chunk_waste in arc_sizeMatthew Ahrens2020-08-176-11/+35
* Remove KMC_KMEM and KMC_VMEMMatthew Ahrens2020-08-175-151/+10
* FreeBSD: fix the build with Clang 11Ryan Moeller2020-08-176-2/+12
* FreeBSD: fix merge error in zfs_acl_ids_createMatthew Macy2020-08-171-27/+16
* Fix typo in btree.cSerapheim Dimitropoulos2020-08-171-2/+2
* FreeBSD: fallback to /boot/ to look for zpool.cacheMatthew Macy2020-08-172-1/+5
* Fix reporting of L2ARC writes in arc_summary3George Amanakis2020-08-171-3/+3
* Fix l2arc_dev_rebuild_start thread nameRyan Moeller2020-08-171-4/+5
* FreeBSD: Create taskq threads in appropriate procRyan Moeller2020-08-174-19/+27
* Fix L2ARC reads when compressed ARC disabledAllan Jude2020-08-135-2/+215
* Release onexit/events with any missed zfsdev_stateJorgen Lundman2020-08-133-7/+12
* Github workflow: checkstyleGeorge Melikov2020-08-131-0/+27
* cstyle.pl: echo commands for github workflowGeorge Melikov2020-08-131-4/+9
* Remove stale .travis.ymlGeorge Melikov2020-08-131-38/+0
* Use zfs_dbgmsg to log metaslab_load/unloadMatthew Ahrens2020-08-121-19/+34
* Restore ARC MFU/MRU pressureMatthew Macy2020-08-121-22/+42
* 'zfs share -a' should handle 'canmount=noauto'George Wilson2020-08-112-2/+21
* FreeBSD: Fix module autoloading when built in baseMatthew Macy2020-08-111-2/+12
* Linux 5.9 compat: make_request_fn replaced with submit_bio interfaceColeman Kane2020-08-113-34/+70
* Linux 5.9 compat: Update NR_SLAB_RECLAIMABLE to NR_SLAB_RECLAIMABLE_BColeman Kane2020-08-113-1/+26
* Linux 5.9 compat: add linux/blkdev.h includeColeman Kane2020-08-112-0/+6
* Fix typoAllan Jude2020-08-111-1/+1
* Move ZVOL_DIR back to zfs.hRyan Moeller2020-08-112-1/+3
* FreeBSD: update vaccess signature on most recent HEADMatthew Macy2020-08-071-0/+5
* Clarify error message when a range-tree double-add occursPaul Dagnelie2020-08-071-8/+22
* ZTS: Remove bashisms from zfs-tests.shRyan Moeller2020-08-072-81/+70
* Remove commented-out codeMatthew Ahrens2020-08-051-27/+0
* Remove KM_NODEBUGMatthew Ahrens2020-08-051-1/+0
* Remove KMC_NOMAGAZINEMatthew Ahrens2020-08-053-11/+2
* Remove KMC_QCACHEMatthew Ahrens2020-08-052-4/+0
* Remove KMC_NOHASHMatthew Ahrens2020-08-053-6/+0
* Remove KMC_NOTOUCHMatthew Ahrens2020-08-054-5/+1
* Remove KMC_OFFSLABMatthew Ahrens2020-08-052-96/+39
* Fix i/o error handling of livelists and zap iterationMatthew Ahrens2020-08-054-69/+91
* FreeBSD: Add support for lockless lookupMatthew Macy2020-08-057-12/+176
* Add missed thread_exit() to vdev_{autotrim,rebuild}_threadMatthew Macy2020-08-052-0/+4
* Fix arc__wait__for__eviction tracepointPavel Snajdr2020-08-041-2/+2
* Verify zfs module loaded before starting servicesJonathon2020-08-013-3/+3