| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove sha1 hashing from OpenZFS, it's not used anywhere. | Tino Reichardt | 2022-01-06 | 10 | -3624/+0 |
* | module: icp: remove solaris crypto and cryptoadm ioctl definitions | наб | 2022-01-06 | 3 | -1620/+0 |
* | module: icp: rip out the Solaris loadable module architecture | наб | 2022-01-06 | 13 | -839/+20 |
* | Add ShellCheck's `--enable=all` inside `cmd/` | Damian Szuberski | 2022-01-06 | 25 | -27/+61 |
* | l2arc_write_buffers: remove redundant asserts | Christian Schwarz | 2022-01-06 | 1 | -12/+0 |
* | Add ShellCheck's `--enable=all` inside `etc/` | Damian Szuberski | 2022-01-06 | 11 | -9/+20 |
* | module: Makefile: flatten subdir loop, use $PWD instead of `pwd` | наб | 2022-01-06 | 1 | -6/+4 |
* | FreeBSD: remove unused variable | наб | 2022-01-06 | 1 | -3/+1 |
* | config: check for parallel(1), use it for cstyle | наб | 2022-01-06 | 3 | -1/+15 |
* | libfetch: unquote @LIBFETCH_SONAME@ subst | наб | 2022-01-06 | 3 | -7/+7 |
* | zvol: remove unused variable | наб | 2022-01-06 | 1 | -2/+1 |
* | fm: remove unused variables | наб | 2022-01-06 | 1 | -6/+0 |
* | zvol: remove unused variable | наб | 2022-01-06 | 1 | -2/+1 |
* | FreeBSD: vfsops: use setgen for error case | наб | 2022-01-06 | 1 | -1/+7 |
* | Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode" | Paul Dagnelie | 2022-01-06 | 14 | -188/+93 |
* | man: speling | chrisrd | 2022-01-06 | 8 | -14/+14 |
* | ZTS: normalize on use of `sync_pool` and `sync_all_pools` | Allan Jude | 2022-01-06 | 95 | -118/+148 |
* | Long opts for zdb | Manoj Joseph | 2022-01-06 | 2 | -92/+157 |
* | zfs_prune: reset sc.nr_to_scan | chrisrd | 2022-01-04 | 1 | -0/+5 |
* | Verify dRAID empty sectors | Brian Behlendorf | 2022-01-04 | 5 | -10/+67 |
* | FreeBSD: fix unpropagated error | наб | 2021-12-23 | 1 | -0/+1 |
* | module: icp: fix unused, remove argsused | наб | 2021-12-23 | 21 | -72/+69 |
* | module: zfs: fix unused, remove argsused | наб | 2021-12-23 | 55 | -175/+226 |
* | module: zfs: freebsd: fix unused, remove argsused | наб | 2021-12-23 | 2 | -7/+3 |
* | module: zfs: linux: fix unused, remove argsused | наб | 2021-12-23 | 3 | -1/+5 |
* | module: zcommon: zprop: fix unused, remove argsused | наб | 2021-12-23 | 1 | -0/+1 |
* | module: avl: fix unused, remove argsused | наб | 2021-12-23 | 1 | -1/+0 |
* | libzfs: fix unused, remove argsused | наб | 2021-12-23 | 11 | -29/+37 |
* | libnvpair: fix unused, remove argsused | наб | 2021-12-23 | 5 | -7/+9 |
* | libzutil: import: fix unused, remove argsused | наб | 2021-12-23 | 5 | -5/+10 |
* | libzpool: fix unused, remove argsused | наб | 2021-12-23 | 3 | -23/+61 |
* | libshare: nfs: fix unused, remove argsused | наб | 2021-12-23 | 3 | -0/+4 |
* | libzfs_core: fix unused, remove argsused | наб | 2021-12-23 | 1 | -1/+3 |
* | libefi: efi_type: fix unused, remove argsused | наб | 2021-12-23 | 1 | -0/+1 |
* | include: dmu.h: fix unused, remove argsused | наб | 2021-12-23 | 1 | -1/+0 |
* | module: zfs: vdev: shim out vdev_indirect_mapping_verify() | наб | 2021-12-23 | 1 | -0/+2 |
* | module: zfs: vdev: shim out vdev_indirect_births_verify() | наб | 2021-12-23 | 1 | -0/+2 |
* | module: zfs: spa: shim out vdev_count_verify_zaps() | наб | 2021-12-23 | 1 | -0/+2 |
* | module: zfs: multilist: shim out multilist_d2l() | наб | 2021-12-23 | 1 | -0/+2 |
* | module: zfs: dsl: pool: shim out dsl_early_sync_task_verify() | наб | 2021-12-23 | 1 | -0/+3 |
* | module: zfs: dnode: use debug-only in debug mode only | наб | 2021-12-23 | 1 | -0/+2 |
* | include: sys/arc.h: shim out arc_referenced() | наб | 2021-12-23 | 1 | -0/+2 |
* | include: qat.h: mark unused macro arguments as used | наб | 2021-12-23 | 1 | -9/+17 |
* | libspl: kmem.h: mark unused kmem_*() macro arguments used | наб | 2021-12-23 | 1 | -2/+2 |
* | libspl: ASSERT*: mark arguments as used | наб | 2021-12-23 | 3 | -25/+25 |
* | ZTS: Fix enospc_002_pos.ksh again | Brian Behlendorf | 2021-12-23 | 1 | -1/+1 |
* | Reduce number of arc_prune threads | Alexander Motin | 2021-12-22 | 2 | -3/+17 |
* | ZTS: Fix rollback_003_pos.ksh | Brian Behlendorf | 2021-12-22 | 3 | -8/+17 |
* | ZTS: Fix refreserv_raidz.ksh | Brian Behlendorf | 2021-12-22 | 2 | -2/+1 |
* | zfs-test/mmap_seek: fix build on musl | Georgy Yakovlev | 2021-12-21 | 1 | -0/+4 |