aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Intentionally allow ZFS_READONLY in zfs_writeRyan Moeller2021-03-072-7/+25
* 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-051-0/+5
* 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-022-6/+19
* Fix assert in FreeBSD-specific dmu_read_pagesAndriy Gapon2021-02-271-1/+1
* Add missing checks for unsupported featuresMartin Matuška2021-02-271-0/+2
* Linux 5.12 compat: bio->bi_disk member movedColeman Kane2021-02-242-0/+8
* 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
* Linux: increase max nvlist_src sizeBrian Behlendorf2021-02-241-1/+1
* Add upper bound for slop space calculationPrakash Surya2021-02-241-10/+17
* Wrap bare EINVAL returns with SET_ERRORRyan Moeller2021-02-241-2/+2
* vdev_ops: don't try to call vdev_op_hold or vdev_op_rele when NULLfbynite2021-02-201-2/+2
* Cleaning up uio headersBrian Atkinson2021-02-204-4/+11
* Restore FreeBSD resource usage accountingRyan Moeller2021-02-196-0/+100
* Checksum errors may not be countedDon Brady2021-02-197-28/+73
* FreeBSD: disable the use of hardware crypto offload drivers for nowMark Johnston2021-02-181-2/+13
* Remove unused abd_alloc_scatter_offset_chunkcntRyan Libby2021-02-171-19/+0
* Add "compatibility" property for zpool feature setsColm2021-02-173-0/+38
* FreeBSD: disable edonr in zfs_mod_supported_feature()Brian Behlendorf2021-02-171-5/+8
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-095-33/+29
* Add an assert to clarify codeKleber Tarcísio2021-02-092-2/+6
* Set file mode during zfs_writeAntonio Russo2021-02-081-0/+1
* Document monotonicity of dmu_tx_assign() and txg_hold_open()Christian Schwarz2021-02-022-1/+39
* The abd child/parent relationship does not need to be trackedMatthew Ahrens2021-01-301-1/+17
* Fixing gang ABD when adding another gangBrian Atkinson2021-01-281-8/+6
* 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
* 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
* Parallelize vdev_validateAlan Somers2021-01-262-3/+39
* Read all disk labels concurrently in vdev_label_read_configAlan Somers2021-01-261-14/+21
* Parallelize vdev_loadAlan Somers2021-01-262-3/+45
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-264-5/+21
* cppcheck: return value always 0Brian Behlendorf2021-01-261-1/+1
* cppcheck: remove redundant ASSERTsBrian Behlendorf2021-01-262-5/+0
* RAIDZ2/3 fails to heal silently corrupted parity w/2+ bad disksMatthew Ahrens2021-01-261-10/+0
* spa_export_common: refactor common exit pointsWill Andrews2021-01-251-11/+12
* spl-taskq: Make sure thread tsd hash entry is clearedMatthew Macy2021-01-251-0/+1
* Fix two minor lint errors (cppcheck)Colm2021-01-232-4/+5
* Relax special_small_blocks assertion.Alexander Motin2021-01-231-1/+1
* FreeBSD: upstream changes to VFS interfaceRyan Moeller2021-01-231-2/+4
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-216-99/+314
* Linux 5.10 compat: restore custom uio_prefaultpages()Brian Behlendorf2021-01-211-11/+44
* Extending FreeBSD UIO StructBrian Atkinson2021-01-2023-355/+390
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-2012-242/+187