summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/zfs/sa.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-09 [illumos-gate merge]Jerry Jelinek1-3/+3
2019-12-0611971 Reduce loaded range tree memory usagePaul Dagnelie1-3/+3
2019-11-2111927 Log, or optionally panic, on zero-length kmem allocationsBryan Cantrill1-4/+7
2019-08-21 [illumos-gate merge]Jerry Jelinek1-3/+186
2019-08-2011479 zfs project supportNasf-Fan1-3/+186
2019-06-26 [illumos-gate merge]Jerry Jelinek1-1/+1
2019-06-258727 Native data and metadata encryption for zfsTom Caputi1-1/+1
2019-04-29 [illumos-gate merge]Jerry Jelinek1-18/+10
2019-04-2610809 Performance optimization of AVL tree comparator functionsGvozden Neskovic1-18/+10
2019-04-24 [illumos-gate merge]release-20190425Jerry Jelinek1-2/+2
2019-04-2310731 zfs: NULL pointer errorsToomas Soome1-2/+2
2019-02-22 [illumos-gate merge]Jerry Jelinek1-5/+5
2019-02-2110343 ZoL: Prefix all refcount functions with zfs_Tim Schumacher1-5/+5
2019-02-14 [illumos-gate merge]Jerry Jelinek1-8/+12
2019-02-138423 Implement large_dnode pool featureToomas Soome1-8/+12
2017-04-14 [illumos-gate merge]Jerry Jelinek1-6/+5
2017-04-138061 sa_find_idx_tab can be declared more type-safelyMatthew Ahrens1-6/+5
2016-11-14 [illumos-gate merge]Jerry Jelinek1-4/+6
2016-11-116676 Race between unique_insert() and unique_remove() causes ZFS fsid changeJosef 'Jeff' Sipek1-4/+6
2016-02-09 [illumos-gate merge]Jerry Jelinek1-0/+1
2016-02-085027 zfs large block support (add copyright)Matthew Ahrens1-0/+1
2015-12-22 [illumos-gate merge]Jerry Jelinek1-17/+38
2015-12-216529 Properly handle updates of variably-sized SA entries.Andriy Gapon1-17/+38
2015-11-05 [illumos-gate merge]Jerry Jelinek1-24/+22
2015-11-046434 sa_find_sizes() may compute wrong SA header sizeJames Pan1-24/+22
2015-04-25OS-4194 kmem_alloc() should deprecate KM_SLEEP allocations of 0 bytesBryan Cantrill1-4/+8
2015-01-275562 ZFS sa_handle's violate kmem invariants, debug kernels panic on bootJustin T. Gibbs1-14/+6
2015-01-065056 ZFS deadlock on db_mtx and dn_holdsJustin Gibbs1-20/+22
2014-12-045314 Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs1-4/+3
2014-11-075027 zfs large block supportMatthew Ahrens1-3/+3
2014-07-154975 missing mutex_destroy() calls in zfsJorgen Lundman1-0/+4
2013-06-113742 zfs comments need cleaner, more consistent styleWill Andrews1-2/+1
2013-03-083598 want to dtrace when errors are generated in zfsMatthew Ahrens1-8/+8
2013-02-283464 zfs synctask code needs restructuringMatthew Ahrens1-3/+3
2013-02-103522 zfs module should not allow uninitialized variablesGeorge Wilson1-3/+5
2013-02-083512 rounding discrepancy in sa_find_sizes()Ned Bass1-0/+21
2012-05-212619 asynchronous destruction of ZFS file systemsChristopher Siden1-8/+8
2011-10-211661 ZFS bug in sa_find_sizes() that can lead to panicXin Li1-2/+3
2010-06-246710343 dnode cache should register a dnode_move() callback to limit fragment...Tom Erickson1-1/+6
2010-06-146957974 assertion failed: 0 == sa_lookup(zp->z_sa_hdl, SA_ZPL_ZNODE_ACL(zp->z...Mark Shellenbaum1-1/+9
2010-05-256952177 SA handling of on-disk corruption can be improvedMark Shellenbaum1-65/+136
2010-04-196939983 assertion failed: zap_count(os, DMU_USERUSED_OBJECT, &count) != 0||co...Mark Shellenbaum1-3/+2
2010-03-166716117 ZFS needs native system attribute infrastructureMark Shellenbaum1-0/+1887