Age | Commit message (Expand) | Author | Files | Lines |
2019-12-06 | 11971 Reduce loaded range tree memory usage | Paul Dagnelie | 1 | -2/+2 |
2019-06-25 | 8727 Native data and metadata encryption for zfs | Tom Caputi | 1 | -1/+1 |
2019-04-26 | 10809 Performance optimization of AVL tree comparator functions | Gvozden Neskovic | 1 | -9/+5 |
2019-02-25 | 9691 fat zap should prefetch when iterating | Matthew Ahrens | 1 | -5/+26 |
2019-02-13 | 8423 Implement large_dnode pool feature | Toomas Soome | 1 | -6/+52 |
2018-05-09 | 9328 zap code can take advantage of c99 | Matthew Ahrens | 1 | -156/+118 |
2017-03-14 | 7801 add more by-dnode routines | bzzz77 | 1 | -23/+73 |
2017-02-28 | 7793 ztest fails assertion in dmu_tx_willuse_space | Matthew Ahrens | 1 | -82/+0 |
2017-01-24 | 1300 filename normalization doesn't work for removes | Kevin Crowe | 1 | -26/+69 |
2016-11-11 | 6676 Race between unique_insert() and unique_remove() causes ZFS fsid change | Josef 'Jeff' Sipek | 1 | -2/+2 |
2016-09-02 | 7004 dmu_tx_hold_zap() does dnode_hold() 7x on same object | Matthew Ahrens | 1 | -2/+47 |
2016-08-30 | 7003 zap_lockdir() should tag hold | Matthew Ahrens | 1 | -83/+116 |
2016-06-09 | 7054 dmu_tx_hold_t should use refcount_t to track space | Matthew Ahrens | 1 | -11/+17 |
2016-04-05 | 6842 Fix empty xattr dir causing lockup | Chunwei Chen | 1 | -10/+28 |
2016-02-08 | 5027 zfs large block support (add copyright) | Matthew Ahrens | 1 | -0/+1 |
2015-04-06 | 5766 Avoid 128K kmem allocations in mzap_upgrade() | Brian Behlendorf | 1 | -3/+3 |
2015-01-06 | 5056 ZFS deadlock on db_mtx and dn_holds | Justin Gibbs | 1 | -4/+5 |
2014-12-04 | 5314 Remove "dbuf phys" db->db_data pointer aliases in ZFS | Justin T. Gibbs | 1 | -12/+14 |
2014-11-07 | 5027 zfs large block support | Matthew Ahrens | 1 | -8/+8 |
2014-04-15 | 4374 dn_free_ranges should use range_tree_t | Matthew Ahrens | 1 | -2/+2 |
2013-10-08 | 4171 clean up spa_feature_*() interfaces | Matthew Ahrens | 1 | -3/+3 |
2013-04-07 | 3654 zdb should print number of ganged blocks | Matthew Ahrens | 1 | -40/+0 |
2013-03-08 | 3598 want to dtrace when errors are generated in zfs | Matthew Ahrens | 1 | -23/+22 |
2012-09-07 | 3006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero | Madhav Suresh | 1 | -1/+1 |
2012-08-01 | backout 3006: causes 3046 (panics after mounting root) | Richard Lowe | 1 | -2/+2 |
2012-07-31 | 3006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero | Madhav Suresh | 1 | -2/+2 |
2012-05-21 | 2619 asynchronous destruction of ZFS file systems | Christopher Siden | 1 | -3/+3 |
2011-11-17 | 1644 add ZFS "clones" property | Matthew Ahrens | 1 | -1/+2 |
2011-11-08 | backout 1644/1645/1646/1647/1708: Breaks 'zfs snapshot', boot environments | Richard Lowe | 1 | -2/+1 |
2011-11-05 | 1644 add ZFS "clones" property | Matthew Ahrens | 1 | -1/+2 |
2010-05-19 | 6938089 dedup-induced latency causes FC initiator logouts/FC port resets | George Wilson | 1 | -0/+23 |
2010-05-03 | 6675946 'zpool status' should show the progress of resilvering for individual... | Lin Ling | 1 | -27/+37 |
2010-04-29 | 6944833 Avoid prefetching dbufs in dmu_sync() path | Jeff Bonwick | 1 | -4/+3 |
2009-11-23 | 6903705 dedup=fletcher4,verify doesn't byteswap correctly, has lots of hash c... | Matthew Ahrens | 1 | -18/+36 |
2009-11-09 | PSARC 2009/510 ZFS received properties | Tom Erickson | 1 | -0/+10 |
2009-11-01 | PSARC 2009/571 ZFS Deduplication Properties | Jeff Bonwick | 1 | -80/+292 |
2009-09-22 | 6650218 Commit callbacks API for the DMU | Ricardo M. Correia | 1 | -0/+40 |
2009-06-16 | 6847229 assertion failed: refcount_count(&tx->tx_space_written) + delta <= tx... | Sanjeev Bagewadi | 1 | -23/+23 |
2009-05-19 | 6664765 Unable to remove files when using fat-zap and quota exceeded on ZFS f... | Sanjeev Bagewadi | 1 | -0/+76 |
2009-02-10 | 6783995 file creation sometimes failing within a zfs where casesensitivity=mixed | Tim Haley | 1 | -5/+3 |
2008-04-27 | 6654808 FIGNORECASE lookups in a zfs xattr dir don't provide 'realname' data | timh | 1 | -1/+2 |
2007-11-20 | 6622831 normalization properties are not preserved by "zfs send" | timh | 1 | -3/+4 |
2007-11-19 | 6626801 deadbeef panic in fzap_update() | bonwick | 1 | -15/+32 |
2007-10-30 | 6623831 assertion failed in dmu_tx_willuse_space() from mzap_upgrade() | ahrens | 1 | -11/+10 |
2007-10-25 | PSARC/2007/218 caller_context_t in all VOPs | amw | 1 | -81/+276 |
2007-08-08 | 6584470 zdb needs to initialize the bpl_lock mutex | gw25295 | 1 | -1/+7 |
2006-10-03 | 6463348 ZFS code could be more portable | nd150628 | 1 | -8/+2 |
2006-08-29 | 6462174 zap_update() likes to return 0 | ahrens | 1 | -5/+4 |
2006-03-03 | PSARC 2006/077 zpool clear | eschrock | 1 | -11/+8 |
2006-02-25 | 6389368 fat zap should use 16k blocks (with backwards compatability) | ahrens | 1 | -8/+25 |