summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/zfs/dnode.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-0611971 Reduce loaded range tree memory usagePaul Dagnelie1-5/+6
2019-11-1111943 Fix out-of-order ZIL txtype lost on hardlinked filesChunwei Chen1-12/+37
2019-08-2011479 zfs project supportNasf-Fan1-3/+19
2019-06-258727 Native data and metadata encryption for zfsTom Caputi1-41/+98
2019-04-2610809 Performance optimization of AVL tree comparator functionsGvozden Neskovic1-19/+7
2019-03-2710572 Fix race in dnode_check_slots_free()Tom Caputi1-10/+20
2019-03-0310452 ZoL: merge in large dnode feature fixesFabian Grünbichler1-2/+1
2019-02-2110343 ZoL: Prefix all refcount functions with zfs_Tim Schumacher1-23/+23
2019-02-138423 Implement large_dnode pool featureToomas Soome1-113/+452
2018-07-199577 remove zfs_dbuf_evict_key tsdMatthew Ahrens1-3/+4
2018-06-199338 moved dnode has incorrect dn_next_typeMatthew Ahrens1-0/+2
2018-06-199439 ZFS double-free due to failure to dirty indirect blockMatthew Ahrens1-4/+2
2018-06-199438 Holes can lose birth time info if a block has a mix of birth timesPaul Dagnelie1-0/+68
2018-03-149166 zfs storage pool checkpointSerapheim Dimitropoulos1-1/+3
2018-01-308809 libzpool should leverage work done in libfakekernelAndrew Stormont1-1/+8
2018-01-107614 zfs device evacuation/removalPrashanth Sreenivasa1-2/+1
2017-03-167968 multi-threaded spa_sync()Matthew Ahrens1-29/+7
2017-02-287793 ztest fails assertion in dmu_tx_willuse_spaceMatthew Ahrens1-19/+0
2016-11-116676 Race between unique_insert() and unique_remove() causes ZFS fsid changeJosef 'Jeff' Sipek1-3/+3
2016-11-067500 Simplify dbuf_free_range by removing dn_unlisted_l0_blkidStephen Blinick1-6/+1
2016-07-146950 ARC should cache compressed dataGeorge Wilson1-1/+1
2016-02-085027 zfs large block support (add copyright)Matthew Ahrens1-0/+1
2015-09-095987 zfs prefetch code needs workMatthew Ahrens1-3/+1
2015-07-195960 zfs recv should prefetch indirect blocksPaul Dagnelie1-9/+9
2015-06-125911 ZFS "hangs" while deleting fileMatthew Ahrens1-13/+63
2015-03-035630 stale bonus buffer in recycled dnode_t leads to data corruptionJustin T. Gibbs1-1/+7
2015-01-065056 ZFS deadlock on db_mtx and dn_holdsJustin Gibbs1-30/+53
2014-12-175422 preserve AVL invariants in dn_dbufsAlex Reece1-6/+4
2014-12-045314 Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs1-1/+1
2014-11-075027 zfs large block supportMatthew Ahrens1-5/+5
2014-09-115139 SEEK_HOLE failed to report a hole at end of fileMatthew Ahrens1-0/+9
2014-08-195095 panic when adding a duplicate dbuf to dn_dbufsAlex Reece1-16/+18
2014-08-015038 Remove "old-style" flexible array usage in ZFS.Justin T. Gibbs1-3/+3
2014-07-264873 zvol unmap calls can take a very long time for larger datasetsAlex Reece1-11/+48
2014-07-154975 missing mutex_destroy() calls in zfsJorgen Lundman1-0/+5
2014-06-054757 ZFS embedded-data block pointers ("zero block compression")Matthew Ahrens1-2/+2
2014-04-154374 dn_free_ranges should use range_tree_tMatthew Ahrens1-106/+19
2013-12-094370 avoid transmitting holes during zfs sendMax Grossman1-31/+22
2013-10-014101 metaslab_debug should allow for fine-grained controlGeorge Wilson1-1/+1
2013-08-264045 zfs write throttle & i/o scheduler performance workMatthew Ahrens1-9/+8
2013-08-204047 panic from dbuf_free_range() from dmu_free_object() while doing zfs receiveMatthew Ahrens1-1/+6
2013-06-113742 zfs comments need cleaner, more consistent styleWill Andrews1-8/+10
2013-03-083598 want to dtrace when errors are generated in zfsMatthew Ahrens1-14/+14
2013-02-283464 zfs synctask code needs restructuringMatthew Ahrens1-1/+5
2012-09-073006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh1-38/+38
2012-08-01backout 3006: causes 3046 (panics after mounting root)Richard Lowe1-38/+38
2012-07-313006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh1-38/+38
2012-05-212619 asynchronous destruction of ZFS file systemsChristopher Siden1-8/+11
2010-06-246710343 dnode cache should register a dnode_move() callback to limit fragment...Tom Erickson1-53/+509
2010-06-086494473 ZFS needs a way to slow down resilveringGeorge Wilson1-2/+1