summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* zfs_onexit_add_cb: make action_handle point to a uintptr_tBrooks Davis2022-11-033-4/+4
* acl: use uintptr_t for ace walker cookiesBrooks Davis2022-11-034-11/+11
* linux isa_defs.h: Don't define _ALIGNMENT_REQUIREDBrooks Davis2022-11-031-32/+0
* Improve RISC-V supportBrooks Davis2022-11-032-2/+10
* FreeBSD: Fix regression from kmem_scnprintf() in libzfsRichard Yao2022-11-011-1/+3
* include overrides for zfs snapshot/rollback bootfs.serviceVince van Oosten2022-11-011-0/+9
* include overrides for zfs-import.targetVince van Oosten2022-11-011-3/+12
* include systemd overrides to zfs-dracut moduleVince van Oosten2022-11-011-0/+10
* zil: Relax assertion in zil_parseRyan Moeller2022-11-011-5/+11
* ZTS: rsend_009_pos.ksh is destructive on zfs-on-root systemyouzhongyang2022-11-011-20/+23
* Fix oversights from 4170ae4eRichard Yao2022-10-312-3/+4
* Avoid null pointer dereference in dsl_fs_ss_limit_check()Allan Jude2022-10-291-13/+12
* Introduce kmem_scnprintf()Richard Yao2022-10-2914-39/+116
* Cleanup dump_bookmarks()Richard Yao2022-10-291-2/+4
* Fix too few arguments to formatting functionRichard Yao2022-10-291-3/+3
* Fix TOCTOU race conditions reported by CodeQL and CoverityRichard Yao2022-10-294-29/+32
* Revert "Cleanup: Delete dead code from send_merge_thread()"Brian Behlendorf2022-10-281-2/+3
* debug: fix output from VERIFY0 assertionRob N ★2022-10-282-2/+2
* 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-2833-71/+929
* zfs_rename: restructure to have cleaner fallbacksAleksa Sarai2022-10-283-76/+139
* debug: add VERIFY_{IMPLY,EQUIV} variantsAleksa Sarai2022-10-281-8/+12
* Remove zpl_revalidate: fix snapshot rollbackPavel Snajdr2022-10-2810-56/+59
* Fix multiplication converted to larger typeAndrew Innes2022-10-284-5/+5
* Fix zio_flag_t print formatyouzhongyang2022-10-281-1/+1
* Process `script` directory for all configsDamian Szuberski2022-10-272-8/+14
* Add native Debian Packaging for LinuxUmer Saleem2022-10-2755-0/+1198
* Convert enum zio_flag to uint64_tRichard Yao2022-10-2712-83/+88
* Add CodeQL workflowRichard Yao2022-10-271-0/+36
* Aligned free for aligned allocAndrew Innes2022-10-263-12/+30
* FreeBSD: vn_flush_cached_data: observe vnode locking contractAndriy Gapon2022-10-261-0/+2
* Silence objtool warnings from 55d7afa4Richard Yao2022-10-262-1/+17
* Linux 6.0 compat: METABrian Behlendorf2022-10-261-1/+1
* zed: Avoid core dump if wholedisk property does not existAmeer Hamza2022-10-211-7/+4
* Add delay between zpool add zvol and zpool destroyyouzhongyang2022-10-211-0/+4
* Linux: Fix big endian and partial read bugs in get_system_hostid()Richard Yao2022-10-201-1/+5
* Silence new static analyzer defect reports from idmap_util.cRichard Yao2022-10-201-14/+14
* Linux: Upgrade random_get_pseudo_bytes() to xoshiro256++ 1.0Richard Yao2022-10-201-25/+61
* Optimize microzapsAlexander Motin2022-10-205-133/+188
* Fix multiple definitions of struct mount_attr on recent glibc versionsRichard Yao2022-10-201-7/+5
* 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
* Fix theoretical use of uninitialized valuesRichard Yao2022-10-192-4/+3
* Fix userland memory leak in zfs_do_send()Richard Yao2022-10-191-3/+34
* Add options to zfs redundant_metadata propertyAkash B2022-10-199-15/+151
* Fix sequential resilver drive failure race conditionsamwyc2022-10-191-1/+13