aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make autodetection disable pyzfs for kernel/srpm configurationsDamian Szuberski2022-11-161-0/+10
* Handle and detect #13709's unlock regression (#14161)Rich Ercolani2022-11-155-3/+64
* Fix arc_p aggressive increaseshodanshok2022-11-111-2/+3
* Add ability to recompress send streams with new compression algorithmPaul Dagnelie2022-11-107-6/+451
* ZTS: random_readwrite test doesn't run correctlyJohn Wren Kennedy2022-11-101-1/+1
* Cleanup: Suppress Coverity dereference before/after NULL check reportsRichard Yao2022-11-101-1/+1
* Fix potential NULL pointer dereference regressionRichard Yao2022-11-101-1/+1
* Allow to control failfastMariusz Zaborski2022-11-109-8/+94
* quota: disable quota check for ZVOLMariusz Zaborski2022-11-082-5/+23
* Optionally skip zil_close during zvol_create_minor_implAlan Somers2022-11-084-13/+22
* Support idmapped mount in user namespaceyouzhongyang2022-11-0821-96/+424
* dsl_prop_known_index(): check for invalid propDamian Szuberski2022-11-082-1/+28
* Adds the `-p` option to `zfs holds`Mohamed Tawfik2022-11-082-11/+32
* freebsd: simplify MD isa_defs.hBrooks Davis2022-11-073-480/+0
* freebsd: trim dkio.h to the minimumBrooks Davis2022-11-071-460/+0
* freebsd: add ifdefs around legacy ioctl supportBrooks Davis2022-11-075-3/+45
* freebsd: remove no-op vn_renamepath()Brooks Davis2022-11-072-6/+0
* freebsd: remove unused vn_rename()Brooks Davis2022-11-071-9/+0
* zed: Prevent special vdev to be replaced by hot spareAmeer Hamza2022-11-042-2/+9
* 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-032-1/+11
* 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
* Make 1-bit bitfields unsignedBrooks Davis2022-11-032-8/+8
* Address warnings about possible division by zero from clangsaRichard Yao2022-11-032-1/+3
* libuutil: deobfuscate internal pointersBrooks Davis2022-11-033-57/+34
* Deny receiving into encrypted datasets if the keys are not loadedAttila Fülöp2022-11-032-10/+23
* 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-032-2/+2
* recvd_props_mode: use a uintptr_t to stash nvlistsBrooks Davis2022-11-031-5/+5
* 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