summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* linux 6.2 compat: zpl_set_acl arg2 is now struct dentryColeman Kane2023-01-241-0/+7
* Revert "ztest fails assertion in zio_write_gang_member_ready()"Tony Hutter2023-01-241-1/+1
* Linux ppc64le ieee128 compat: Do not redefine __asm on external headersRichard Yao2023-01-191-24/+20
* Activate filesystem features only in syncing contextGeorge Amanakis2023-01-192-16/+13
* Illumos #15286: do_composition() needs sign awarenessRichard Yao2023-01-191-6/+15
* FreeBSD: catch up to 1400077Mateusz Guzik2023-01-191-0/+3
* FreeBSD: Remove stray debug printfDoug Rabson2023-01-191-5/+2
* Zero end of embedded block buffer in dump_write_embedded()Richard Yao2023-01-191-1/+7
* Restrict visibility of per-dataset kstats inside FreeBSD jailsAllan Jude2023-01-191-10/+79
* Fix dereference after null check in enqueue_rangeRichard Yao2023-01-191-1/+3
* FreeBSD: zfs_register_callbacks() must implement error check correctlyRichard Yao2023-01-191-1/+1
* ztest fails assertion in zio_write_gang_member_ready()Matthew Ahrens2023-01-101-1/+1
* linux 6.2 compat: get_acl() got moved to get_inode_acl() in 6.2Coleman Kane2023-01-102-1/+13
* Linux 6.1 compat: open inside tmpfile()Antonio Russo2023-01-091-0/+15
* skip permission checks for extended attributesAmeer Hamza2023-01-053-5/+3
* zed: unclean disk attachment faults the vdevAmeer Hamza2023-01-051-2/+2
* FreeBSD: Fix potential boot panic with bad labelRyan Moeller2023-01-051-0/+2
* vdev_raidz_math_aarch64_neonx2.c: suppress diagnostic only for GCCszubersk2022-12-091-0/+4
* 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