| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix zdb -E segfault | Chunwei Chen | 2018-02-09 | 1 | -1/+4 |
* | Fix zdb -R decompression | Chunwei Chen | 2018-02-09 | 2 | -21/+21 |
* | Fix racy assignment of zcb.zcb_haderrors | Chunwei Chen | 2018-02-09 | 1 | -2/+8 |
* | Fix zle_decompress out of bound access | Chunwei Chen | 2018-02-09 | 1 | -0/+4 |
* | Fix zdb -c traverse stop on damaged objset root | Chunwei Chen | 2018-02-09 | 1 | -6/+14 |
* | OpenZFS 8965 - zfs_acl_ls_001_pos fails due to no longer supported grep regex | John Wren Kennedy | 2018-02-08 | 1 | -3/+3 |
* | Linux 4.11 compat: avoid refcount_t name conflict | Brian Behlendorf | 2018-02-08 | 1 | -0/+6 |
* | Linux 4.16 compat: inode_set_iversion() | Brian Behlendorf | 2018-02-08 | 5 | -5/+37 |
* | OpenZFS 8677 - Open-Context Channel Programs | Serapheim Dimitropoulos | 2018-02-08 | 26 | -133/+422 |
* | OpenZFS 8604 - Simplify snapshots unmounting code | Serapheim Dimitropoulos | 2018-02-08 | 3 | -30/+28 |
* | Increase code coverage for Lua libraries | Don Brady | 2018-02-08 | 17 | -696/+1372 |
* | Add basic functional tests for zcp user properties | Don Brady | 2018-02-08 | 3 | -4/+103 |
* | OpenZFS 8600 - ZFS channel programs - snapshot | Chris Williamson | 2018-02-08 | 22 | -33/+500 |
* | OpenZFS 8592 - ZFS channel programs - rollback | Brad Lewis | 2018-02-08 | 8 | -16/+177 |
* | OpenZFS 8605 - zfs channel programs fix zfs.exists | Chris Williamson | 2018-02-08 | 6 | -3/+88 |
* | OpenZFS 7431 - ZFS Channel Programs | Chris Williamson | 2018-02-08 | 179 | -272/+27055 |
* | OpenZFS 8966 - Source file zfs_acl.c, function zfs_aclset_common contains a u... | WHR | 2018-02-08 | 1 | -1/+1 |
* | Only run pre-mount hook zfs-load-key on systemd | Matthew Thode | 2018-02-07 | 1 | -0/+3 |
* | Verify ZFS Test Suite scripts executability | LOLi | 2018-02-07 | 7 | -1/+9 |
* | Remove deprecated zfs_arc_p_aggressive_disable | Richard Elling | 2018-02-07 | 2 | -15/+0 |
* | Add zfs-load-key.sh to .gitignore | Brian Behlendorf | 2018-02-06 | 2 | -53/+2 |
* | Fix `zpool status` overflow on fast scrubs | DeHackEd | 2018-02-06 | 1 | -1/+1 |
* | Fix default libdir for Debian/Ubuntu | Brian Behlendorf | 2018-02-05 | 1 | -0/+13 |
* | Adjust ARC prefetch tunables to match docs | Tom Caputi | 2018-02-05 | 2 | -6/+6 |
* | Set persistent ztest failure mode | Brian Behlendorf | 2018-02-05 | 1 | -17/+19 |
* | Bug fix in qat_compress.c for vmalloc addr check | wli5 | 2018-02-05 | 1 | -4/+0 |
* | Fix hash_lock / keystore.sk_dk_lock lock inversion | Brian Behlendorf | 2018-02-04 | 1 | -48/+39 |
* | Fix systemd_ RPM macros usage on Debian-based distributions | LOLi | 2018-02-02 | 1 | -1/+20 |
* | Change os->os_next_write_raw to work per txg | Tom Caputi | 2018-02-02 | 6 | -7/+8 |
* | Raw sends must be able to decrease nlevels | Tom Caputi | 2018-02-02 | 9 | -16/+289 |
* | Fix recovery import (-F) with encrypted pool | Tom Caputi | 2018-02-02 | 1 | -0/+2 |
* | Encryption Stability and On-Disk Format Fixes | Tom Caputi | 2018-02-02 | 31 | -187/+787 |
* | tx_waited -> tx_dirty_delayed in trace_dmu.h | Dr. AndrĂ¡s Korn | 2018-01-31 | 1 | -5/+6 |
* | Change movaps to movups in AES-NI code | Tom Caputi | 2018-01-31 | 3 | -48/+49 |
* | Fix txg_sync_thread hang in scan_exec_io() | Brian Behlendorf | 2018-01-31 | 1 | -2/+13 |
* | remove pools without a bootfs from BOOTFS variable | Matthew Thode | 2018-01-30 | 2 | -2/+2 |
* | Fix 'zfs receive -o' when used with '-e|-d' | LOLi | 2018-01-30 | 2 | -2/+39 |
* | Fix zpool-features(5) large_block inconsistency | bunder2015 | 2018-01-29 | 1 | -2/+2 |
* | Fix style issues in man pages and commands help | LOLi | 2018-01-29 | 6 | -18/+17 |
* | Add dbuf hash and dbuf cache kstats | Giuseppe Di Natale | 2018-01-29 | 12 | -43/+507 |
* | OpenZFS 8997 - ztest assertion failure in zil_lwb_write_issue | Prakash Surya | 2018-01-26 | 5 | -62/+60 |
* | zpool import -d to specify device path | Chunwei Chen | 2018-01-26 | 6 | -48/+205 |
* | Update README.initramfs.markdown | Brian Behlendorf | 2018-01-26 | 1 | -5/+5 |
* | Extend zloop.sh for automated testing | Brian Behlendorf | 2018-01-25 | 1 | -8/+32 |
* | Prevent zdb(8) from occasionally hanging on I/O | Brian Behlendorf | 2018-01-25 | 1 | -0/+10 |
* | Extend deadman logic | Brian Behlendorf | 2018-01-25 | 21 | -57/+582 |
* | OpenZFS 8731 - ASSERT3U(nui64s, <=, UINT16_MAX) fails for large blocks | Andriy Gapon | 2018-01-25 | 1 | -6/+6 |
* | Revert "Remove wrong ASSERT in annotate_ecksum" | Giuseppe Di Natale | 2018-01-25 | 1 | -2/+2 |
* | OpenZFS 8972 - zfs holds: In scripted mode, do not pad columns with spaces | Allan Jude | 2018-01-19 | 1 | -4/+7 |
* | OpenZFS 8835 - Speculative prefetch in ZFS not working for misaligned reads | Alexander Motin | 2018-01-19 | 1 | -5/+19 |