aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libzpool: set_global_var: refactor to not modify 'arg'Christian Schwarz2021-02-192-19/+55
* libzpool: set_global_var: fix endianness handling (fixes zdb -o )Christian Schwarz2021-02-191-1/+1
* Restore FreeBSD resource usage accountingRyan Moeller2021-02-199-0/+139
* Checksum errors may not be countedDon Brady2021-02-1912-42/+214
* FreeBSD: disable the use of hardware crypto offload drivers for nowMark Johnston2021-02-181-2/+13
* Fix report_mount_progress never calling set_progress_headerAndriy Gapon2021-02-181-3/+0
* Remove unused abd_alloc_scatter_offset_chunkcntRyan Libby2021-02-171-19/+0
* Add "compatibility" property for zpool feature setsColm2021-02-1748-2823/+5490
* FreeBSD: disable edonr in zfs_mod_supported_feature()Brian Behlendorf2021-02-173-7/+16
* Support uClibc for the tests compilationsJosé Luis Salvador Rufo2021-02-162-6/+4
* Make inline ABD predicates compatible with C++Ryan Moeller2021-02-151-3/+3
* Linux 5.11 compat: METABrian Behlendorf2021-02-101-1/+1
* vdev_id: Support daisy-chained JBODs in multipath modeArshad Hussain2021-02-091-115/+283
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-098-35/+31
* Add an assert to clarify codeKleber Tarcísio2021-02-092-2/+6
* Set file mode during zfs_writeAntonio Russo2021-02-081-0/+1
* zfs-import-{cache,scan}: change condition to FileNotEmptyнаб2021-02-052-2/+2
* Fixed issue with processing of EC_dev_remove eventnssrikanth2021-02-051-6/+13
* zfs-list.8: clarify listing snapshotsBrian Behlendorf2021-02-041-3/+8
* Document monotonicity of dmu_tx_assign() and txg_hold_open()Christian Schwarz2021-02-022-1/+39
* zts-report.py: ignore some skipped tests in Github CIGeorge Melikov2021-02-021-0/+34
* CI: add ubuntu-* functional tests runnerGeorge Melikov2021-02-022-0/+66
* CI: rename zfs-tests workflowGeorge Melikov2021-02-021-0/+0
* Remove unused iov_iter_init_compat() wrapperBrian Behlendorf2021-01-302-57/+0
* The abd child/parent relationship does not need to be trackedMatthew Ahrens2021-01-302-1/+19
* Added extra check to replace Faulted VDEV with Distributed Sparenssrikanth2021-01-281-1/+1
* 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