| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | libzfs: write_inuse_diffs_one: format strerror() with "%s" | наб | 2021-06-04 | 1 | -2/+3 |
* | i-t: don't try to import from empty cache | наб | 2021-06-04 | 1 | -1/+2 |
* | dracut: 90zfs: zfs-load-key: wait for key to appear for up to 10 seconds | наб | 2021-06-04 | 1 | -10/+26 |
* | Use %%/* instead of awk -F/ {print $1} to strip datasets | наб | 2021-06-04 | 3 | -3/+3 |
* | dracut: 90zfs: zfs-load-key: don't load unencrypted bootfs' keylocation | наб | 2021-06-04 | 1 | -3/+2 |
* | dracut: 90zfs: module-setup: try /lib*/libgcc_s.so*, relax /u/l/gcc path | наб | 2021-06-04 | 1 | -3/+6 |
* | Let zfs diff be more permissive | Rich Ercolani | 2021-06-04 | 1 | -12/+23 |
* | FreeBSD: incorporate changes to the VFS_QUOTACTL(9) KPI | jharmening | 2021-06-04 | 1 | -0/+15 |
* | Fix error check in nvlist_print_json_string | Ryan Moeller | 2021-06-04 | 1 | -8/+7 |
* | Lint most manpages | наб | 2021-06-04 | 58 | -2700/+2718 |
* | mancheck: accept lints, accept lint overrides | наб | 2021-06-04 | 3 | -7/+46 |
* | Linux: Set spl_kmem_cache_slab_limit when page size !4K | Brian Behlendorf | 2021-06-03 | 1 | -5/+2 |
* | libzfs: convert to -fvisibility=hidden | наб | 2021-06-03 | 19 | -5996/+5491 |
* | libefi: efi_get_devname: don't allocate procfs path | наб | 2021-06-03 | 1 | -10/+3 |
* | libzfs: don't distribute libzfs_impl.h | наб | 2021-06-03 | 12 | -10/+9 |
* | libspl: staticify buf and pagesize, rename aok to libspl_assert_ok | наб | 2021-06-03 | 9 | -4551/+7792 |
* | A couple of small style cleanups | Colm | 2021-06-03 | 1 | -12/+24 |
* | zfs-module-parameters.5: remove nonexistent parameters | наб | 2021-06-02 | 1 | -14/+1 |
* | spl-module-parameters.5: remove spl_kmem_cache_{expire,obj_per_slab_min} | наб | 2021-06-02 | 2 | -44/+1 |
* | Quick fixes for two ZTS failures | Rich Ercolani | 2021-06-01 | 2 | -0/+2 |
* | Added another missed case to arc_summary3 | Rich Ercolani | 2021-06-01 | 1 | -0/+6 |