aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-156-16/+176
* Fix memory leaks in zfsvfs_create_impl()Tom Caputi2019-03-151-9/+14
* zfs-import: should be before swapHenrik Riomar2019-03-151-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-143-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
* Fix lockdep between ds_lock and dd_lock in dsl_dataset_namelen()mzhivich2019-03-111-1/+1
* Reorder ZFS ioctls to fix cross-version compatibilityLorenz Brun2019-03-092-6/+6
* Linux 5.1 compat: get_ds() removedBrian Behlendorf2019-03-071-3/+3
* kernel_fpu fixesTony Hutter2019-03-072-8/+37
* Stack overflow in recursive bpobj_iterate_implPaul Zuchowski2019-03-063-102/+245
* Fix race in vdev_initialize_threadBrian Behlendorf2019-03-061-0/+7
* config: better libtirpc detectionRafael Kitover2019-03-039-35/+437
* Fix style of spl_kmem_cache_create()Matthew Ahrens2019-03-011-35/+34
* Do not resume a pool if multihost is enabledOlaf Faaland2019-03-013-0/+17
* Warn user about accidentally sharing devicesOlaf Faaland2019-03-011-5/+30
* abd_alloc should use scatter for >1K allocationsMatthew Ahrens2019-03-012-3/+43
* Remove zfs-zed hard dep from zfs-share init scriptberen122019-02-281-2/+2
* initramfs/debian: use panic() instead of directly calling /bin/shMichael Niewöhner2019-02-281-8/+22
* zstreamdump: include embedded writes when dumping raw data (-d)Allan Jude2019-02-281-0/+4
* Fix overly broad spa config lockBrian Behlendorf2019-02-272-5/+4
* zfs.8 has wrong description of "zfs program -t"Matthew Ahrens2019-02-264-16/+19
* Sort by full path name instead of by GUID when importingkpande2019-02-261-3/+3
* Improve error message for zfs create with @ or # in nameDamian Wojsław2019-02-251-38/+39