summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/zfs/dmu_traverse.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-2011479 zfs project supportNasf-Fan1-8/+18
2019-06-258727 Native data and metadata encryption for zfsTom Caputi1-10/+36
2019-05-1310405 Implement ZFS sorted scansToomas Soome1-1/+2
2019-03-2810573 define TASKQID_INVALID as (taskq_id)0Toomas Soome1-2/+2
2019-02-138423 Implement large_dnode pool featureToomas Soome1-4/+4
2018-03-149166 zfs storage pool checkpointSerapheim Dimitropoulos1-8/+6
2016-09-257402 Create tunable to ignore hole_birth featurePaul Dagnelie1-1/+3
2016-07-146950 ARC should cache compressed dataGeorge Wilson1-2/+2
2016-03-096370 ZFS send fails to transmit some holesPaul Dagnelie1-13/+36
2015-10-092605 want to resume interrupted zfs sendMatthew Ahrens1-31/+41
2015-07-195960 zfs recv should prefetch indirect blocksPaul Dagnelie1-2/+26
2015-03-245694 traverse_prefetcher does not prefetch enoughGeorge Wilson1-10/+9
2015-01-065056 ZFS deadlock on db_mtx and dn_holdsJustin Gibbs1-1/+1
2014-12-065369 arc flags should be an enumGeorge Wilson1-6/+6
2014-12-045314 Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs1-3/+3
2014-11-225311 traverse_dnode may report success when it should notJustin T. Gibbs1-1/+1
2014-11-065243 zdb -b could be much fasterMatthew Ahrens1-19/+22
2014-06-254914 zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens1-14/+14
2014-06-054881 zfs send performance degradation when embedded block pointers are encoun...Matthew Ahrens1-15/+20
2014-06-054390 i/o errors when deleting filesystem/zvol can lead to space map corruptionMatthew Ahrens1-72/+54
2014-06-054757 ZFS embedded-data block pointers ("zero block compression")Matthew Ahrens1-1/+1
2014-01-274504 traverse_visitbp: visit DMU_GROUPUSED_OBJECT before DMU_USERUSED_OBJECTMatthew Ahrens1-6/+6
2013-12-124391 panic system rather than corrupting pool if we hit bug 4390Matthew Ahrens1-1/+1
2013-12-094370 avoid transmitting holes during zfs sendMax Grossman1-7/+30
2013-10-084171 clean up spa_feature_*() interfacesMatthew Ahrens1-1/+1
2013-03-083598 want to dtrace when errors are generated in zfsMatthew Ahrens1-2/+2
2013-02-283464 zfs synctask code needs restructuringMatthew Ahrens1-18/+24
2013-02-013498 panic in arc_read(): !refcount_is_zero(&pbuf->b_hdr->b_refcnt)George Wilson1-44/+35
2012-09-073006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh1-1/+1
2012-08-313122 zfs destroy filesystem should prefetch blocksMatthew Ahrens1-14/+83
2012-08-01backout 3006: causes 3046 (panics after mounting root)Richard Lowe1-1/+1
2012-07-313006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh1-1/+1
2012-05-212619 asynchronous destruction of ZFS file systemsChristopher Siden1-10/+97
2010-08-07PSARC 2010/105 zfs diffTim Haley1-0/+2
2010-07-146844896 recursive snapshots take a long timeMatthew Ahrens1-28/+35
2010-06-106959846 DMU traverse prefetch size should be a global tunableChris Kirby1-1/+3
2010-05-036675946 'zpool status' should show the progress of resilvering for individual...Lin Ling1-23/+28
2010-03-166716117 ZFS needs native system attribute infrastructureMark Shellenbaum1-0/+13
2010-02-206848238 zdb -bcsv does not report all corruptionsVictor Latushkin1-22/+53
2010-02-176595532 ZIL is too talkativeNeil Perrin1-2/+3
2009-11-196899923 vdev_offline/vdev_add deadlockJeff Bonwick1-4/+4
2009-11-01PSARC 2009/571 ZFS Deduplication PropertiesJeff Bonwick1-33/+30
2009-10-30PSARC 2009/479 zpool recovery supportTim Haley1-8/+12
2009-04-18PSARC/2009/204 ZFS user/group quotas & space accountingMatthew Ahrens1-19/+37
2009-02-106796377 panic on rollback in space_map_add()Matthew Ahrens1-5/+1
2008-12-016328632 zpool offline is a bit too conservativeJeff Bonwick1-1/+1
2008-11-056765626 zfs send takes up too much stack spaceEric Taylor1-6/+1
2008-10-146333409 traversal code should be able to issue multiple reads in parallelMatthew Ahrens1-792/+283
2008-07-076343667 scrub/resilver has to start over when a snapshot is takenahrens1-1/+4
2008-04-11PSARC 2006/370 ZFS Boot Supportgw252951-1/+30