| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix NFS sticky bit permission denied error | Brian Behlendorf | 2017-12-04 | 1 | -3/+2 |
* | Add /usr/bin/env to COPY_EXEC_LIST initramfs hook | JKDingwall | 2017-12-04 | 1 | -0/+1 |
* | Fix 'zpool create|add' replication level check | Brian Behlendorf | 2017-12-04 | 2 | -12/+61 |
* | Preserve itx alloc size for zio_data_buf_free() | Brian Behlendorf | 2017-12-04 | 2 | -2/+6 |
* | Unbreak the scan status ABI | Tom Caputi | 2017-11-30 | 2 | -6/+6 |
* | Fix 'zfs get {user|group}objused@' functionality | LOLi | 2017-11-29 | 3 | -7/+19 |
* | Linux 4.14 compat: CONFIG_GCC_PLUGIN_RANDSTRUCT | Mark Wright | 2017-11-28 | 12 | -124/+126 |
* | initramfs: Honor canmount=off | Richard Laager | 2017-11-28 | 1 | -0/+8 |
* | initramfs: Honor mountpoint=none/legacy | Richard Laager | 2017-11-28 | 1 | -5/+3 |
* | zpool(8): Fix "zpool import -t" | DeHackEd | 2017-11-28 | 1 | -1/+1 |
* | Update for cppcheck v1.80 | Brian Behlendorf | 2017-11-18 | 9 | -50/+23 |
* | Fix data on evict_skips in arc_summary.py | Scot W. Stevenson | 2017-11-18 | 1 | -2/+3 |
* | Fix ARC pointer overrun | DeHackEd | 2017-11-17 | 1 | -9/+11 |
* | Sequential scrub and resilvers | Tom Caputi | 2017-11-15 | 37 | -808/+3028 |
* | Minor code cleanups in arc_python.py | Scot W. Stevenson | 2017-11-15 | 1 | -5/+7 |
* | Fix dirty check in dmu_offset_next() | Brian Behlendorf | 2017-11-15 | 1 | -6/+4 |
* | Disable automatic dependencies in zfs-test package | Brian Behlendorf | 2017-11-15 | 1 | -5/+6 |
* | Disable zvol_ENOSPC_001_pos on 32-bit systems | Brian Behlendorf | 2017-11-13 | 1 | -0/+5 |
* | Fix truncate(2) mtime and ctime handling | LOLi | 2017-11-13 | 7 | -4/+221 |
* | Add .travis.yml | George Melikov | 2017-11-13 | 1 | -0/+38 |
* | Fix arc_summary.py -d crash with Python3 | Scot W. Stevenson | 2017-11-11 | 1 | -8/+16 |
* | OpenZFS 7531 - Assign correct flags to prefetched buffers | benrubson | 2017-11-11 | 2 | -0/+18 |
* | Long hold the dataset during upgrade | Arkadiusz BubaĆa | 2017-11-10 | 3 | -9/+24 |
* | Fix encryption root hierarchy issue | Tom Caputi | 2017-11-08 | 1 | -1/+2 |
* | Handle compressed buffers in __dbuf_hold_impl() | Tim Chase | 2017-11-08 | 2 | -13/+45 |
* | Refresh TEST file to include new variables | Giuseppe Di Natale | 2017-11-08 | 1 | -1/+8 |
* | Cleanup systemd dependencies | Antonio Russo | 2017-11-08 | 7 | -7/+4 |
* | Fix undefined %{systemd_svcs} in RPM scriptlets | LOLi | 2017-11-08 | 1 | -1/+1 |
* | OpenZFS 8607 - variable set but not used | Brian Behlendorf | 2017-11-08 | 2 | -13/+11 |