aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* record ioctl elapsed time in zpool historyMatthew Ahrens2021-01-112-1/+10
* assertion failed in arc_wait_for_eviction()Matthew Ahrens2021-01-071-8/+14
* VZ 7 kernel compat: introduce ITER-enabled .direct_IO() via IOVECsKonstantin Khorenko2020-12-301-1/+14
* implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome2020-12-273-17/+27
* Linux 5.11 compat: blk_{un}register_region()Brian Behlendorf2020-12-271-44/+0
* Linux 5.11 compat: revalidate_disk_size()Brian Behlendorf2020-12-271-2/+4
* Linux 5.11 compat: bdev_whole()Brian Behlendorf2020-12-271-4/+12
* Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()Brian Behlendorf2020-12-271-16/+33
* Linux 5.11 compat: lookup_bdev()Brian Behlendorf2020-12-271-9/+4
* Remove unused check from dmu_tx_count_write()Brian Behlendorf2020-12-211-3/+0
* Dangling reference from dmu_objset_upgradeAndy Fiddaman2020-12-211-1/+8
* Fix maybe uninitialized variable warningBrian Behlendorf2020-12-201-1/+1
* Remove iov_iter_advance() from iter_readBrian Behlendorf2020-12-201-3/+0
* dsl_pool: extend comment on DSL Pool Configuration LockChristian Schwarz2020-12-191-2/+29
* Linux 5.10 compat: also zvol_revalidate_disk()Michael D Labriola2020-12-181-2/+3
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-189-307/+300
* special device removal space accounting fixesMatthew Ahrens2020-12-172-31/+40
* Avoid extra work updating ARC kstats and tunablesRyan Moeller2020-12-171-16/+9