aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing copyright notice to large_dnode testsNed Bass2019-02-199-0/+45
* Fix zdb crashIgor K2019-02-191-2/+2
* ZTS: user_property_002_pos fails to destroy volumeJohn Wren Kennedy2019-02-191-4/+2
* zfs mount man page should document legacy behaviourkpande2019-02-191-3/+11
* Delay injection can cause indefinitely hung ziosSara Hartse2019-02-151-0/+1
* ZFS mounted NFSv3 shares fail lock reclaimsDon Brady2019-02-151-0/+1
* ZTS: clone_001_pos fails in cleanup on busy datasetJohn Wren Kennedy2019-02-151-1/+1
* zio_deadman_impl() fix and enhancementTim Chase2019-02-152-9/+30
* zfs should optionally send holdsPaul Zuchowski2019-02-1510-28/+324
* Linux 4.20 compat: Fix VERIFY(RW_READ_HELD(&hash->mh_contents))Tony Hutter2019-02-151-10/+45
* Fix obsolete comment on rangelockTomohiro Kusumi2019-02-141-1/+1
* zdb: replace label_t to zdb_label_t for reduce collisionsIgor K2019-02-131-8/+8
* Freeing throttle should account for holesAlek P2019-02-122-16/+37
* port async unlinked drain from illumos-nexentaAlek P2019-02-1213-10/+300
* Get rid of space_map_update() for ms_synced_lengthSerapheim Dimitropoulos2019-02-1212-215/+248
* ZVOLs should not be allowed to have childrenloli10K2019-02-0817-86/+358
* Pool allocation classes misplacing small file blocksloli10K2019-02-083-4/+47
* Fix ARC stats for embedded blkptrsTim Chase2019-02-041-15/+32
* OpenZFS 9185 - Enable testing over NFS in ZFS performance testsAhmed Ghanem2019-02-0412-3/+115
* zstreamdump: -d option is not documented in manpageloli10K2019-02-041-2/+12
* shellcheck passbunder20152019-02-044-7/+7
* flake8 passbunder20152019-02-042-21/+21
* Fix zpool iostat -w header namesTony Hutter2019-01-311-2/+2
* Simplify log vdev removal codeSerapheim Dimitropoulos2019-01-312-54/+14
* vs_alloc can underflow in L2ARC vdevsSerapheim Dimitropoulos2019-01-312-6/+16
* Don't acquire zthr_request_lock in zthr_wakeupSara Hartse2019-01-301-18/+36
* zdb -L should skip leak detection altogetherSerapheim Dimitropoulos2019-01-302-121/+134
* Exclude test-runner.py from the rpmbuild shebang checkTony Hutter2019-01-281-0/+4
* GCC 9.0: Fix ztest "directive argument is not a nul-terminated string"Tony Hutter2019-01-281-2/+2
* Linux 5.0 compat: Fix bio_set_dev()Brian Behlendorf2019-01-282-4/+60
* Linux 5.0 compat: Disable vector instructions on 5.0+ kernelsTony Hutter2019-01-282-39/+144
* Linux 5.0 compat: Fix SUBDIRsTony Hutter2019-01-281-3/+3
* Linux 5.0 compat: Convert MS_* macros to SB_*Tony Hutter2019-01-282-12/+14
* Linux 5.0 compat: Use totalram_pages()Tony Hutter2019-01-284-3/+28
* Linux 5.0 compat: access_ok() drops 'type' parameterTony Hutter2019-01-284-2/+31
* Linux 4.18 compat: Use ktime_get_coarse_real_ts64()Tony Hutter2019-01-283-0/+31
* Change target size of metaslabs from 256GB to 16GBSerapheim Dimitropoulos2019-01-253-40/+54
* Rename range_tree_verify to range_tree_verify_not_presentSerapheim Dimitropoulos2019-01-254-14/+16
* Use proper tag for spa config refcounts in mmp_write_uberblock()Tim Chase2019-01-251-1/+1
* zfs userspace dumps core when used on ZVOLsloli10K2019-01-251-2/+12
* zpool iostat should print headers when terminal fillsDamian Wojsław2019-01-232-7/+41
* Fix bad kmem_free() in zvol_rename_minors_impl()Tom Caputi2019-01-231-1/+1
* ztest: creates partially initialized root datasetloli10K2019-01-181-8/+10
* Remove zfs_sync() panicking kernel checkBrian Behlendorf2019-01-181-7/+0
* Factor metaslab_load_wait() in metaslab_load()Serapheim Dimitropoulos2019-01-185-55/+53
* Fix 0 byte memory leak in zfs receiveTom Caputi2019-01-181-1/+6
* Document guidelines for usage of zfs_dbgmsgSerapheim Dimitropoulos2019-01-181-1/+17
* dkms: Enable debuginfo option to be set with zfs sysconfig fileNeal Gompa (ニール・ゴンパ)2019-01-181-0/+4
* Off-by-one in zap_leaf_array_create()loli10K2019-01-183-16/+43
* Simplify spa_sync by breaking it up to smaller functionsSerapheim Dimitropoulos2019-01-182-169/+200