summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/zfs/dnode.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-126860996 %temporary clones are not automatically destroyed on errorMatthew Ahrens1-7/+7
2009-06-226792701 Removing large holey file does not free spaceMark Maybee1-6/+30
2009-04-216809683 zfs destroy fails to free object in open context, stops up txg trainJonathan W Adams1-10/+1
2009-04-18PSARC/2009/204 ZFS user/group quotas & space accountingMatthew Ahrens1-4/+24
2009-03-056801979 zfs recv can fail with E2BIGMark Maybee1-35/+12
2009-01-286793373 assertion failed in dnode_reallocate: dn_nblkptr >= old_nblkptrMark Maybee1-8/+8
2009-01-206748019 ARC/L2ARC metadata accounting for arc_sizeBrendan Gregg - Sun Microsystems1-3/+3
2008-11-246747934 Some locking variables are not properly initialized or destroyedRicardo M. Correia1-0/+3
2008-09-296754011 SPA 3.0: lock breakup, i/o pipeline refactoring, device failure handlingJeff Bonwick1-0/+6
2008-08-216727817 ZFS assertion failure (zero length arc_buf_alloc) during NFS I/OMark Maybee1-7/+24
2008-08-146579975 dnode_new_blkid should look before it locksJonathan W Adams1-9/+20
2008-07-076723124 Assertion failed: all || blocks_freed == 0 || db->db_last_dirtymaybee1-2/+12
2008-07-016573681 deleting a very large file can be slowmaybee1-115/+127
2007-08-266569719 panic dangling dbufs (dn=ffffffff28814d30, dbuf=ffffffff20756008)maybee1-35/+51
2007-06-29PSARC/2007/328 zfs upgradeahrens1-1/+1
2007-05-246542676 ARC needs to track meta-data memory overheadmaybee1-2/+5
2007-03-226520462 assertion failed in zio_write_compressahrens1-0/+1
2007-02-026512391 DMU should leverage ZIO dependencies to achieve greater parallelismmaybee1-13/+31
2006-11-106468748 assertion failure in dnode_syncahrens1-3/+18
2006-10-316424466 "panic: data after EOF" when unmounting abused poolahrens1-11/+30
2006-10-096460059 zfs destroy <snapshot> leaves behind kruftahrens1-10/+11
2006-07-266447381 dnode_free_range() does not handle non-power-of-two blocksizes correctlyahrens1-81/+105
2006-05-30PSARC 2006/223 ZFS Hot Spareseschrock1-24/+19
2006-05-166416794 zfs panics in dnode_reallocate during incremental zfs restoremaybee1-0/+1
2006-04-116407444 unhandled i/o error from dnode_next_offset_level()ahrens1-5/+8
2006-03-206393443 Remove remaining txg_wait_synced() from zfs unmount path.perrin1-1/+1
2006-03-116397222 corrupt microzap objectahrens1-1/+5
2006-03-106395371 ASSERT in dmu_tx_count_free: blkid + i < dn->dn_phys->dn_nblkptrahrens1-86/+42
2006-03-03PSARC 2006/077 zpool cleareschrock1-45/+77
2006-02-256389368 fat zap should use 16k blocks (with backwards compatability)ahrens1-9/+2
2006-02-086382360 dnode_setblksz assertion failedahrens1-3/+5
2005-11-096347448 non ZFS_DEBUG kernels shouldn't call empty verify functionsek1102371-6/+6
2005-10-31PSARC 2002/240 ZFSahrens1-0/+1304