aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixing gang ABD when adding another gangBrian Atkinson2021-01-281-8/+6
* ZTS: add userspace_send_encrypted.ksh to MakefileGeorge Melikov2021-01-281-1/+2
* fix abd_nr_pages_off for gang abdMatthew Ahrens2021-01-282-33/+40
* Avoid updating the L2ARC device header unnecessarilyGeorge Amanakis2021-01-281-1/+3
* Removing ABD Parent Child Reference Before Freeing ABDBrian Atkinson2021-01-281-12/+10
* Add zdb -r <dataset> <object-id | file> <output>Allan Jude2021-01-277-15/+240
* Revert special case code from pre-hashtable nvlist eraMark Maybee2021-01-272-22/+6
* Fix zrele race in zrele_async that can cause hangPaul Dagnelie2021-01-271-12/+22
* ZTS: pool_state test check for pool existence in cleanupGeorge Melikov2021-01-271-8/+10
* Fix a resource leak in uu_avl_pool_destroyAlan Somers2021-01-261-0/+1
* Parallelize vdev_validateAlan Somers2021-01-263-3/+41
* Read all disk labels concurrently in vdev_label_read_configAlan Somers2021-01-261-14/+21
* Parallelize vdev_loadAlan Somers2021-01-263-3/+46
* Fix a man page link in zfs-program.8Alan Somers2021-01-261-2/+2
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-2642-30/+236
* cppcheck: return value always 0Brian Behlendorf2021-01-261-1/+1
* cppcheck: remove redundant ASSERTsBrian Behlendorf2021-01-262-5/+0
* cppcheck: resolve double freeBrian Behlendorf2021-01-261-0/+1
* cppcheck: zpool_main.c possible null pointer dereferenceBrian Behlendorf2021-01-261-1/+1
* RAIDZ2/3 fails to heal silently corrupted parity w/2+ bad disksMatthew Ahrens2021-01-264-12/+202
* ZTS: zpool_export test improvementsWill Andrews2021-01-268-89/+53
* dracut: Fix race condition between load-key and importLorenz Hüdepohl2021-01-261-0/+8
* spa_export_common: refactor common exit pointsWill Andrews2021-01-251-11/+12
* ZTS: improve output clarity of check_prop_sourceWill Andrews2021-01-251-6/+8
* ZTS: remove duplicate check_prop_source from zfs_receiveWill Andrews2021-01-251-25/+0
* logapi: cat output file instead of printingWill Andrews2021-01-251-3/+3
* spl-taskq: Make sure thread tsd hash entry is clearedMatthew Macy2021-01-251-0/+1
* Speed up "zpool import" in the presence of many zvolsAlan Somers2021-01-241-5/+15
* zfsprops.8: fix mispluralisation in "Default values is"наб2021-01-241-1/+1
* ZTS: Use swapctl to list swap devices on FreeBSDRyan Moeller2021-01-241-0/+2
* vdev_id: Add error message when $CONFIG is missingArshad Hussain2021-01-231-0/+1
* Fix two minor lint errors (cppcheck)Colm2021-01-232-4/+5
* Relax special_small_blocks assertion.Alexander Motin2021-01-231-1/+1
* Add basic io_uring testMatthew Macy2021-01-234-1/+75
* FreeBSD: upstream changes to VFS interfaceRyan Moeller2021-01-231-2/+4
* FreeBSD: fix HEAD build, conditionally remove FDSYNC definesMatt Macy2021-01-238-4/+117
* Only add supported features during pool creationBrian Behlendorf2021-01-222-4/+50
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-2114-104/+358
* dracut: Support /usr/bin as 'systemctl' pathLorenz Hüdepohl2021-01-212-2/+2
* Install zgenhostid to sbindirAntonio Russo2021-01-213-4/+4
* zpool: speed up importing large pools (#11469)Alan Somers2021-01-211-1/+1
* libzutil: optimize zpool_read_label with AIOAlan Somers2021-01-212-11/+45
* libzutil: don't read extraneous data in zpool_read_labelAlan Somers2021-01-211-5/+6
* Linux 5.10 compat: restore custom uio_prefaultpages()Brian Behlendorf2021-01-211-11/+44
* Extending FreeBSD UIO StructBrian Atkinson2021-01-2037-457/+521
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-2016-295/+261
* Re-apply path sanitizer, as mount(8) still mangles itsterlingjensen2021-01-192-3/+32
* ZTS: avoid piping to special devicesAntonio Russo2021-01-1914-33/+33
* libzfs_sendrecv: Use fnv* to verify nvlist/nvpair*Ryan Moeller2021-01-141-110/+95
* ztest: Clean up use of ASSERT and VERIFYRyan Moeller2021-01-121-125/+126