summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/zfs/zap.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-259691 fat zap should prefetch when iteratingMatthew Ahrens1-1/+45
2019-02-138423 Implement large_dnode pool featureToomas Soome1-2/+11
2018-05-099328 zap code can take advantage of c99Matthew Ahrens1-136/+103
2017-02-287793 ztest fails assertion in dmu_tx_willuse_spaceMatthew Ahrens1-61/+0
2016-11-116676 Race between unique_insert() and unique_remove() causes ZFS fsid changeJosef 'Jeff' Sipek1-5/+6
2016-09-027004 dmu_tx_hold_zap() does dnode_hold() 7x on same objectMatthew Ahrens1-3/+15
2016-08-307003 zap_lockdir() should tag holdMatthew Ahrens1-15/+18
2016-06-097054 dmu_tx_hold_t should use refcount_t to track spaceMatthew Ahrens1-10/+16
2016-04-146736 ZFS per-vdev ZAPsJoe Stein1-3/+3
2016-04-056842 Fix empty xattr dir causing lockupChunwei Chen1-1/+8
2015-07-195960 zfs recv should prefetch indirect blocksPaul Dagnelie1-5/+8
2015-01-065056 ZFS deadlock on db_mtx and dn_holdsJustin Gibbs1-17/+18
2014-12-045314 Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs1-80/+78
2014-04-154374 dn_free_ranges should use range_tree_tMatthew Ahrens1-3/+3
2013-06-113743 zfs needs a refcount auditWill Andrews1-14/+24
2013-04-073654 zdb should print number of ganged blocksMatthew Ahrens1-25/+0
2013-03-083598 want to dtrace when errors are generated in zfsMatthew Ahrens1-9/+9
2012-09-073006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh1-5/+5
2012-08-273104 eliminate empty bpobjsMatthew Ahrens1-0/+10
2012-08-01backout 3006: causes 3046 (panics after mounting root)Richard Lowe1-5/+5
2012-07-313006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh1-5/+5
2012-05-212619 asynchronous destruction of ZFS file systemsChristopher Siden1-0/+14
2010-05-196938089 dedup-induced latency causes FC initiator logouts/FC port resetsGeorge Wilson1-0/+15
2010-05-036675946 'zpool status' should show the progress of resilvering for individual...Lin Ling1-4/+79
2010-04-296944833 Avoid prefetching dbufs in dmu_sync() pathJeff Bonwick1-14/+17
2009-11-236903705 dedup=fletcher4,verify doesn't byteswap correctly, has lots of hash c...Matthew Ahrens1-2/+2
2009-11-09PSARC 2009/510 ZFS received propertiesTom Erickson1-11/+27
2009-11-01PSARC 2009/571 ZFS Deduplication PropertiesJeff Bonwick1-17/+24
2009-09-226650218 Commit callbacks API for the DMURicardo M. Correia1-0/+25
2009-09-016870347 assertion failure in dmu_tx_willuse_space(): refcount_count(&tx->tx_s...Sanjeev Bagewadi1-6/+6
2009-08-286875779 zfs user accounting callbacks can be simplifiedMatthew Ahrens1-0/+24
2009-05-196664765 Unable to remove files when using fat-zap and quota exceeded on ZFS f...Sanjeev Bagewadi1-0/+55
2009-05-186736004 zvols need an additional property for comstar supportEric Taylor1-4/+2
2008-07-076343667 scrub/resilver has to start over when a snapshot is takenahrens1-1/+52
2007-11-206622831 normalization properties are not preserved by "zfs send"timh1-3/+4
2007-11-196626801 deadbeef panic in fzap_update()bonwick1-9/+17
2007-10-306623831 assertion failed in dmu_tx_willuse_space() from mzap_upgrade()ahrens1-2/+3
2007-10-25PSARC/2007/218 caller_context_t in all VOPsamw1-47/+48
2007-06-29PSARC/2007/328 zfs upgradeahrens1-3/+7
2006-10-036463348 ZFS code could be more portablend1506281-9/+2
2006-08-296462174 zap_update() likes to return 0ahrens1-1/+1
2006-03-166392291 zdb needs to tell the entire goodness of the fat zapnd1506281-1/+18
2006-03-096389897 remove zap leaf chaining code as it is never usedahrens1-173/+112
2006-03-03PSARC 2006/077 zpool cleareschrock1-121/+203
2006-02-256389368 fat zap should use 16k blocks (with backwards compatability)ahrens1-60/+74
2005-11-106347493 tar of 25K empty directory entries in ZFS takes 30+ seconds ...ahrens1-5/+20
2005-10-31PSARC 2002/240 ZFSahrens1-0/+1010