summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* zvol: call zil_replaying() during replayChristian Schwarz2021-03-073-3/+30
* ZTS: Improve cleanup in zpool testsRyan Moeller2021-03-072-33/+43
* Clarify compressed zfs send/recv behaviormanfromafar2021-03-072-1/+16
* Intentionally allow ZFS_READONLY in zfs_writeRyan Moeller2021-03-072-7/+25
* Suppress cppcheck invalidSyntax warninigsBrian Behlendorf2021-03-052-0/+3
* Initialize ZIL buffersBrian Behlendorf2021-03-051-0/+1
* Fix abd_get_offset_struct() may allocate new abdJorgen Lundman2021-03-051-1/+5
* FreeBSD module --enable-debug --enable-invariantsRyan Moeller2021-03-053-0/+42
* zpool: use tab to intend continuation from removal statusThomas Lamprecht2021-03-051-4/+4
* Don't bomb out when using keylocation=file://James Wah2021-03-031-3/+7
* linux: zvol: avoid heap allocation for zvol_request_sync=1Christian Schwarz2021-03-031-29/+64
* Add "zstd-fast" to help options for "compression" propertyJake Howard2021-03-031-1/+1
* Cancel TRIM / initialize on FAULTED non-writeable vdevsnssrikanth2021-03-027-6/+144
* Fix assert in FreeBSD-specific dmu_read_pagesAndriy Gapon2021-02-271-1/+1
* ZTS: zpool_trim_start_and_cancel_pos.kshBrian Behlendorf2021-02-271-11/+11
* Add missing checks for unsupported featuresMartin Matuška2021-02-274-0/+9
* Linux 5.12 compat: replace bio_*_io_acct with disk_*_io_acctColeman Kane2021-02-242-24/+53
* Linux 5.12 compat: bio->bi_disk member movedColeman Kane2021-02-243-0/+37
* Fix vdev_rebuild_thread deadlockBrian Behlendorf2021-02-241-1/+1
* Fix overly broad locking in spa_vdev_config_exit()Brian Behlendorf2021-02-241-2/+2
* vdev_id: Fix partition regular expressionTony Hutter2021-02-241-3/+9
* Linux: increase max nvlist_src sizeBrian Behlendorf2021-02-242-2/+2
* Add upper bound for slop space calculationPrakash Surya2021-02-242-14/+22
* Wrap bare EINVAL returns with SET_ERRORRyan Moeller2021-02-241-2/+2
* Force symlink creation for zpool.d compat linksRyan Moeller2021-02-241-1/+1
* send_iterate_snap : doall send without fromsnapCedric Maunoury2021-02-2410-2/+182
* Fix error message when zfs module are already unloadedAdam D. Moss2021-02-201-1/+1
* vdev_ops: don't try to call vdev_op_hold or vdev_op_rele when NULLfbynite2021-02-201-2/+2
* Better zfs_get_enclosure_sysfs_path() enclosure supportTony Hutter2021-02-201-110/+142
* Cleaning up uio headersBrian Atkinson2021-02-209-63/+40
* ztest: propagate -o to the zdb child processChristian Schwarz2021-02-191-23/+79
* ztest: fix -o by calling set_global_var in child processesChristian Schwarz2021-02-191-2/+51
* 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