| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | OpenZFS 9682 - page fault in dsl_async_clone_destroy() while opening pool | Serapheim Dimitropoulos | 2018-10-19 | 1 | -3/+9 |
* | OpenZFS 9690 - metaslab of vdev with no space maps was flushed during removal | Serapheim Dimitropoulos | 2018-10-19 | 1 | -12/+10 |
* | OpenZFS 9681 - ztest failure in spa_history_log_internal due to spa_rename() | Matthew Ahrens | 2018-10-19 | 1 | -54/+0 |
* | Defer new resilvers until the current one ends | Tom Caputi | 2018-10-18 | 5 | -10/+155 |
* | Linux does not HAVE_SMB_SHARE | Matthew Ahrens | 2018-10-17 | 2 | -253/+0 |
* | Linux does not HAVE_DNLC | Matthew Ahrens | 2018-10-17 | 2 | -65/+0 |
* | Add types to featureflags in zfs | Paul Dagnelie | 2018-10-16 | 8 | -94/+253 |
* | deadlock between mm_sem and tx assign in zfs_write() and page fault | ilbsmart | 2018-10-16 | 2 | -9/+46 |
* | OpenZFS 9847 - leaking dd_clones (DMU_OT_DSL_CLONES) objects (#7979) | Matthew Ahrens | 2018-10-12 | 2 | -1/+2 |
* | Improved error handling for extreme rewinds | Brian Behlendorf | 2018-10-12 | 4 | -52/+89 |
* | Revert "Allow ECKSUM in vdev_checkpoint_sm_object()" | Brian Behlendorf | 2018-10-12 | 1 | -8/+4 |
* | OpenZFS 9689 - zfs range lock code should not be zpl-specific | Matt Ahrens | 2018-10-11 | 5 | -368/+396 |
* | Refactor dmu_recv into its own file | Paul Dagnelie | 2018-10-09 | 7 | -2832/+2898 |
* | Fix arc_release() refcount | Brian Behlendorf | 2018-10-09 | 1 | -1/+1 |
* | Add zfs_refcount_transfer_ownership_many() | Brian Behlendorf | 2018-10-09 | 2 | -7/+16 |
* | Create /proc/sys/kernel/spl/gitrev with git hash | Matthew Ahrens | 2018-10-08 | 3 | -7/+8 |
* | OpenZFS 9617 - too-frequent TXG sync causes excessive write inflation | Matthew Ahrens | 2018-10-04 | 2 | -7/+12 |
* | Add new fnvlist_lookup_* functions | Paul Dagnelie | 2018-10-03 | 1 | -1/+80 |
* | OpenZFS 9677 - panic from zio_write_gang_block() | Brad Lewis | 2018-10-03 | 1 | -6/+14 |
* | Refcounted DSL Crypto Key Mappings | Tom Caputi | 2018-10-03 | 6 | -94/+186 |
* | OpenZFS 9700 - ZFS resilvered mirror does not balance reads | Jerry Jelinek | 2018-10-02 | 1 | -0/+4 |
* | Prefix all refcount functions with zfs_ | Tim Schumacher | 2018-10-01 | 20 | -361/+382 |
* | Refine split block reconstruction | Brian Behlendorf | 2018-10-01 | 1 | -121/+264 |
* | Fixes for procfs files backed by linked lists | John Gallagher | 2018-09-26 | 6 | -522/+607 |
* | Linux 4.19-rc3+ compat: Remove refcount_t compat | Tim Schumacher | 2018-09-26 | 15 | -65/+65 |
* | Fix small sysfs leak | Brian Behlendorf | 2018-09-26 | 1 | -10/+15 |
* | Fix statfs(2) for 32-bit user space | Brian Behlendorf | 2018-09-24 | 2 | -5/+25 |
* | vdev_disk_error() prints ASCII SOH to debug log | LOLi | 2018-09-21 | 1 | -4/+3 |
* | Add limits to spa_slop_shift tunable | LOLi | 2018-09-20 | 1 | -1/+22 |
* | zpool split can create a corrupted pool | Roman Strashkin | 2018-09-12 | 1 | -3/+3 |
* | Fix in-kernel sysfs entries | Don Brady | 2018-09-06 | 3 | -29/+36 |
* | Fix zfs_sysfs_live test failure | Don Brady | 2018-09-06 | 1 | -2/+4 |
* | Pool allocation classes | Don Brady | 2018-09-05 | 13 | -134/+613 |
* | Correctly handle errors from kern_path | Chris Siebenmann | 2018-09-04 | 1 | -1/+1 |
* | Added recalculation of ARC stats mid-eviction | Rich Ercolani | 2018-09-04 | 1 | -0/+7 |
* | Revert "Update zfs_admin_snapshot default value (disabled)" | Brian Behlendorf | 2018-09-04 | 1 | -1/+1 |
* | Update zfs_admin_snapshot default value (disabled) | George Melikov | 2018-09-04 | 1 | -1/+1 |
* | OpenZFS 9751 - Allocation throttling misplacing ditto blocks | mav | 2018-09-02 | 1 | -3/+10 |
* | OpenZFS 9738 - Fix third block copy allocations, broken at 9112. | mav | 2018-09-02 | 1 | -7/+5 |
* | Add basic zfs ioc input nvpair validation | Don Brady | 2018-09-02 | 1 | -97/+364 |
* | Add zfs module feature and property info to sysfs | Don Brady | 2018-09-02 | 6 | -1/+707 |
* | Allow ECKSUM in vdev_checkpoint_sm_object() | Brian Behlendorf | 2018-08-31 | 1 | -4/+8 |
* | clean up __dbuf_hold_impl | Matthew Ahrens | 2018-08-31 | 1 | -43/+37 |
* | OpenZFS 9403 - assertion failed in arc_buf_destroy() | Tom Caputi | 2018-08-29 | 4 | -28/+81 |
* | Always wait for txg sync when umounting dataset | Tom Caputi | 2018-08-27 | 3 | -28/+10 |
* | Small rework of txg_list code | Tom Caputi | 2018-08-27 | 2 | -21/+45 |
* | Direct IO support | Brian Behlendorf | 2018-08-27 | 1 | -0/+52 |
* | Fedora 28: Fix misc bounds check compiler warnings | Joao Carlos Mendes Luis | 2018-08-26 | 1 | -1/+1 |
* | Stack overflow when destroying deeply nested clones | LOLi | 2018-08-22 | 1 | -30/+54 |
* | s/VERIFY/VERIFY3S in vdev_checkpoint_sm_object | Tim Chase | 2018-08-21 | 1 | -1/+2 |