Age | Commit message (Expand) | Author | Files | Lines |
2018-07-19 | 9577 remove zfs_dbuf_evict_key tsd | Matthew Ahrens | 1 | -3/+4 |
2018-06-19 | 9338 moved dnode has incorrect dn_next_type | Matthew Ahrens | 1 | -0/+2 |
2018-06-19 | 9439 ZFS double-free due to failure to dirty indirect block | Matthew Ahrens | 1 | -4/+2 |
2018-06-19 | 9438 Holes can lose birth time info if a block has a mix of birth times | Paul Dagnelie | 1 | -0/+68 |
2018-03-14 | 9166 zfs storage pool checkpoint | Serapheim Dimitropoulos | 1 | -1/+3 |
2018-01-30 | 8809 libzpool should leverage work done in libfakekernel | Andrew Stormont | 1 | -1/+8 |
2018-01-10 | 7614 zfs device evacuation/removal | Prashanth Sreenivasa | 1 | -2/+1 |
2017-03-16 | 7968 multi-threaded spa_sync() | Matthew Ahrens | 1 | -29/+7 |
2017-02-28 | 7793 ztest fails assertion in dmu_tx_willuse_space | Matthew Ahrens | 1 | -19/+0 |
2016-11-11 | 6676 Race between unique_insert() and unique_remove() causes ZFS fsid change | Josef 'Jeff' Sipek | 1 | -3/+3 |
2016-11-06 | 7500 Simplify dbuf_free_range by removing dn_unlisted_l0_blkid | Stephen Blinick | 1 | -6/+1 |
2016-07-14 | 6950 ARC should cache compressed data | George Wilson | 1 | -1/+1 |
2016-02-08 | 5027 zfs large block support (add copyright) | Matthew Ahrens | 1 | -0/+1 |
2015-09-09 | 5987 zfs prefetch code needs work | Matthew Ahrens | 1 | -3/+1 |
2015-07-19 | 5960 zfs recv should prefetch indirect blocks | Paul Dagnelie | 1 | -9/+9 |
2015-06-12 | 5911 ZFS "hangs" while deleting file | Matthew Ahrens | 1 | -13/+63 |
2015-03-03 | 5630 stale bonus buffer in recycled dnode_t leads to data corruption | Justin T. Gibbs | 1 | -1/+7 |
2015-01-06 | 5056 ZFS deadlock on db_mtx and dn_holds | Justin Gibbs | 1 | -30/+53 |
2014-12-17 | 5422 preserve AVL invariants in dn_dbufs | Alex Reece | 1 | -6/+4 |
2014-12-04 | 5314 Remove "dbuf phys" db->db_data pointer aliases in ZFS | Justin T. Gibbs | 1 | -1/+1 |
2014-11-07 | 5027 zfs large block support | Matthew Ahrens | 1 | -5/+5 |
2014-09-11 | 5139 SEEK_HOLE failed to report a hole at end of file | Matthew Ahrens | 1 | -0/+9 |
2014-08-19 | 5095 panic when adding a duplicate dbuf to dn_dbufs | Alex Reece | 1 | -16/+18 |
2014-08-01 | 5038 Remove "old-style" flexible array usage in ZFS. | Justin T. Gibbs | 1 | -3/+3 |
2014-07-26 | 4873 zvol unmap calls can take a very long time for larger datasets | Alex Reece | 1 | -11/+48 |
2014-07-15 | 4975 missing mutex_destroy() calls in zfs | Jorgen Lundman | 1 | -0/+5 |
2014-06-05 | 4757 ZFS embedded-data block pointers ("zero block compression") | Matthew Ahrens | 1 | -2/+2 |
2014-04-15 | 4374 dn_free_ranges should use range_tree_t | Matthew Ahrens | 1 | -106/+19 |
2013-12-09 | 4370 avoid transmitting holes during zfs send | Max Grossman | 1 | -31/+22 |
2013-10-01 | 4101 metaslab_debug should allow for fine-grained control | George Wilson | 1 | -1/+1 |
2013-08-26 | 4045 zfs write throttle & i/o scheduler performance work | Matthew Ahrens | 1 | -9/+8 |
2013-08-20 | 4047 panic from dbuf_free_range() from dmu_free_object() while doing zfs receive | Matthew Ahrens | 1 | -1/+6 |
2013-06-11 | 3742 zfs comments need cleaner, more consistent style | Will Andrews | 1 | -8/+10 |
2013-03-08 | 3598 want to dtrace when errors are generated in zfs | Matthew Ahrens | 1 | -14/+14 |
2013-02-28 | 3464 zfs synctask code needs restructuring | Matthew Ahrens | 1 | -1/+5 |
2012-09-07 | 3006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero | Madhav Suresh | 1 | -38/+38 |
2012-08-01 | backout 3006: causes 3046 (panics after mounting root) | Richard Lowe | 1 | -38/+38 |
2012-07-31 | 3006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero | Madhav Suresh | 1 | -38/+38 |
2012-05-21 | 2619 asynchronous destruction of ZFS file systems | Christopher Siden | 1 | -8/+11 |
2010-06-24 | 6710343 dnode cache should register a dnode_move() callback to limit fragment... | Tom Erickson | 1 | -53/+509 |
2010-06-08 | 6494473 ZFS needs a way to slow down resilvering | George Wilson | 1 | -2/+1 |
2010-05-18 | 6952522 elpaso panics: assertion failed: refcount_is_zero(&dn->dn_holds), fil... | Mark Shellenbaum | 1 | -5/+3 |
2010-05-14 | 6911391 panic in dmu_tx_count_write() | John Harres | 1 | -0/+1 |
2010-04-19 | 6939983 assertion failed: zap_count(os, DMU_USERUSED_OBJECT, &count) != 0||co... | Mark Shellenbaum | 1 | -9/+13 |
2010-03-19 | 6923585 deadlock while booting OpenSolaris build 132 from mirrored rpool with... | George Wilson | 1 | -2/+7 |
2010-03-16 | 6716117 ZFS needs native system attribute infrastructure | Mark Shellenbaum | 1 | -8/+80 |
2009-08-12 | 6860996 %temporary clones are not automatically destroyed on error | Matthew Ahrens | 1 | -7/+7 |
2009-06-22 | 6792701 Removing large holey file does not free space | Mark Maybee | 1 | -6/+30 |
2009-04-21 | 6809683 zfs destroy fails to free object in open context, stops up txg train | Jonathan W Adams | 1 | -10/+1 |
2009-04-18 | PSARC/2009/204 ZFS user/group quotas & space accounting | Matthew Ahrens | 1 | -4/+24 |