aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-271-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
* zfs(8): improve document of compression behavioursDeHackEd2019-02-251-0/+13
* Error path in metaslab_load_impl() forgets to drop ms_sync_lockSerapheim Dimitropoulos2019-02-251-1/+3
* zvol: allow rename of in use ZVOL datasetloli10K2019-02-227-10/+78
* zpool reports 16E expandsize on disks with oddball number of sectorsloli10K2019-02-222-4/+22
* Fix dnode_hold_impl() soft lockuplidongyang2019-02-222-56/+53
* Clarify zpool iostat statistics reportingkpande2019-02-211-4/+9
* Fix '-T u|d' descriptions in zpool(8)Anatoly Borodin2019-02-211-4/+4
* Don't enter zvol's rangelock for read bio with size 0Tomohiro Kusumi2019-02-201-0/+10
* Add diffutils dependency for dkms buildkpande2019-02-201-1/+1
* Introduce auxiliary metaslab histogramsSerapheim Dimitropoulos2019-02-205-18/+341
* Prevent user accounting on readonly poolloli10K2019-02-194-4/+74
* 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