Age | Commit message (Expand) | Author | Files | Lines |
2016-06-09 | 6314 buffer overflow in dsl_dataset_name | Matthew Ahrens | 1 | -37/+47 |
2016-02-08 | 5027 zfs large block support (add copyright) | Matthew Ahrens | 1 | -0/+1 |
2015-11-16 | 6451 ztest fails due to checksum errors | Matthew Ahrens | 1 | -1/+26 |
2015-10-29 | 6390 Free props in ztest_init() | Richard Yao | 1 | -0/+1 |
2015-07-19 | 5960 zfs recv should prefetch indirect blocks | Paul Dagnelie | 1 | -3/+6 |
2015-05-19 | 5818 zfs {ref}compressratio is incorrect with 4k sector size | Matthew Ahrens | 1 | -17/+2 |
2014-12-29 | 5408 managing ZFS cache devices requires lots of RAM | Chris Williamson | 1 | -4/+5 |
2014-12-04 | 5314 Remove "dbuf phys" db->db_data pointer aliases in ZFS | Justin T. Gibbs | 1 | -0/+6 |
2014-11-07 | 5027 zfs large block support | Matthew Ahrens | 1 | -4/+10 |
2014-08-01 | 5039 ztest should default to larger device sizes | Matthew Ahrens | 1 | -1/+1 |
2014-07-16 | 4958 zdb trips assert on pools with ashift >= 0xe | Alex Reece | 1 | -6/+37 |
2014-06-12 | 4756 metaslab_group_preload() could deadlock | George Wilson | 1 | -1/+3 |
2014-06-05 | 4757 ZFS embedded-data block pointers ("zero block compression") | Matthew Ahrens | 1 | -15/+33 |
2013-10-01 | 4101 metaslab_debug should allow for fine-grained control | George Wilson | 1 | -1/+1 |
2013-08-30 | 4072 make clobber leaves trash | Gordon Ross | 1 | -0/+1 |
2013-08-26 | 4045 zfs write throttle & i/o scheduler performance work | Matthew Ahrens | 1 | -7/+7 |
2013-08-07 | 3956 ::vdev -r should work with pipelines | George Wilson | 1 | -5/+16 |
2013-08-07 | 3955 ztest failure: assertion refcount_count(&tx->tx_space_written) + delta <... | Matthew Ahrens | 1 | -0/+3 |
2013-08-07 | 3949 ztest fault injection should avoid resilvering devices | George Wilson | 1 | -8/+44 |
2013-06-11 | 3740 Poor ZFS send / receive performance due to snapshot hold / release proce... | Steven Hartland | 1 | -1/+2 |
2013-06-11 | 3747 txg commit callbacks don't work | Will Andrews | 1 | -1/+1 |
2013-02-28 | 3464 zfs synctask code needs restructuring | Matthew Ahrens | 1 | -82/+108 |
2012-11-13 | 3236 zio nop-write | George Wilson | 1 | -5/+42 |
2012-11-09 | 3349 zpool upgrade -V bumps the on disk version number, but leaves the in cor... | George Wilson | 1 | -21/+119 |
2012-10-08 | 3258 ztest's use of file descriptors is unstable | Etienne Dechamps | 1 | -33/+55 |
2012-09-27 | 3145 single-copy arc | George Wilson | 1 | -0/+11 |
2012-09-22 | 2933 compiler warning gags need better granularity | Richard Lowe | 1 | -0/+2 |
2012-09-07 | 3006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero | Madhav Suresh | 2 | -15/+15 |
2012-08-30 | 3112 ztest does not honor ZFS_DEBUG | Matthew Ahrens | 1 | -0/+2 |
2012-08-22 | 3090 vdev_reopen() during reguid causes vdev to be treated as corrupt | George Wilson | 1 | -2/+21 |
2012-08-21 | 3086 unnecessarily setting DS_FLAG_INCONSISTENT on async destroyed datasets | Matthew Ahrens | 1 | -0/+3 |
2012-08-01 | backout 3006: causes 3046 (panics after mounting root) | Richard Lowe | 2 | -58/+60 |
2012-07-31 | 3006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero | Madhav Suresh | 2 | -60/+58 |
2012-06-30 | 2882 implement libzfs_core | Matthew Ahrens | 1 | -17/+10 |
2012-05-21 | 2619 asynchronous destruction of ZFS file systems | Christopher Siden | 2 | -10/+35 |
2012-01-23 | 1950 ztest backwards compatibility testing option | Chris Siden | 1 | -376/+688 |
2011-11-11 | 1748 desire support for reguid in zfs | Garrett D'Amore | 1 | -1/+35 |
2011-05-31 | 883 ZIL reuse during remount can lead to data corruption | Eric Schrock | 1 | -0/+35 |
2011-05-29 | 1051 zfs should handle imbalanced luns | George Wilson | 1 | -0/+2 |
2010-08-07 | PSARC 2010/105 zfs diff | Tim Haley | 1 | -6/+8 |
2010-07-28 | 6733267 Allow a pool to be imported with a missing slog | George Wilson | 1 | -3/+3 |
2010-07-01 | 6966214 ztest_freeze(): Assertion failed: list->list_head.list_next == node | George Wilson | 1 | -7/+10 |
2010-06-28 | 6677657 smb_list.c shouldn't exist | Eric Taylor | 1 | -3/+2 |
2010-06-25 | 6913010 assertion failed: error||lr->lr_length <= zp->z_blksz, file: ../../co... | Neil Perrin | 1 | -1/+1 |
2010-06-25 | 6913010 assertion failed: error||lr->lr_length <= zp->z_blksz, file: ../../co... | Neil Perrin | 1 | -20/+23 |
2010-06-01 | 6884007 zfs_send() can leave temporary holds around | Chris Kirby | 1 | -1/+2 |
2010-05-21 | 6948890 snapshot deletion can induce pathologically long spa_sync() times | Matthew Ahrens | 1 | -2/+3 |
2010-05-03 | 6675946 'zpool status' should show the progress of resilvering for individual... | Lin Ling | 1 | -5/+6 |
2010-05-03 | PSARC/2010/108 zil synchronicity | Mark J Musante | 1 | -4/+17 |
2010-04-29 | 6944833 Avoid prefetching dbufs in dmu_sync() path | Jeff Bonwick | 1 | -6/+8 |