| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix potential buffer overflow in zpool command | Richard Yao | 2022-12-08 | 1 | -1/+7 |
* | Fix GCC 12 compilation errors | szubersk | 2022-11-30 | 1 | -1/+1 |
* | Expose libzutil error info in libpc_handle_t | Umer Saleem | 2022-10-04 | 1 | -2/+7 |
* | Fix userland resource leaks | Richard Yao | 2022-09-23 | 1 | -0/+1 |
* | zpool: Don't print "repairing" on force faulted drives | Tony Hutter | 2022-09-23 | 1 | -2/+9 |
* | Fix column width in 'zpool iostat -v' and 'zpool list -v' | Samuel | 2022-09-06 | 1 | -4/+4 |
* | Replace dead opensolaris.org license link | Tino Reichardt | 2022-07-11 | 1 | -1/+1 |
* | Enable -Wwrite-strings | наб | 2022-06-29 | 1 | -42/+39 |
* | Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user property | Allan Jude | 2022-06-14 | 1 | -2/+2 |
* | libzfs: return (allocated) strings instead of filling buffers | наб | 2022-05-18 | 1 | -5/+1 |
* | zpool: max_width: monomorphise subtype iteration | наб | 2022-05-16 | 1 | -31/+12 |
* | Replace libzfs sharing _nfs() and _smb() APIs with protocol lists | наб | 2022-05-12 | 1 | -2/+2 |
* | zpool: guard vs_noalloc and vs_pspace with VDEV_STAT_VALID() | наб | 2022-05-05 | 1 | -2/+2 |
* | zfs, zpool: safe_malloc() duplicate argv | наб | 2022-04-01 | 1 | -1/+1 |
* | Switch from _Noreturn to __attribute__((noreturn)) | Brian Behlendorf | 2022-03-23 | 1 | -1/+1 |
* | zpool: get: there's one fewer column than in zfs get | наб | 2022-03-15 | 1 | -2/+2 |
* | zpool: get: only accept whole columns for -o, not col[=whatever] | наб | 2022-03-15 | 1 | -31/+23 |
* | zpool: wait: only accept whole columns for -t, not col[=whatever] | наб | 2022-03-15 | 1 | -20/+15 |
* | Remove bcopy(), bzero(), bcmp() | наб | 2022-03-15 | 1 | -2/+2 |
* | Add physical device size to SIZE column in 'zpool list -v' | Akash B | 2022-03-08 | 1 | -2/+7 |
* | zpool: main: list: don't pay for printf | наб | 2022-03-04 | 1 | -9/+9 |
* | zpool: main: list: -v: update dash spacing for special vdevs | наб | 2022-03-04 | 1 | -2/+2 |
* | zpool: main: use ARRAY_SIZE(class_name) instead of 3 | наб | 2022-03-04 | 1 | -3/+3 |
* | Add `--enable-asan` and `--enable-ubsan` switches | Damian Szuberski | 2022-02-03 | 1 | -4/+6 |
* | Add enumerated vdev names to 'zpool iostat -v' and 'zpool list -v' | Akash B | 2022-02-03 | 1 | -4/+4 |
* | zpool: misc. cleanup | наб | 2022-02-01 | 1 | -7/+4 |
* | zpool: main: print hostids with PRIx64 | наб | 2022-02-01 | 1 | -8/+7 |
* | zpool: main: const correctness, use time_t for time | наб | 2022-02-01 | 1 | -6/+6 |
* | Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode" | Paul Dagnelie | 2022-01-06 | 1 | -1/+1 |
* | zpool: main: fix unused, remove argsused | наб | 2021-12-21 | 1 | -19/+13 |
* | zfs list: Allow more fields in ZFS_ITER_SIMPLE mode | Allan Jude | 2021-12-16 | 1 | -1/+1 |
* | Vdev Properties Feature | Allan Jude | 2021-11-30 | 1 | -111/+336 |
* | zpool should call zfs_nicestrtonum() with non-NULL handle | Toomas Soome | 2021-10-20 | 1 | -3/+4 |
* | Rescan enclosure sysfs path on import | Tony Hutter | 2021-10-04 | 1 | -1/+2 |
* | Make 'zpool labelclear -f' work on offlined disks | Tony Hutter | 2021-08-27 | 1 | -1/+35 |
* | Extend zpool-iostat to account for ZIO_PRIORITY_REBUILD (#12319) | Trevor Bautista | 2021-08-26 | 1 | -9/+21 |
* | Read past end of argv array in zpool_do_import() | Matthew Ahrens | 2021-07-26 | 1 | -6/+8 |
* | Prune /*NOTREACHED*/ | наб | 2021-07-26 | 1 | -3/+2 |
* | Move properties, parameters, events, and concepts around manual sections | наб | 2021-06-09 | 1 | -3/+3 |
* | FreeBSD boot code reminder after zpool upgrade | grembo | 2021-06-01 | 1 | -10/+12 |
* | zpool: print_zpool_script_list: remove strtok | наб | 2021-05-26 | 1 | -5/+4 |
* | zpool: import: use realloc for realloc, remove strtok | наб | 2021-05-26 | 1 | -32/+12 |
* | Propagate vdev state due to invalid label corruption | vermavipinkumar | 2021-05-25 | 1 | -0/+9 |
* | Fix vdev health padding in zpool list -v | Yuri Pankov | 2021-04-14 | 1 | -1/+1 |
* | Improvements to the 'compatibility' property | Colm | 2021-04-12 | 1 | -28/+135 |
* | libzutil: zfs_isnumber(): return false if input empty | наб | 2021-04-06 | 1 | -4/+4 |
* | Fix various typos | Andrea Gelmini | 2021-04-02 | 1 | -1/+1 |
* | zpool import cachefile improvements | George Wilson | 2021-03-12 | 1 | -118/+181 |
* | zpool: use tab to intend continuation from removal status | Thomas Lamprecht | 2021-03-05 | 1 | -4/+4 |
* | Add missing checks for unsupported features | Martin Matuška | 2021-02-27 | 1 | -0/+2 |