Age | Commit message (Expand) | Author | Files | Lines |
2016-06-09 | 6314 buffer overflow in dsl_dataset_name | Matthew Ahrens | 1 | -16/+34 |
2016-02-09 | 6562 Refquota on receive doesn't account for overage | Dan McDonald | 1 | -3/+28 |
2016-02-08 | 5027 zfs large block support (add copyright) | Matthew Ahrens | 1 | -0/+1 |
2015-10-18 | 6328 Fix cstyle errors in zfs codebase | Paul Dagnelie | 1 | -1/+1 |
2015-10-09 | 2605 want to resume interrupted zfs send | Matthew Ahrens | 1 | -0/+138 |
2015-09-17 | 6171 dsl_prop_unregister() slows down dataset eviction. | Justin Gibbs | 1 | -0/+4 |
2015-09-16 | 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R | Matthew Ahrens | 1 | -0/+8 |
2015-07-26 | 5959 clean up per-dataset feature count code | Matthew Ahrens | 1 | -92/+96 |
2015-07-19 | 5960 zfs recv should prefetch indirect blocks | Paul Dagnelie | 1 | -13/+15 |
2015-05-27 | 5909 ensure that shared snap names don't become too long after promotion | Andriy Gapon | 1 | -0/+6 |
2015-04-14 | 5393 spurious failures from dsl_dataset_hold_obj() | Justin T. Gibbs | 1 | -4/+5 |
2015-02-04 | 5592 NULL pointer dereference in dsl_prop_notify_all_cb() | Justin T. Gibbs | 1 | -2/+13 |
2015-01-29 | 5531 NULL pointer dereference in dsl_prop_get_ds() | Justin T. Gibbs | 1 | -0/+7 |
2015-01-06 | 5056 ZFS deadlock on db_mtx and dn_holds | Justin Gibbs | 1 | -24/+29 |
2014-12-04 | 5314 Remove "dbuf phys" db->db_data pointer aliases in ZFS | Justin T. Gibbs | 1 | -240/+281 |
2014-11-22 | 5310 Remove always true tests for non-NULL ds->ds_phys | Justin T. Gibbs | 1 | -5/+3 |
2014-11-07 | 5027 zfs large block support | Matthew Ahrens | 1 | -2/+103 |
2014-09-18 | 5150 zfs clone of a defer_destroy snapshot causes strangeness | Matthew Ahrens | 1 | -2/+8 |
2014-07-15 | 4975 missing mutex_destroy() calls in zfs | Jorgen Lundman | 1 | -0/+3 |
2014-07-08 | 4951 ZFS administrative commands should use reserved space, not fail with ENOSPC | Matthew Ahrens | 1 | -7/+11 |
2014-06-27 | 4929 want prevsnap property | Matthew Ahrens | 1 | -1/+7 |
2014-06-05 | 4757 ZFS embedded-data block pointers ("zero block compression") | Matthew Ahrens | 1 | -1/+1 |
2014-04-22 | 3897 zfs filesystem and snapshot limits | Jerry Jelinek | 1 | -9/+150 |
2014-02-06 | 4574 get_clones_stat does not call zap_count in non-debug kernel | Alexander Stetsenko | 1 | -1/+2 |
2013-12-11 | 4369 implement zfs bookmarks | Matthew Ahrens | 1 | -4/+42 |
2013-12-09 | 4370 avoid transmitting holes during zfs send | Max Grossman | 1 | -6/+6 |
2013-10-08 | 4171 clean up spa_feature_*() interfaces | Matthew Ahrens | 1 | -1/+9 |
2013-08-22 | 4046 dsl_dataset_t ds_dir->dd_lock is highly contended | Matthew Ahrens | 1 | -30/+1 |
2013-08-14 | 3996 want a libzfs_core API to rollback to latest snapshot | Matthew Ahrens | 1 | -3/+12 |
2013-07-29 | 3888 zfs recv -F should destroy any snapshots created since the incremental s... | Matthew Ahrens | 1 | -11/+12 |
2013-07-28 | 3894 zfs should not allow snapshot of inconsistent dataset | Keith M Wesolowski | 1 | -3/+16 |
2013-07-28 | 3875 panic in zfs_root() after failed rollback | Keith M Wesolowski | 1 | -10/+62 |
2013-06-11 | 3743 zfs needs a refcount audit | Will Andrews | 1 | -1/+3 |
2013-03-08 | 3598 want to dtrace when errors are generated in zfs | Matthew Ahrens | 1 | -41/+41 |
2013-02-28 | 3464 zfs synctask code needs restructuring | Matthew Ahrens | 1 | -2472/+1106 |
2013-02-22 | 3588 provide zfs properties for logical (uncompressed) space used and referenced | Matthew Ahrens | 1 | -0/+2 |
2013-02-10 | 3522 zfs module should not allow uninitialized variables | George Wilson | 1 | -6/+3 |
2013-02-01 | 3498 panic in arc_read(): !refcount_is_zero(&pbuf->b_hdr->b_refcnt) | George Wilson | 1 | -1/+1 |
2012-09-07 | 3006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero | Madhav Suresh | 1 | -8/+8 |
2012-08-30 | 3112 ztest does not honor ZFS_DEBUG | Matthew Ahrens | 1 | -1/+0 |
2012-08-24 | 3100 zvol rename fails with EBUSY when dirty | Matthew Ahrens | 1 | -6/+11 |
2012-08-21 | 3086 unnecessarily setting DS_FLAG_INCONSISTENT on async destroyed datasets | Matthew Ahrens | 1 | -62/+47 |
2012-08-16 | 3085 zfs diff panics, then panics in a loop on booting | Christopher Siden | 1 | -3/+4 |
2012-08-01 | backout 3006: causes 3046 (panics after mounting root) | Richard Lowe | 1 | -26/+27 |
2012-07-31 | 3006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero | Madhav Suresh | 1 | -27/+26 |
2012-06-30 | 2882 implement libzfs_core | Matthew Ahrens | 1 | -73/+63 |
2012-05-21 | 2619 asynchronous destruction of ZFS file systems | Christopher Siden | 1 | -58/+125 |
2012-05-09 | 2703 add mechanism to report ZFS send progress | Bill Pijewski | 1 | -0/+7 |
2011-11-17 | 1644 add ZFS "clones" property | Matthew Ahrens | 1 | -54/+260 |
2011-11-08 | backout 1644/1645/1646/1647/1708: Breaks 'zfs snapshot', boot environments | Richard Lowe | 1 | -260/+54 |