aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
...
* zed: unclean disk attachment faults the vdevAmeer Hamza2022-11-291-2/+2
* Convert some sprintf() calls to kmem_scnprintf()Richard Yao2022-11-281-2/+4
* zed: post a udev change event from spa_vdev_attach()Ameer Hamza2022-11-181-1/+1
* Fix setting the large_block feature after receiving a snapshotGeorge Amanakis2022-11-181-0/+15
* Handle and detect #13709's unlock regression (#14161)Rich Ercolani2022-11-151-2/+16
* Fix arc_p aggressive increaseshodanshok2022-11-111-2/+3
* Fix potential NULL pointer dereference regressionRichard Yao2022-11-101-1/+1
* Allow to control failfastMariusz Zaborski2022-11-101-0/+46
* quota: disable quota check for ZVOLMariusz Zaborski2022-11-081-4/+18
* Optionally skip zil_close during zvol_create_minor_implAlan Somers2022-11-081-5/+10
* Support idmapped mount in user namespaceyouzhongyang2022-11-082-1/+46
* dsl_prop_known_index(): check for invalid propDamian Szuberski2022-11-081-1/+2
* zed: Prevent special vdev to be replaced by hot spareAmeer Hamza2022-11-041-2/+4
* 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
* 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
* 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-294-32/+38
* 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-284-18/+180
* Fix multiplication converted to larger typeAndrew Innes2022-10-281-1/+1
* Convert enum zio_flag to uint64_tRichard Yao2022-10-278-29/+30
* 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
* Silence static analyzer warnings about spa_sync_props()Richard Yao2022-10-191-28/+28
* Add options to zfs redundant_metadata propertyAkash B2022-10-193-6/+112
* Fix sequential resilver drive failure race conditionsamwyc2022-10-191-1/+13
* Support idmapped mountyouzhongyang2022-10-192-9/+9
* 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
* Fix NULL pointer dereference in spa_open_common()Richard Yao2022-10-181-1/+1
* Fix NULL pointer passed to strlcpy from zap_lookup_impl()Richard Yao2022-10-181-2/+4
* fm_fmri_hc_create() must call va_end() before returningRichard Yao2022-10-181-0/+1
* Fix declarations of non-global variablesTino Reichardt2022-10-182-2/+2
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-149-15/+14
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-1322-140/+130
* Add defensive assertionsRichard Yao2022-10-1211-1/+14
* Stop ganging due to past vdev write errorsSerapheim Dimitropoulos2022-10-111-3/+2
* Fix uninitialized value read in vdev_prop_set()Richard Yao2022-10-111-1/+1