| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | scripts/commitcheck.sh: fix false positive for signed commits | наб | 2021-06-11 | 1 | -6/+6 |
* | Forbid basename(3) and dirname(3) | наб | 2021-06-11 | 7 | -33/+45 |
* | libzutil: import: filter out unsuitable files earlier | наб | 2021-06-11 | 2 | -11/+16 |
* | linux/libzutil: zpool_open_func: don't dup name, extract untouchables | наб | 2021-06-11 | 1 | -23/+12 |
* | libzutil: add zfs_{base,dir}name() | наб | 2021-06-11 | 3 | -672/+701 |
* | linux/libzutil: use ARRAY_SIZE instead of constant for search paths | наб | 2021-06-11 | 2 | -7/+6 |
* | Added uncompress requirement | Rich Ercolani | 2021-06-11 | 3 | -0/+19 |
* | ZTS: Add zfs_clone_livelist_dedup.ksh to Makefile.am | Brian Behlendorf | 2021-06-11 | 1 | -0/+1 |
* | Re-embed multilist_t storage | Alexander Motin | 2021-06-10 | 12 | -104/+99 |
* | dracut: 90zfs: respect zfs_force=1 on systemd systems | наб | 2021-06-10 | 6 | -22/+30 |
* | Remove pool io kstats (#12212) | Alexander Motin | 2021-06-10 | 10 | -276/+0 |
* | Added error for writing to /dev/ on Linux | Rich Ercolani | 2021-06-09 | 2 | -2/+37 |
* | lib{efi,avl,share,tpool,zfs_core,zfsbootenv,zutil}: -fvisibility=hidden | наб | 2021-06-09 | 24 | -2567/+2481 |
* | libefi: remove efi_auto_sense() | наб | 2021-06-09 | 3 | -1792/+1744 |
* | zgenhostid.8: revisit | наб | 2021-06-09 | 1 | -27/+33 |
* | Consistentify miscellaneous style on remaining manpages | наб | 2021-06-09 | 8 | -64/+65 |
* | Move properties, parameters, events, and concepts around manual sections | наб | 2021-06-09 | 50 | -582/+543 |
* | man: use one Makefile, use OpenZFS for .Os | наб | 2021-06-09 | 5 | -134/+116 |
* | Fix minor shellcheck 0.7.2 warnings | Brian Behlendorf | 2021-06-09 | 3 | -2/+3 |
* | Correct a flaw in the Python 3 version checking | Rich Ercolani | 2021-06-08 | 6 | -10/+53 |
* | zed.d/history_event-zfs-list-cacher.sh.in: parallelise, simplify | наб | 2021-06-08 | 1 | -10/+9 |
* | zed.d/all-debug.sh: simplify | наб | 2021-06-08 | 2 | -10/+9 |
* | zed-functions.sh: zed_lock(): don't truncate lock | наб | 2021-06-08 | 1 | -1/+1 |
* | libzfs: On FreeBSD, use MNT_NOWAIT with getfsstat | Alan Somers | 2021-06-08 | 5 | -2/+53 |
* | tests/file_check: remove unused variable | наб | 2021-06-07 | 1 | -3/+0 |
* | module/zfs: vdev_removal: spa_vdev_remove_thread: remove unused variable | наб | 2021-06-07 | 1 | -4/+0 |
* | module/zfs: vdev_indirect: vdev_indirect_repair: remove unused variable | наб | 2021-06-07 | 1 | -5/+0 |
* | module/zfs: dbuf: dbuf_read_impl: remove unused variable | наб | 2021-06-07 | 1 | -2/+0 |
* | module/zfs: arc: arc_hdr_realloc_crypt: remove unused variables | наб | 2021-06-07 | 1 | -5/+0 |
* | libzfs: zfs_send: remove unused variable | наб | 2021-06-07 | 1 | -12/+0 |
* | zdb: zdb_decompress_block: don't needlessly set buf | наб | 2021-06-07 | 1 | -1/+0 |
* | libzutil: zpool_find_config: remove unused variable | наб | 2021-06-07 | 1 | -4/+1 |
* | Modernise/fix/rewrite unlinted manpages | наб | 2021-06-07 | 11 | -5530/+3144 |
* | Force --enable-debug on FreeBSD if INVARIANTS is set | Rich Ercolani | 2021-06-07 | 1 | -0/+17 |
* | Livelist logic should handle dedup blkptrs | Serapheim Dimitropoulos | 2021-06-07 | 4 | -64/+210 |
* | More aggsum optimizations | Alexander Motin | 2021-06-07 | 5 | -63/+129 |