aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.6 compat: time_tzfs-0.8.3-kernel56Brian Behlendorf2020-03-096-7/+7
* Linux 5.6 compat: ktime_get_raw_ts64()Brian Behlendorf2020-03-094-25/+62
* Tag zfs-0.8.3zfs-0.8.3zfs-0.8.3-releaseTony Hutter2020-01-221-1/+1
* Fix zfs-0.8.3 "qat.h"Tony Hutter2020-01-223-3/+3
* ZTS: Fixes for spurious failures of resilver_restart_001 testJohn Poduska2020-01-221-12/+18
* Prevent unnecessary resilver restartsjwpoduska2020-01-2214-87/+409
* Fix QAT allocation failure return valueBrian Behlendorf2020-01-221-15/+18
* Fix zfs-0.8.3 zfs_receive_raw test caseTony Hutter2020-01-221-0/+1
* Fix zfs-0.8.3 'make lint' warningsTony Hutter2020-01-221-2/+2
* ZTS: Cleanup partition tablesBrian Behlendorf2020-01-223-4/+5
* zdb: print block checksums with 6 d's of verbosityNed Bass2020-01-221-0/+6
* zfs-load-key.sh: ${ZFS} is not the zfs binaryBen Cordero2020-01-221-1/+1
* ZTS: Fix pool_state cleanupBrian Behlendorf2020-01-222-2/+3
* ZTS: Replace /var/tmp with $TEST_BASE_DIRBrian Behlendorf2020-01-222-4/+3
* ZTS: zfs_program_jsonBrian Behlendorf2020-01-221-3/+17
* ZTS: devices_001_pos and devices_002_negBrian Behlendorf2020-01-224-73/+68
* Avoid some crashes when importing a pool with corrupt metadataSteve Mokris2020-01-221-3/+11
* In initramfs, do not prompt if keylocation is "file://"sam-lunt2020-01-222-7/+20
* libspl: declare aok extern in headerNick Black2020-01-223-1/+5
* Cancel initialize and TRIM before vdev_metaslab_fini()Brian Behlendorf2020-01-221-6/+7
* ZTS: Test case failuresBrian Behlendorf2020-01-223-1/+4
* Update maximum kernel version to 5.4Brian Behlendorf2020-01-221-1/+1
* ZTS: Various test case fixesBrian Behlendorf2020-01-222-2/+2
* Fix for ARC sysctls ignored at runtimeloli10K2020-01-225-15/+124
* cppcheck: (warning) Possible null pointer dereference: nvhBrian Behlendorf2020-01-221-1/+3
* cppcheck: (error) Address of local auto-variable assignedBrian Behlendorf2020-01-222-0/+2
* cppcheck: (error) Null pointer dereference: who_permBrian Behlendorf2020-01-221-46/+44
* cppcheck: (warning) Possible null pointer dereference: dnpBrian Behlendorf2020-01-221-0/+1
* cppcheck: (error) Memory leak: vtocBrian Behlendorf2020-01-221-14/+19
* cppcheck: (error) Shifting signed 64-bit value by 63 bitsUbuntu2020-01-221-0/+2
* cppcheck: (error) Uninitialized variableUbuntu2020-01-228-22/+23
* cppcheck: (error) Uninitialized variableUbuntu2020-01-222-11/+6
* Exchanged two "${ZFS} get -H -o value" commandsGarrett Fields2020-01-221-2/+2
* Create symbolic links in /dev/disk/by-vdev for nvme disk devicesThomas Geppert2020-01-221-0/+1
* Force systems with kernel option "quiet" to display prompt for passwordGarrett Fields2020-01-221-0/+4
* initramfs: setup keymapping and video for promptsRichard Laager2020-01-221-0/+7
* Don't fail to apply umask for O_TMPFILE filesTomohiro Kusumi2020-01-225-2/+132
* Allow empty ds_props_obj to be destroyedTom Caputi2020-01-221-2/+19
* Fix use-after-free of vd_path in spa_vdev_remove()Matthew Ahrens2020-01-221-11/+11
* zio_decompress_data always ASSERTs successful decompressionPaul Zuchowski2020-01-226-59/+205
* Exclude data from cores unconditionally and metadata conditionallyMatthew Macy2020-01-222-2/+12
* ZTS: Fix zpool_reopen_001_posBrian Behlendorf2020-01-221-10/+25
* Set send_realloc_files.ksh to use properties.shlibKjeld Schouten2020-01-221-1/+2
* Fix reporting of L2ARC hits/misses in arc_summary3George Amanakis2020-01-221-2/+2
* Fix zdb_read_block using zio after it is destroyedPaul Zuchowski2020-01-221-1/+6
* Fix use-after-free in case of L2ARC prefetch failureAlexander Motin2020-01-221-3/+16
* Increase allowed 'special_small_blocks' maximum valueBrian Behlendorf2020-01-224-7/+17
* Adapt gitignore for modulesMichael Niewöhner2020-01-222-12/+1
* Fix encryption logic in systemd mount generatorInsanePrawn2020-01-221-50/+57
* Fix non-absolute path in systemd mount generatorInsanePrawn2020-01-221-1/+1