| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | RPM: Explicitly set the required min/max kernel version for the DKMS package | Armin Wehrfritz | 2021-05-28 | 1 | -1/+1 |
* | Minor fix to configure on s390x | Rich Ercolani | 2021-05-28 | 1 | -1/+3 |
* | Bend zpl_set_acl to permit the new userns* parameter | Rich Ercolani | 2021-05-27 | 3 | -14/+51 |
* | Reinstate the old zpool read label logic as a fallback | Rich Ercolani | 2021-05-27 | 1 | -3/+101 |
* | mount.zfs.8: match to reality; zfsprops.8: add missing temporary options | наб | 2021-05-27 | 3 | -77/+37 |
* | mount.zfs.8: modernise | наб | 2021-05-27 | 1 | -75/+69 |
* | zfsprops.8: remove nbmand-not-used-on-Linux and pointer to mount(8) | наб | 2021-05-27 | 1 | -8/+3 |
* | Various Linux kABI cosmetics | наб | 2021-05-27 | 4 | -12/+16 |
* | linux: don't fall through to 3-arg vfs_getattr | наб | 2021-05-27 | 2 | -2/+6 |
* | FreeBSD: Update dataset_kstats for zvols in dev mode | Alexander Motin | 2021-05-27 | 1 | -0/+6 |
* | Correct flaws in arc_summary[23] and their test. | Rich Ercolani | 2021-05-27 | 3 | -51/+73 |
* | FreeBSD: avoid memory allocation in arc_prune_async | Alexander Motin | 2021-05-27 | 1 | -9/+7 |
* | FreeBSD: Retry OCF ENOMEM errors. | Alexander Motin | 2021-05-27 | 1 | -3/+5 |
* | Add note for printing all dbgmsg entries on FreeBSD | Rich Ercolani | 2021-05-27 | 1 | -1/+4 |
* | Propagate vdev state due to invalid label corruption | vermavipinkumar | 2021-05-27 | 2 | -1/+11 |
* | Update tmpfile() existence detection | Rich Ercolani | 2021-05-27 | 2 | -4/+29 |
* | Fix dRAID sequential resilver silent damage handling | Brian Behlendorf | 2021-05-27 | 8 | -56/+236 |
* | zfs-allow.8: mention 'bookmark' permission | Lauri Tirkkonen | 2021-05-27 | 1 | -0/+1 |
* | Simple change to fix building in recent environments | Rich Ercolani | 2021-05-27 | 1 | -4/+4 |
* | Scale worker threads and taskqs with number of CPUs | Alexander Motin | 2021-05-27 | 2 | -26/+84 |
* | ZTS: Increase redundancy test timeout | Brian Behlendorf | 2021-05-27 | 1 | -0/+1 |
* | Fix dmu_recv_stream test for resumable | Paul Zuchowski | 2021-05-27 | 1 | -2/+2 |
* | FreeBSD: Use SET_ERROR to trace xattr name errors | Ryan Moeller | 2021-05-27 | 1 | -4/+4 |
* | FreeBSD: Don't force xattr mount option | Ryan Moeller | 2021-05-27 | 1 | -5/+0 |
* | Revert "Fix raw sends on encrypted datasets when copying back snapshots" | Brian Behlendorf | 2021-05-27 | 6 | -143/+12 |
* | Widen mancheck target to all pages, fix them | наб | 2021-05-27 | 6 | -8/+6 |
* | ZTS: Add known exceptions | Brian Behlendorf | 2021-05-27 | 1 | -0/+9 |
* | linux 5.13 compat: bdevops->revalidate_disk() removed | Coleman Kane | 2021-05-27 | 3 | -0/+38 |
* | module/zfs: remove zfs_zevent_console and zfs_zevent_cols | наб | 2021-05-27 | 7 | -403/+0 |
* | Tag 2.1.0-rc5zfs-2.1.0-rc5 | Brian Behlendorf | 2021-05-10 | 1 | -2/+2 |
* | libzfs: zfs_asprintf(): don't return undefined pointer | наб | 2021-05-10 | 1 | -1/+3 |
* | libzfsbootenv: lzbe_set_boot_device(): don't free undefined pointer | наб | 2021-05-10 | 1 | -4/+3 |
* | zfs_get_enclosure_sysfs_path(): don't free undefined pointer | наб | 2021-05-10 | 1 | -2/+3 |
* | zfs_get_enclosure_sysfs_path(): don't leak dev path | наб | 2021-05-10 | 1 | -7/+2 |
* | zpool: vdev_run_cmd(): don't free undefined pointers | наб | 2021-05-10 | 1 | -5/+10 |
* | libzfs: zpool_load_compat(): don't free undefined pointers | наб | 2021-05-10 | 1 | -4/+8 |
* | libzfs: zpool_load_compat(): open feature file cloexec | наб | 2021-05-10 | 1 | -8/+10 |
* | copy-builtin: posix conformance | illiliti | 2021-05-10 | 1 | -25/+20 |
* | Fix dRAID self-healing short columns | Brian Behlendorf | 2021-05-10 | 5 | -4/+309 |
* | Replace ZoL with OpenZFS where applicable | наб | 2021-05-10 | 26 | -34/+35 |
* | FreeBSD: Remove !FreeBSD ifdef'd code | Ryan Moeller | 2021-05-10 | 1 | -35/+1 |
* | Clean up use of zfs_log_create in zfs_dir | Ryan Moeller | 2021-05-10 | 2 | -4/+4 |
* | zed: protect against wait4()/fork() races to the global PID table | наб | 2021-05-10 | 1 | -6/+7 |
* | Return required size when encode_fh size too small | Alyssa Ross | 2021-05-10 | 2 | -4/+15 |
* | Simplify/fix dnode_move() for dn_zfetch | Alexander Motin | 2021-05-10 | 1 | -7/+1 |
* | FreeBSD: Initialize/destroy zp->z_lock | Ryan Moeller | 2021-05-10 | 1 | -0/+2 |
* | Updated zfs_dbgmsg_enable documentation to be more accurate | Rich Ercolani | 2021-05-10 | 1 | -3/+6 |
* | zed.d/zed-functions.sh: fix zed_guid_to_pool() on dash | наб | 2021-05-10 | 1 | -5/+3 |
* | zed.d/history_event-zfs-list-cacher.sh: no grep for snapshot detection | наб | 2021-05-10 | 1 | -2/+2 |
* | zed.d/*-notify.sh: use mktemp instead of generating temp path manually | наб | 2021-05-10 | 5 | -5/+5 |