| Commit message (Expand) | Author | Age | Files | Lines |
* | Add TRIM support | Brian Behlendorf | 2019-03-29 | 1 | -0/+3 |
* | Detect and prevent mixed raw and non-raw sends | Tom Caputi | 2019-03-13 | 2 | -0/+5 |
* | Add bookmark v2 on-disk feature | Tom Caputi | 2019-03-13 | 1 | -0/+11 |
* | Linux 5.0 compat: access_ok() drops 'type' parameter | Tony Hutter | 2019-01-28 | 1 | -2/+1 |
* | Add zfs module feature and property compatibility | Brian Behlendorf | 2019-01-03 | 1 | -6/+30 |
* | Fix 'zpool list -v' alignment | Brian Behlendorf | 2018-12-04 | 1 | -0/+6 |
* | Defer new resilvers until the current one ends | Tom Caputi | 2018-10-18 | 1 | -0/+5 |
* | Add types to featureflags in zfs | Paul Dagnelie | 2018-10-16 | 1 | -25/+40 |
* | deadlock between mm_sem and tx assign in zfs_write() and page fault | ilbsmart | 2018-10-16 | 1 | -6/+25 |
* | Fix in-kernel sysfs entries | Don Brady | 2018-09-06 | 2 | -26/+28 |
* | Pool allocation classes | Don Brady | 2018-09-05 | 2 | -1/+12 |
* | Add zfs module feature and property info to sysfs | Don Brady | 2018-09-02 | 3 | -1/+85 |
* | Introduce read/write kstats per dataset | Serapheim Dimitropoulos | 2018-08-20 | 2 | -3/+5 |
* | OpenZFS 9337 - zfs get all is slow due to uncached metadata | Matthew Ahrens | 2018-07-12 | 1 | -0/+18 |
* | OpenZFS 9330 - stack overflow when creating a deeply nested dataset | Serapheim Dimitropoulos | 2018-07-09 | 1 | -12/+67 |
* | OpenZFS 9238 - ZFS Spacemap Encoding V2 | Serapheim Dimitropoulos | 2018-07-05 | 1 | -0/+6 |
* | Enforce PROP_ONETIME on zpool properties | Chunwei Chen | 2018-06-28 | 1 | -0/+6 |
* | OpenZFS 9166 - zfs storage pool checkpoint | Serapheim Dimitropoulos | 2018-06-26 | 2 | -2/+9 |
* | OpenZFS 9235 - rename zpool_rewind_policy_t to zpool_load_policy_t | Pavel Zakharov | 2018-06-04 | 1 | -21/+21 |
* | Update build system and packaging | Brian Behlendorf | 2018-05-29 | 15 | -34/+25 |
* | OpenZFS 7614, 9064 - zfs device evacuation/removal | Matthew Ahrens | 2018-04-14 | 3 | -2/+21 |
* | Project Quota on ZFS | Nasf-Fan | 2018-02-13 | 3 | -1/+21 |
* | OpenZFS 7431 - ZFS Channel Programs | Chris Williamson | 2018-02-08 | 2 | -2/+20 |
* | Support -fsanitize=address with --enable-asan | Brian Behlendorf | 2018-01-10 | 1 | -2/+2 |
* | Suppress incorrect objtool warnings | Brian Behlendorf | 2017-12-07 | 1 | -0/+3 |
* | Undo c89 workarounds to match with upstream | Don Brady | 2017-11-04 | 3 | -16/+9 |
* | Native Encryption for ZFS on Linux | Tom Caputi | 2017-08-14 | 3 | -3/+109 |
* | Add libtpool (thread pools) | Brian Behlendorf | 2017-08-09 | 5 | -83/+346 |
* | Fix buffer overflow in dsl_dataset_name() | LOLi | 2017-07-24 | 1 | -1/+8 |
* | Multi-modifier protection (MMP) | Olaf Faaland | 2017-07-13 | 1 | -0/+3 |
* | Add port of FreeBSD 'volmode' property | LOLi | 2017-07-12 | 1 | -0/+13 |
* | Make createtxg and guid properties public | Christian Schwarz | 2017-05-09 | 1 | -4/+4 |
* | Add missing *_destroy/*_fini calls | Gvozden Neskovic | 2017-05-04 | 1 | -0/+12 |
* | More ashift improvements | LOLi | 2017-05-03 | 1 | -4/+2 |
* | OpenZFS 6931 - lib/libzfs: cleanup gcc warnings | George Melikov | 2017-02-07 | 1 | -2/+4 |
* | Use fletcher_4 routines natively with `abd_iterate_func()` | David Quigley | 2017-02-01 | 1 | -2/+85 |
* | OpenZFS 7386 - zfs get does not work properly with bookmarks | George Melikov | 2017-01-26 | 1 | -44/+49 |
* | OpenZFS 7304 - zfs filesystem/snapshot counts should be read-only | George Melikov | 2017-01-23 | 1 | -6/+7 |
* | codebase style improvements for OpenZFS 6459 port | George Melikov | 2017-01-22 | 1 | -2/+4 |
* | Fix spelling | ka7 | 2017-01-03 | 1 | -1/+1 |
* | Use cstyle -cpP in `make cstyle` check | Brian Behlendorf | 2016-12-12 | 2 | -7/+7 |
* | DLPX-44812 integrate EP-220 large memory scalability | David Quigley | 2016-11-29 | 1 | -12/+63 |
* | Add superscalar fletcher4 | Romain Dolbeau | 2016-11-04 | 6 | -2/+396 |
* | Fletcher4 algorithm implemented in pure NEON for Aarch64 / ARMv8 64 bits | Romain Dolbeau | 2016-10-21 | 3 | -0/+219 |
* | Multipath autoreplace, control enclosure LEDs, event rate limiting | Tony Hutter | 2016-10-19 | 1 | -0/+64 |
* | Fletcher4: Incremental updates and ctx calculation | Brian Behlendorf | 2016-10-07 | 4 | -202/+319 |
|\ |
|
| * | Fletcher4: save/reload implementation context | Gvozden Neskovic | 2016-10-05 | 4 | -191/+268 |
| * | Fletcher4: Incremental using SIMD | Gvozden Neskovic | 2016-10-05 | 1 | -18/+58 |
* | | Add support for user/group dnode accounting & quota | Jinshan Xiong | 2016-10-07 | 2 | -1/+9 |
|/ |
|
* | OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R | Tony Hutter | 2016-10-03 | 2 | -9/+32 |