| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid posting duplicate zpool events | Don Brady | 2020-09-04 | 1 | -20/+22 |
* | zio_ereport_post() and zio_ereport_start() return values are ignored | Toomas Soome | 2020-08-31 | 1 | -7/+7 |
* | Add zstd support to zfs | Michael Niewöhner | 2020-08-20 | 1 | -6/+12 |
* | Mark functions as static | Arvind Sankar | 2020-06-18 | 1 | -1/+1 |
* | Replace sprintf()->snprintf() and strcpy()->strlcpy() | Jorgen Lundman | 2020-06-07 | 1 | -2/+4 |
* | Compile cityhash code into libzfs | Matthew Ahrens | 2020-03-27 | 1 | -1/+1 |
* | zio: dprintf_bp() if errors > 0 in zfs_blkptr_verify() | Brian Behlendorf | 2020-03-04 | 1 | -0/+3 |
* | Improve performance of zio_taskq_member | Matthew Ahrens | 2020-03-03 | 1 | -2/+3 |
* | Improve zfs destroy performance with zio_t-free zio_free() | Matthew Ahrens | 2020-02-28 | 1 | -21/+46 |
* | Fix zdb -R with 'b' flag | Paul Zuchowski | 2020-02-10 | 1 | -20/+71 |
* | Re-consolidate zio_delay_interrupt | Matthew Macy | 2020-01-21 | 1 | -0/+71 |
* | Exclude data from cores unconditionally and metadata conditionally | Matthew Macy | 2019-12-09 | 1 | -2/+11 |
* | Replace ASSERTV macro with compiler annotation | Matthew Macy | 2019-12-05 | 1 | -2/+2 |
* | Enable use of DTRACE_PROBE* macros in "spl" module | Prakash Surya | 2019-11-01 | 1 | -1/+1 |
* | Move zio_delay_interrupt to platform code | Matthew Macy | 2019-10-13 | 1 | -71/+0 |
* | OpenZFS restructuring - move linux tracing code to platform directories | Matthew Macy | 2019-09-11 | 1 | -1/+1 |
* | Make module tunables cross platform | Matthew Macy | 2019-09-05 | 1 | -16/+10 |
* | Prevent race in blkptr_verify against device removal | Paul Dagnelie | 2019-08-13 | 1 | -5/+11 |
* | Log Spacemap Project | Serapheim Dimitropoulos | 2019-07-16 | 1 | -3/+8 |
* | nopwrites on dmu_sync-ed blocks can result in a panic | George Wilson | 2019-06-28 | 1 | -0/+14 |
* | Fix bp_embedded_type enum definition | loli10K | 2019-06-24 | 1 | -1/+1 |
* | dedup=verify doesn't clear the blkptr's dedup flag | Matthew Ahrens | 2019-06-20 | 1 | -0/+2 |
* | Remove dedupditto functionality | Matthew Ahrens | 2019-06-19 | 1 | -68/+0 |
* | Implement Redacted Send/Receive | Paul Dagnelie | 2019-06-19 | 1 | -0/+3 |
* | compress metadata in later sync passes | Matthew Ahrens | 2019-06-13 | 1 | -2/+16 |
* | single-chunk scatter ABDs can be treated as linear | Matthew Ahrens | 2019-06-11 | 1 | -6/+0 |
* | Restrict kstats and print real pointers | Sara Hartse | 2019-04-04 | 1 | -2/+2 |
* | Add TRIM support | Brian Behlendorf | 2019-03-29 | 1 | -9/+30 |
* | Make zpool status counters match error events count | Tony Hutter | 2019-03-14 | 1 | -1/+14 |
* | Delay injection can cause indefinitely hung zios | Sara Hartse | 2019-02-15 | 1 | -0/+1 |
* | zio_deadman_impl() fix and enhancement | Tim Chase | 2019-02-15 | 1 | -9/+14 |
* | Minor spelling corrections | Brian Behlendorf | 2019-01-13 | 1 | -3/+3 |
* | OpenZFS 9993 - zil writes can get delayed in zio pipeline | George Wilson | 2018-12-07 | 1 | -1/+2 |
* | Add zpool status -s (slow I/Os) and -p (parseable) | Tony Hutter | 2018-11-08 | 1 | -7/+27 |
* | OpenZFS 9677 - panic from zio_write_gang_block() | Brad Lewis | 2018-10-03 | 1 | -6/+14 |
* | Prefix all refcount functions with zfs_ | Tim Schumacher | 2018-10-01 | 1 | -2/+2 |
* | Pool allocation classes | Don Brady | 2018-09-05 | 1 | -19/+79 |
* | OpenZFS 9403 - assertion failed in arc_buf_destroy() | Tom Caputi | 2018-08-29 | 1 | -0/+3 |
* | Reduce taskq and context-switch cost of zio pipe | Matthew Ahrens | 2018-08-02 | 1 | -124/+144 |
* | OpenZFS 9112 - Improve allocation performance on high-end systems | Paul Dagnelie | 2018-07-31 | 1 | -32/+56 |
* | OpenZFS 9166 - zfs storage pool checkpoint | Serapheim Dimitropoulos | 2018-06-26 | 1 | -14/+3 |
* | Update build system and packaging | Brian Behlendorf | 2018-05-29 | 1 | -1/+1 |
* | OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recovery | Pavel Zakharov | 2018-05-08 | 1 | -4/+45 |
* | Add support for decryption faults in zinject | Tom Caputi | 2018-05-02 | 1 | -5/+16 |
* | OpenZFS 9236 - nuke spa_dbgmsg | Matthew Ahrens | 2018-04-30 | 1 | -1/+1 |
* | OpenZFS 9290 - device removal reduces redundancy of mirrors | Matthew Ahrens | 2018-04-14 | 1 | -21/+29 |
* | OpenZFS 7614, 9064 - zfs device evacuation/removal | Matthew Ahrens | 2018-04-14 | 1 | -5/+41 |
* | Decryption error handling improvements | Tom Caputi | 2018-03-31 | 1 | -1/+1 |
* | Report pool suspended due to MMP | Olaf Faaland | 2018-03-15 | 1 | -4/+4 |
* | Raw receives must compress metadnode blocks | Tom Caputi | 2018-02-21 | 1 | -1/+13 |