| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce dsl_dir_diduse_transfer_space() | Alexander Motin | 2021-07-16 | 3 | -39/+86 |
* | pass handle to do_unmount() | Jorgen Lundman | 2021-07-15 | 4 | -41/+39 |
* | config/libatomic: require -latomic iff atomic.c doesn't link w/o it | наб | 2021-07-13 | 1 | -20/+14 |
* | Tinker with slop space accounting with dedup | Rich Ercolani | 2021-07-13 | 2 | -3/+17 |
* | Fix ARC ghost states eviction accounting | Alexander Motin | 2021-07-13 | 4 | -75/+107 |
* | Update bug report template | Brian Behlendorf | 2021-07-12 | 1 | -7/+9 |
* | file reference counts can get corrupted | George Wilson | 2021-07-10 | 10 | -107/+91 |
* | dprintf_dnode: strcpy -> strlcpy | Jorgen Lundman | 2021-07-07 | 2 | -2/+2 |
* | Replace strchrnul() with strrchr() | Jorgen Lundman | 2021-07-07 | 1 | -1/+3 |
* | FreeBSD: Use unmapped I/O for scattered/gang ABD buffers | Alexander Motin | 2021-07-07 | 1 | -10/+113 |
* | FreeBSD: Hardcode abd_chunk_size to PAGE_SIZE | Alexander Motin | 2021-07-06 | 2 | -79/+51 |
* | Move gethrtime() calls out of vdev queue lock | Alexander Motin | 2021-07-06 | 1 | -6/+5 |
* | Udev rules: remove zvol compat symlinks (without the leading zvol/) | Justin Gottula | 2021-07-06 | 1 | -2/+7 |
* | Use substantially more robust program exit status logic in zvol_id | Justin Gottula | 2021-07-02 | 1 | -23/+27 |
* | Print zvol_id error messages to stderr rather than stdout | Justin Gottula | 2021-07-02 | 1 | -4/+4 |
* | Udev rules: use match (==) rather than assign (=) for PROGRAM | Justin Gottula | 2021-07-02 | 1 | -1/+1 |
* | Udev rules: replace deprecated $tempnode with $devnode | Justin Gottula | 2021-07-02 | 1 | -1/+1 |
* | Udev rules: use non-ancient comma syntax | Justin Gottula | 2021-07-02 | 1 | -1/+1 |
* | Remove avl_size field from struct avl_tree | Alexander Motin | 2021-07-01 | 2 | -3/+3 |
* | Compact dbuf/buf hashes and lock arrays | Alexander Motin | 2021-07-01 | 3 | -24/+11 |
* | Fix abd leak, kmem_free correct size of abd_t | Jorgen Lundman | 2021-07-01 | 4 | -6/+10 |
* | Upstream: dmu_zfetch_stream_fini leaks refcount | Jorgen Lundman | 2021-07-01 | 1 | -0/+2 |
* | Optimize txg_kick() process (#12274) | Kevin Jin | 2021-07-01 | 3 | -29/+34 |
* | Remove refcount from spa_config_*() | Alexander Motin | 2021-07-01 | 2 | -12/+11 |
* | ZED: Match added disk by pool/vdev GUID if found (#12217) | Ryan Moeller | 2021-06-30 | 6 | -10/+137 |
* | Linux 5.13 compat: META | Brian Behlendorf | 2021-06-29 | 1 | -1/+1 |
* | zed: fix sending emails (#12292) | Laurențiu Nicola | 2021-06-29 | 1 | -1/+1 |
* | module/zfs: simplify ddt_stat_add() loop | Alexander | 2021-06-29 | 1 | -2/+2 |
* | Avoid 64bit division in multilist index functions | Alexander Motin | 2021-06-29 | 4 | -6/+21 |
* | Fix plymouth passphrase prompt with dracut | Michal Vasilek | 2021-06-25 | 1 | -2/+2 |
* | Fix build with KASAN | Rich Ercolani | 2021-06-25 | 1 | -0/+19 |
* | Help compiller optimize out abd_verify() | Alexander Motin | 2021-06-25 | 1 | -2/+2 |
* | FreeBSD: fix compilation of FreeBSD world after 29274c9f6 | Martin Matuška | 2021-06-25 | 3 | -4/+4 |
* | Update cache file when setting compatibility property | Brian Behlendorf | 2021-06-24 | 4 | -6/+107 |
* | Fix flag copying in resume case | Paul Dagnelie | 2021-06-24 | 1 | -0/+4 |
* | zfs_metaslab_mem_limit should be 25 instead of 75 | jumbi77 | 2021-06-24 | 1 | -1/+1 |
* | Stop using "zstreamdump" in tests/ | Rich Ercolani | 2021-06-24 | 6 | -21/+20 |
* | Update libera webchat client URL | Jonathon | 2021-06-23 | 1 | -1/+1 |
* | gcc 11 cleanup | Attila Fülöp | 2021-06-23 | 4 | -13/+27 |
* | ZTS: Add known exceptions | Brian Behlendorf | 2021-06-23 | 1 | -0/+3 |
* | Annotated dprintf as printf-like | Rich Ercolani | 2021-06-22 | 34 | -166/+256 |
* | Revert Consolidate arc_buf allocation checks | Antonio Russo | 2021-06-22 | 1 | -44/+77 |
* | Optimize small random numbers generation | Alexander Motin | 2021-06-22 | 16 | -45/+83 |
* | Linux 5.12 compat: META | Brian Behlendorf | 2021-06-21 | 1 | -1/+1 |
* | Use wmsum for arc, abd, dbuf and zfetch statistics. (#12172) | Alexander Motin | 2021-06-16 | 8 | -216/+778 |
* | Avoid deadlock when removing L2ARC devices under I/O | George Amanakis | 2021-06-16 | 2 | -14/+6 |
* | Fix importing with symlinks | Rich Ercolani | 2021-06-14 | 1 | -0/+1 |
* | systemd: import: expand $ZPOOL_IMPORT_OPTS correctly | наб | 2021-06-14 | 2 | -2/+2 |
* | vdev_draid_min_asize() ignores reserved space | Matthew Ahrens | 2021-06-13 | 1 | -1/+2 |
* | Do not hash unlinked inodes | Paul Zuchowski | 2021-06-11 | 1 | -4/+11 |