summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-134-2/+15
* Add bookmark v2 on-disk featureTom Caputi2019-03-132-0/+18
* Fix handling of maxblkid for raw sendsTom Caputi2019-03-132-2/+10
* Increase default zfs_multihost_fail_intervals and import_intervalsOlaf Faaland2019-03-131-2/+2
* Avoid retrieving unused snapshot propsAlek P2019-03-122-5/+14
* MMP writes rotate over leavesOlaf Faaland2019-03-123-0/+5
* Reorder ZFS ioctls to fix cross-version compatibilityLorenz Brun2019-03-091-3/+3
* kernel_fpu fixesTony Hutter2019-03-061-3/+8
* Stack overflow in recursive bpobj_iterate_implPaul Zuchowski2019-03-061-0/+1
* Fix dnode_hold_impl() soft lockuplidongyang2019-02-221-0/+1
* Introduce auxiliary metaslab histogramsSerapheim Dimitropoulos2019-02-203-0/+45
* zfs should optionally send holdsPaul Zuchowski2019-02-152-1/+11
* Linux 4.20 compat: Fix VERIFY(RW_READ_HELD(&hash->mh_contents))Tony Hutter2019-02-151-10/+45
* port async unlinked drain from illumos-nexentaAlek P2019-02-124-0/+22
* Get rid of space_map_update() for ms_synced_lengthSerapheim Dimitropoulos2019-02-123-13/+55
* ZVOLs should not be allowed to have childrenloli10K2019-02-082-0/+2
* Linux 5.0 compat: Disable vector instructions on 5.0+ kernelsTony Hutter2019-01-281-30/+112
* Linux 5.0 compat: Use totalram_pages()Tony Hutter2019-01-281-1/+7
* Linux 5.0 compat: access_ok() drops 'type' parameterTony Hutter2019-01-281-0/+8
* Linux 4.18 compat: Use ktime_get_coarse_real_ts64()Tony Hutter2019-01-281-0/+12
* Rename range_tree_verify to range_tree_verify_not_presentSerapheim Dimitropoulos2019-01-251-1/+2
* Factor metaslab_load_wait() in metaslab_load()Serapheim Dimitropoulos2019-01-182-3/+2
* Document guidelines for usage of zfs_dbgmsgSerapheim Dimitropoulos2019-01-181-1/+17
* Fix error handling incallers of dbuf_hold_level()Tom Caputi2019-01-171-2/+2
* Remove unused vdev_t fieldsSerapheim Dimitropoulos2019-01-171-11/+0
* Serialize ZTHR operations to eliminate racesSerapheim Dimitropoulos2019-01-132-20/+4
* Provide more flexible object allocation interfaceBrian Behlendorf2019-01-102-5/+14
* zfs initialize performance enhancementsGeorge Wilson2019-01-073-2/+7
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-079-3/+135
* Add missing MMP status code to libzfs_statusbunder20152019-01-031-0/+2
* OpenZFS 9284 - arc_reclaim_thread has 2 jobsBrad Lewis2018-12-263-0/+7
* OpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs_coreAndriy Gapon2018-12-141-0/+3
* OpenZFS 9962 - zil_commit should omit cache thrashPrakash Surya2018-12-071-6/+8
* OpenZFS 8115 - parallel zfs mountSebastien Roy2018-11-152-4/+10
* zed: detect and offline physically removed devicesloli10K2018-11-092-0/+2
* Add zpool status -s (slow I/Os) and -p (parseable)Tony Hutter2018-11-084-7/+9
* Fix libudev dependency in libzutilDon Brady2018-11-061-1/+7
* Add libzutil for libzfs or libzpool consumersDon Brady2018-11-055-103/+152
* Linux 4.20 compat: current_kernel_time()Brian Behlendorf2018-10-311-2/+5
* Remove zfs_gitrev.hBrian Behlendorf2018-10-241-1/+0
* Fix dbgmsg printing in ztest and zdbTom Caputi2018-10-241-3/+4
* OpenZFS 9681 - ztest failure in spa_history_log_internal due to spa_rename()Matthew Ahrens2018-10-191-1/+0
* Defer new resilvers until the current one endsTom Caputi2018-10-186-0/+14
* OpenZFS 9862 - fix typo in comment in vdev_impl.hAllan Jude2018-10-181-1/+1
* Linux does not HAVE_SMB_SHAREMatthew Ahrens2018-10-171-1/+0
* Add types to featureflags in zfsPaul Dagnelie2018-10-162-9/+22
* deadlock between mm_sem and tx assign in zfs_write() and page faultilbsmart2018-10-162-1/+2
* Improved error handling for extreme rewindsBrian Behlendorf2018-10-121-3/+3
* Define timestruc_t for Lustre compatibilityTony Hutter2018-10-121-0/+3
* OpenZFS 9689 - zfs range lock code should not be zpl-specificMatt Ahrens2018-10-113-70/+35