aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* features.kernel layout should match features.poolDon Brady2019-04-042-23/+51
* Restrict kstats and print real pointersSara Hartse2019-04-0418-17/+33
* Hint about zpool free vs zfs availableJosh Soref2019-04-041-1/+25
* Fix txg_wait_open() load average inflationBrian Behlendorf2019-04-042-5/+25
* Move dracut specifics to dracut moduleMichael Niewöhner2019-04-026-5/+25
* Fix man(1) warningsJosh Soref2019-04-021-3/+3
* Append snapshot name to "TIME SENT SNAPSHOT" outputTerraTech2019-04-011-1/+2
* Do not iterate through filesystems unnecessarilyTom Caputi2019-04-014-6/+45
* Fix systemd-import servicesMichael Niewöhner2019-03-292-2/+2
* Remove hard dependency on bashMichael Niewöhner2019-03-292-2/+2
* Update raw send documentationTom Caputi2019-03-291-4/+14
* Add TRIM supportBrian Behlendorf2019-03-2991-430/+5584
* Send stream should only list included snapsTom Caputi2019-03-281-24/+83
* Fix issues with truncated files in raw sendsTom Caputi2019-03-277-50/+157
* Update valid vdev types for get_disklistRichard Elling2019-03-261-1/+1
* ZTS: Detect e2fsprogs verity issueBrian Behlendorf2019-03-262-0/+20
* Correct a very minor grammar issueEvan Allrich2019-03-261-2/+2
* git ignore python 3.7 virtual environment directoriesRichard Elling2019-03-251-0/+2
* Fix vd_path and error in spa_vdev_remove()Igor K2019-03-221-5/+12
* Panic when running 'zpool split'Roman Strashkin2019-03-221-0/+12
* ZFS Reads may result in unneccesary calls to zil_commitGeorge Wilson2019-03-223-3/+9
* MMP interval and fail_intervals in uberblockOlaf Faaland2019-03-2117-175/+692
* Mutex leak in dsl_dataset_hold_obj()Jorgen Lundman2019-03-211-0/+4
* QAT: Allocate digest_buffer using QAT_PHYS_CONTIG_ALLOC()cfzhu2019-03-211-1/+10
* Report holes when there are only metadata changesBrian Behlendorf2019-03-211-3/+28
* Improve `zpool labelclear`Brian Behlendorf2019-03-2112-58/+246
* Add missing dmu_zfetch_fini() in dnode_move_impl()Julian Heuking2019-03-201-1/+1
* Add space in error messageTom Caputi2019-03-191-2/+2
* Fix l2arc_evict() destroy raceBrian Behlendorf2019-03-151-24/+30
* Multiple DVA Scrubbing FixTom Caputi2019-03-1510-95/+415
* Make zpool status counters match error events countTony Hutter2019-03-146-16/+176
* Fix memory leaks in zfsvfs_create_impl()Tom Caputi2019-03-141-9/+14
* zfs-import: should be before swapHenrik Riomar2019-03-141-0/+1
* Better user experience for errata 4Tom Caputi2019-03-144-12/+39
* Update commented zed.rc values to defaultskpande2019-03-141-3/+4
* Use 'printf %s' instead of 'echo -n' for compatibilityIgor K2019-03-133-5/+8
* Add separate aggregation limit for non-rotating mediaAlexander Motin2019-03-132-1/+21
* Update CONTRIBUTING to point users to IRC as well as mailing listkpande2019-03-131-4/+5
* Make zstreamdump -v more greppableTom Caputi2019-03-133-32/+11
* OpenZFS 9914 - NV_UNIQUE_NAME_TYPE broken after 9580Andrew Stormont2019-03-131-1/+2
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-1327-53/+607
* Add bookmark v2 on-disk featureTom Caputi2019-03-135-3/+59
* Fix handling of maxblkid for raw sendsTom Caputi2019-03-1310-55/+156
* Fix typo in arc_summary3jwittlincohen2019-03-131-1/+1
* Increase default zfs_multihost_fail_intervals and import_intervalsOlaf Faaland2019-03-132-4/+4
* Fix most zfs_arc_* mod params not actually being modifiable at runtimeJustin Gottula2019-03-121-0/+8
* Avoid retrieving unused snapshot propsAlek P2019-03-128-74/+199
* Fix vdev_initialize_restart / removal raceBrian Behlendorf2019-03-121-2/+4
* MMP writes rotate over leavesOlaf Faaland2019-03-129-67/+160
* zfs does not honor NFS sync write semanticsGeorge Wilson2019-03-111-2/+30