summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Fix setting the large_block feature after receiving a snapshotGeorge Amanakis2022-12-011-0/+15
* Fix NULL pointer dereference in dbuf_prefetch_indirect_done()Richard Yao2022-12-011-2/+2
* Lua: Fix bad bitshift in lua_strx2number()Richard Yao2022-12-011-1/+1
* Fix clang 13 compilation errorsDamian Szuberski2022-12-011-1/+3
* module: zfs: vdev_removal: remove unused num_indirectнаб2022-12-011-3/+0
* Handle and detect #13709's unlock regression (#14161)Rich Ercolani2022-12-011-4/+19
* Fix arc_p aggressive increaseshodanshok2022-12-011-2/+3
* FreeBSD: Fix out of bounds read in zfs_ioctl_ozfs_to_legacy()Richard Yao2022-12-011-1/+1
* Expose zfs_vdev_open_timeout_ms as a tunableSerapheim Dimitropoulos2022-12-011-1/+4
* Remove an unused variableBrooks Davis2022-12-011-2/+0
* Address warnings about possible division by zero from clangsaRichard Yao2022-12-011-1/+2
* Avoid null pointer dereference in dsl_fs_ss_limit_check()Allan Jude2022-12-011-13/+12
* Fix too few arguments to formatting functionRichard Yao2022-12-011-3/+3
* Remove zpl_revalidate: fix snapshot rollbackPavel Snajdr2022-12-014-48/+1
* Fix memory leaks in dmu_send()/dmu_send_obj()Richard Yao2022-12-011-0/+8
* Fix possible NULL pointer dereference in sha2_mac_init()Richard Yao2022-12-011-5/+8
* Fix NULL pointer dereference in spa_open_common()Richard Yao2022-12-011-1/+1
* Fix NULL pointer passed to strlcpy from zap_lookup_impl()Richard Yao2022-12-011-2/+4
* fm_fmri_hc_create() must call va_end() before returningRichard Yao2022-12-011-0/+1
* Fix theoretical array overflow in lua_typename()Richard Yao2022-12-011-0/+2
* Fix potential NULL pointer dereference in dsl_dataset_promote_check()Richard Yao2022-12-011-5/+3
* FreeBSD: Fix uninitialized pointer read in spa_import_rootpool()Richard Yao2022-12-011-1/+1
* Linux: Fix use-after-free in zfsvfs_create()Richard Yao2022-12-011-3/+2
* Fix use-after-free bugs in icp codeRichard Yao2022-12-012-2/+2
* Cleanup: Make memory barrier definitions consistent across kernelsRichard Yao2022-12-011-1/+1
* icp: fix all !ENDBR objtool warnings in x86 Asm codeAlexander Lobakin2022-12-016-0/+31
* icp: fix rodata being marked as text in x86 Asm codeAlexander Lobakin2022-11-303-5/+7
* icp: properly fix all RETs in x86_64 Asm codeAlexander Lobakin2022-11-304-18/+28
* dsl_prop_known_index(): check for invalid propDamian Szuberski2022-11-082-1/+28
* zed: Prevent special vdev to be replaced by hot spareAmeer Hamza2022-11-071-2/+4
* Deny receiving into encrypted datasets if the keys are not loaded (#14139)Attila Fülöp2022-11-041-1/+1
* zil: Relax assertion in zil_parseRyan Moeller2022-11-011-5/+11
* quota: extend quota for datasetMariusz Zaborski2022-11-011-1/+11
* Fix ARC target collapse when zfs_arc_meta_limit_percent=100shodanshok2022-11-011-1/+1
* Propagate extent_bytes change to autotrim threadvaclavskala2022-11-011-3/+2
* Linux 6.1 compat: change order of sys/mutex.h includesColeman Kane2022-11-011-1/+1
* zfs_domount: fix double-disown of dataset / double-free of zfsvfs_tChristian Schwarz2022-11-011-0/+2
* Stop ganging due to past vdev write errorsSerapheim Dimitropoulos2022-11-011-3/+2
* Fix panic in dsl_process_sub_livelist for EINTRSerapheim Dimitropoulos2022-11-011-1/+6
* Bring per_txg_dirty_frees_percent back to 30Mateusz Guzik2022-11-011-1/+1
* Add options to zfs redundant_metadata propertyAkash B2022-11-014-7/+116
* FreeBSD: Fix a pair of bugs in zfs_fhtovp()Mark Johnston2022-10-261-1/+2
* Fix sequential resilver drive failure race conditionsamwyc2022-10-211-1/+13
* kcfpool_alloc() should have its argument list marked voidRichard Yao2022-10-121-1/+1
* Fix bad free in skein codeRichard Yao2022-09-281-3/+15
* FreeBSD: handle V_PCATCHMateusz Guzik2022-09-281-0/+4
* FreeBSD: catch up to 1400068Mateusz Guzik2022-09-281-11/+30
* FreeBSD: stop passing LK_INTERLOCK to VOP_LOCKMateusz Guzik2022-09-281-1/+2
* FreeBSD: Fix integer conversion for vnlru_free{,_vfsops}()Richard Yao2022-09-281-0/+6
* FreeBSD: Ignore symlink to i386 includesRyan Moeller2022-09-281-0/+1