summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python3: replace `distutils` with `sysconfig`Damian Szuberski2022-11-285-56/+26
* Remove atomics from zh_refcountAlexander Motin2022-11-282-10/+8
* ZTS: zts-report silently ignores perf test resultsJohn Wren Kennedy2022-11-181-1/+1
* 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-184-1/+95
* Correct multipathd.target to .serviceLaura Hild2022-11-182-2/+2
* FreeBSD: do_mount() passes wrong string length to helperRichard Yao2022-11-181-18/+8
* FreeBSD: get_zfs_ioctl_version() should be cast to (void)Richard Yao2022-11-181-1/+1
* Ubuntu 22.04 integration: GitHub workflowsszubersk2022-11-186-10/+24
* Ubuntu 22.04 integration: ZTSszubersk2022-11-181-1/+1
* Ubuntu 22.04 integration: Cppcheckszubersk2022-11-181-0/+1
* Ubuntu 22.04 integration: mancheckszubersk2022-11-1837-125/+217
* Ubuntu 22.04 integration: ShellCheckszubersk2022-11-1810-94/+95
* 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