| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed LDADD library links in Makefiles for cross compilation builds | Petros Koutoupis | 2020-05-09 | 1 | -0/+1 |
* | Fix column width calculation issue with certain terminal widths | Philip Pokorny | 2020-05-06 | 1 | -4/+30 |
* | Don't attempt trimming "hole" vdevs | Niklas Haas | 2020-04-21 | 1 | -1/+2 |
* | Fix SC2086 note in zpool.d/smart | Ryan Moeller | 2020-04-14 | 1 | -1/+1 |
* | Add FreeBSD support to OpenZFS | Matthew Macy | 2020-04-14 | 3 | -0/+124 |
* | Fix allocation errors, detected using ASAN | Joao Carlos Mendes Luis | 2020-04-13 | 1 | -2/+3 |
* | Add trim support to zpool wait | Brian Behlendorf | 2020-03-04 | 1 | -9/+34 |
* | Make zpool.d/iostat work on FreeBSD | Ryan Moeller | 2020-02-14 | 1 | -8/+20 |
* | Fix static data to link with -fno-common | Romain Dolbeau | 2020-02-06 | 2 | -1/+3 |
* | Change http://zfsonlinux.org links to https://zfsonlinux.org | Brian Behlendorf | 2020-01-13 | 1 | -5/+6 |
* | Fix "zpool add -n" for dedup, special and log devices | loli10K | 2020-01-06 | 1 | -14/+29 |
* | Colorize zpool status output | Tony Hutter | 2019-12-19 | 1 | -136/+258 |
* | Add wrapper for Linux BLKFLSBUF ioctl | Matthew Macy | 2019-10-28 | 1 | -1/+1 |
* | Fix zpool history unbounded memory usage | Chunwei Chen | 2019-10-28 | 1 | -16/+28 |
* | OpenZFS restructuring - libspl | Matthew Macy | 2019-10-02 | 3 | -6/+1 |
* | OpenZFS restructuring - zpool | Matthew Macy | 2019-09-30 | 6 | -352/+428 |
* | Use signed types to prevent subtraction overflow | Ryan Moeller | 2019-09-22 | 1 | -4/+4 |
* | Refactor libzfs_error_init newlines | Ryan Moeller | 2019-09-18 | 1 | -1/+1 |
* | Add subcommand to wait for background zfs activity to complete | John Gallagher | 2019-09-13 | 1 | -42/+517 |
* | Fix zpool subcommands error message with some unsupported options | loli10K | 2019-09-04 | 1 | -4/+2 |
* | Fix typos in cmd/ | Andrea Gelmini | 2019-08-30 | 1 | -2/+2 |
* | Fix memory leak in check_disk() | Michael Niewöhner | 2019-06-19 | 1 | -0/+1 |
* | Update comments to match code | Ryan Moeller | 2019-05-28 | 1 | -6/+6 |
* | Endless loop in zpool_do_remove() on platforms with unsigned char | loli10K | 2019-05-28 | 1 | -1/+1 |
* | zpool: status -t is not documented in help message | loli10K | 2019-05-24 | 1 | -1/+1 |
* | zpool: trim -p is not a valid option | loli10K | 2019-05-24 | 1 | -1/+2 |
* | Fix typesetting of Errata #4 | JMoVS | 2019-05-08 | 1 | -23/+22 |
* | Clearer wording on Errata #4 | JMoVS | 2019-05-02 | 1 | -21/+26 |
* | Fix estimated scrub completion time | Tom Caputi | 2019-05-01 | 1 | -2/+3 |
* | Add option [-V|--version] to emit version string | TerraTech | 2019-04-16 | 1 | -1/+26 |
* | Add TRIM support | Brian Behlendorf | 2019-03-29 | 1 | -70/+280 |
* | Improve `zpool labelclear` | Brian Behlendorf | 2019-03-21 | 1 | -3/+8 |
* | Better user experience for errata 4 | Tom Caputi | 2019-03-14 | 1 | -11/+15 |
* | Detect and prevent mixed raw and non-raw sends | Tom Caputi | 2019-03-13 | 1 | -0/+22 |
* | shellcheck pass | bunder2015 | 2019-02-04 | 1 | -3/+3 |
* | Fix zpool iostat -w header names | Tony Hutter | 2019-01-31 | 1 | -2/+2 |
* | zpool iostat should print headers when terminal fills | Damian Wojsław | 2019-01-23 | 1 | -4/+32 |
* | Add 'zpool status -i' option | Brian Behlendorf | 2019-01-07 | 1 | -38/+57 |
* | OpenZFS 9102 - zfs should be able to initialize storage devices | George Wilson | 2019-01-07 | 1 | -0/+154 |
* | Fix 'zpool list -v' alignment | Brian Behlendorf | 2018-12-04 | 1 | -52/+105 |
* | zpool: allow split with whole-disk devices | LOLi | 2018-11-20 | 1 | -1/+1 |
* | Add zpool status -s (slow I/Os) and -p (parseable) | Tony Hutter | 2018-11-08 | 1 | -8/+45 |
* | Add libzutil for libzfs or libzpool consumers | Don Brady | 2018-11-05 | 3 | -4/+43 |
* | Defer new resilvers until the current one ends | Tom Caputi | 2018-10-18 | 1 | -6/+52 |
* | zpool: allow sharing of spare device among pools | LOLi | 2018-10-17 | 1 | -2/+7 |
* | Print "(repairing)" in zpool status again | Tony Hutter | 2018-10-09 | 1 | -2/+6 |
* | Zpool iostat: remove latency/queue scaling | Gregor Kopka | 2018-09-25 | 1 | -6/+6 |
* | zpool should detect invalid fs property on create | LOLi | 2018-09-13 | 1 | -4/+11 |
* | Pool allocation classes | Don Brady | 2018-09-05 | 2 | -91/+307 |
* | Don't modify argv[] in user tools | DeHackEd | 2018-08-20 | 1 | -2/+16 |