aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* Optionally skip zil_close during zvol_create_minor_implAlan Somers2022-11-083-11/+20
* Support idmapped mount in user namespaceyouzhongyang2022-11-0811-56/+146
* dsl_prop_known_index(): check for invalid propDamian Szuberski2022-11-082-1/+28
* freebsd: add ifdefs around legacy ioctl supportBrooks Davis2022-11-072-2/+16
* freebsd: remove no-op vn_renamepath()Brooks Davis2022-11-071-5/+0
* zed: Prevent special vdev to be replaced by hot spareAmeer Hamza2022-11-041-2/+4
* icp: fix all !ENDBR objtool warnings in x86 Asm codeAlexander Lobakin2022-11-0410-50/+41
* icp: fix rodata being marked as text in x86 Asm codeAlexander Lobakin2022-11-043-5/+6
* icp: properly fix all RETs in x86_64 Asm codeAlexander Lobakin2022-11-044-18/+28
* FreeBSD: Fix out of bounds read in zfs_ioctl_ozfs_to_legacy()Richard Yao2022-11-041-1/+1
* Expose zfs_vdev_open_timeout_ms as a tunableSerapheim Dimitropoulos2022-11-031-1/+4
* Allow mounting snapshots in .zfs/snapshot as a regular userAllan Jude2022-11-032-16/+274
* Cleanup: Remove branches that always evaluate the same wayRichard Yao2022-11-032-2/+1
* Remove an unused variableBrooks Davis2022-11-031-2/+0
* Address warnings about possible division by zero from clangsaRichard Yao2022-11-031-1/+2
* Deny receiving into encrypted datasets if the keys are not loadedAttila Fülöp2022-11-031-1/+1
* lua: cast through uintptr_t when return a pointerBrooks Davis2022-11-031-1/+1
* Use intptr_t when storing an integer in a pointerBrooks Davis2022-11-031-1/+1
* zfs_onexit_add_cb: make action_handle point to a uintptr_tBrooks Davis2022-11-031-2/+2
* acl: use uintptr_t for ace walker cookiesBrooks Davis2022-11-033-10/+10
* zil: Relax assertion in zil_parseRyan Moeller2022-11-011-5/+11
* Avoid null pointer dereference in dsl_fs_ss_limit_check()Allan Jude2022-10-291-13/+12
* Introduce kmem_scnprintf()Richard Yao2022-10-296-35/+71
* Fix too few arguments to formatting functionRichard Yao2022-10-291-3/+3
* Revert "Cleanup: Delete dead code from send_merge_thread()"Brian Behlendorf2022-10-281-2/+3
* quota: extend quota for datasetMariusz Zaborski2022-10-281-1/+11
* Fix ARC target collapse when zfs_arc_meta_limit_percent=100shodanshok2022-10-281-1/+1
* Propagate extent_bytes change to autotrim threadvaclavskala2022-10-281-3/+2
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-289-58/+395
* zfs_rename: restructure to have cleaner fallbacksAleksa Sarai2022-10-282-76/+138
* Remove zpl_revalidate: fix snapshot rollbackPavel Snajdr2022-10-284-48/+1
* Fix multiplication converted to larger typeAndrew Innes2022-10-281-1/+1
* Convert enum zio_flag to uint64_tRichard Yao2022-10-279-30/+31
* Aligned free for aligned allocAndrew Innes2022-10-261-2/+2
* Linux: Upgrade random_get_pseudo_bytes() to xoshiro256++ 1.0Richard Yao2022-10-201-25/+61
* Optimize microzapsAlexander Motin2022-10-203-120/+175
* Add defensive assertion to vdev_queue_aggregate()Richard Yao2022-10-191-0/+1
* abd_return_buf() should call zfs_refcount_remove_many() earlyRichard Yao2022-10-191-3/+3
* crypto_get_ptrs() should always write to *out_data_2Richard Yao2022-10-191-1/+3
* Silence static analyzer warnings about spa_sync_props()Richard Yao2022-10-191-28/+28
* Add options to zfs redundant_metadata propertyAkash B2022-10-194-7/+116
* Fix sequential resilver drive failure race conditionsamwyc2022-10-191-1/+13
* Support idmapped mountyouzhongyang2022-10-1916-143/+228
* Fix memory leaks in dmu_send()/dmu_send_obj()Richard Yao2022-10-181-0/+8
* Cleanup: Remove NULL pointer check from dmu_send_impl()Richard Yao2022-10-181-2/+1
* Cleanup: Delete dead code from send_merge_thread()Richard Yao2022-10-181-3/+2
* Cleanup: zvol_add_clones() should not NULL check dpRichard Yao2022-10-181-2/+1
* Cleanup: metaslab_alloc_dva() should not NULL check mg->mg_nextRichard Yao2022-10-181-2/+1
* Cleanup: Simplify userspace abd_free_chunks()Richard Yao2022-10-181-4/+2
* Fix possible NULL pointer dereference in sha2_mac_init()Richard Yao2022-10-181-5/+8