| Commit message (Expand) | Author | Age | Files | Lines |
* | OpenZFS 8835 - Speculative prefetch in ZFS not working for misaligned reads | Alexander Motin | 2018-01-19 | 1 | -5/+19 |
* | OpenZFS 8652 - Tautological comparisons with ZPROP_INVAL | Brian Behlendorf | 2018-01-19 | 4 | -16/+14 |
* | OpenZFS 8641 - "zpool clear" and "zinject" don't work on "spare" or "replacin... | Brian Behlendorf | 2018-01-19 | 1 | -5/+6 |
* | Run zfs load-key if needed in dracut | Matthew Thode | 2018-01-18 | 8 | -11/+92 |
* | Fix Debian packaging on ARMv7/ARM64 | LOLi | 2018-01-18 | 1 | -3/+6 |
* | Emit an error message before MMP suspends pool | John L. Hammond | 2018-01-17 | 1 | -0/+5 |
* | OpenZFS 8959 - Add notifications when a scrub is paused or resumed | Sean Eric Fagan | 2018-01-17 | 3 | -2/+36 |
* | Fix shellcheck v0.4.6 warnings | Brian Behlendorf | 2018-01-17 | 6 | -17/+20 |
* | Remove l2arc_nocompress from zfs-module-parameters(5) | DeHackEd | 2018-01-16 | 1 | -11/+0 |
* | Fix copy-builtin to work with ASAN patch | Matthew Thode | 2018-01-12 | 1 | -2/+4 |
* | Force ztest to always use /dev/urandom | Brian Behlendorf | 2018-01-12 | 5 | -16/+12 |
* | OpenZFS 8899 - zpool list property documentation doesn't match actual behaviour | Yuri Pankov | 2018-01-11 | 1 | -9/+5 |
* | OpenZFS 8898 - creating fs with checksum=skein on the boot pools fails ungrac... | Yuri Pankov | 2018-01-11 | 2 | -2/+10 |
* | OpenZFS 8897 - zpool online -e fails assertion when run on non-leaf vdevs | Yuri Pankov | 2018-01-11 | 1 | -2/+4 |
* | OpenZFS 8930 - zfs_zinactive: do not remove the node if the filesystem is rea... | Andriy Gapon | 2018-01-11 | 1 | -7/+26 |
* | Support -fsanitize=address with --enable-asan | Brian Behlendorf | 2018-01-10 | 40 | -222/+337 |
* | Disable history_004_pos | Brian Behlendorf | 2018-01-10 | 1 | -0/+5 |
* | Fix incompatibility with Reiser4 patched kernels | Richard Yao | 2018-01-09 | 1 | -3/+11 |
* | Use zap_count instead of cached z_size for unlink | Alex Zhuravlev | 2018-01-09 | 1 | -1/+15 |
* | Revert raidz_map and _col structure types | Nathaniel Wesley Filardo | 2018-01-09 | 1 | -17/+17 |
* | Fix unused variable warnings | Brian Behlendorf | 2018-01-09 | 2 | -7/+6 |
* | Fix ztest_verify_dnode_bt() test case | Brian Behlendorf | 2018-01-09 | 1 | -1/+5 |
* | Fix -fsanitize=address memory leak | DHE | 2018-01-09 | 1 | -2/+4 |
* | Fix percentage styling in zfs-module-parameters.5 | George Amanakis | 2018-01-09 | 1 | -17/+17 |
* | Reduce codecov PR comments | Brian Behlendorf | 2018-01-09 | 1 | -1/+2 |
* | zhack: fix getopt return type | Nathaniel Wesley Filardo | 2018-01-09 | 1 | -3/+3 |
* | Fix ARC hit rate | Brian Behlendorf | 2018-01-08 | 3 | -2/+55 |
* | Fix 'zpool add' handling of nested interior VDEVs | LOLi | 2017-12-28 | 4 | -4/+118 |
* | OpenZFS 8909 - 8585 can cause a use-after-free kernel panic | Prakash Surya | 2017-12-28 | 9 | -110/+254 |
* | Call commit callbacks from the tail of the list | lidongyang | 2017-12-22 | 3 | -5/+6 |
* | Remove empty files accidentally added by a8b2e306 | Tom Caputi | 2017-12-22 | 2 | -0/+0 |
* | Support re-prioritizing asynchronous prefetches | Tom Caputi | 2017-12-21 | 11 | -43/+124 |
* | vdev_id: new slot type ses | Simon Guest | 2017-12-20 | 2 | -1/+24 |
* | Handle broken pipes in arc_summary | Giuseppe Di Natale | 2017-12-19 | 2 | -0/+16 |
* | Handle invalid options in arc_summary | LOLi | 2017-12-19 | 4 | -6/+51 |
* | OpenZFS 8794 - cstyle generates warnings with recent perl | Dominik Hassler | 2017-12-19 | 1 | -18/+18 |
* | ZTS: Fix create-o_ashift test case | LOLi | 2017-12-19 | 2 | -34/+26 |
* | Fix multihost stale cache file import | Brian Behlendorf | 2017-12-18 | 4 | -9/+26 |
* | Honor --with-mounthelperdir where applicable | LOLi | 2017-12-17 | 5 | -6/+8 |
* | Fix --with-systemd on Debian-based distributions (#6963) | LOLi | 2017-12-17 | 3 | -6/+21 |
* | Remove lib/libspl/include/sys/frame.h | Brian Behlendorf | 2017-12-17 | 2 | -132/+0 |
* | Enable QAT support in zfs-dkms RPM | David Qian | 2017-12-14 | 1 | -0/+6 |
* | Add zfs-import.target services in spec file | Lalufu | 2017-12-13 | 1 | -1/+1 |
* | Various ZED fixes | LOLi | 2017-12-08 | 19 | -101/+368 |
* | Disable vdev_zaps_004_pos | Brian Behlendorf | 2017-12-07 | 1 | -0/+5 |
* | Suppress incorrect objtool warnings | Brian Behlendorf | 2017-12-07 | 5 | -1/+69 |
* | Fix segfault in zpool iostat when adding VDEVs | Tony Hutter | 2017-12-06 | 1 | -7/+15 |
* | OpenZFS 8603 - rename zilog's "zl_writer_lock" to "zl_issuer_lock" | Prakash Surya | 2017-12-06 | 2 | -27/+27 |
* | Disable create-o_ashift | Brian Behlendorf | 2017-12-06 | 1 | -0/+5 |
* | OpenZFS 8585 - improve batching done in zil_commit() | Prakash Surya | 2017-12-05 | 15 | -378/+1587 |