summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/dnlc.c
AgeCommit message (Collapse)AuthorFilesLines
2015-03-02OS-3975 dnlc_reverse_lookup() is unsafe at any speedBryan Cantrill1-44/+0
2014-08-125045 use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek1-2/+2
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2010-06-246710343 dnode cache should register a dnode_move() callback to limit ↵Tom Erickson1-13/+14
fragmentation 6583724 dnode_create should not call kmem_cache_constructor directly 6374545 disk write cache flush code overloads buf_t.b_list pointer
2009-11-13PSARC/2009/396 Tickless Kernel Architecture / lbolt decouplingRafael Vanoni1-10/+8
6860030 tickless clock requires a clock() decoupled lbolt / lbolt64 Portions contributed by Chad Mynhier <cmynhier@gmail.com>
2008-05-266554564 slab allocator cannot release slabs with lonely bufferstomee1-35/+57
6676406 kmem client constructors and destructors need some cleanup
2006-03-236343608 ZFS file range lockingperrin1-26/+45
6365101 zfs: copying from NFS to ZFS makes ksh response very sluggish 6393003 System hung -- out of memory (kernel va) due to zil's itx_t's 6393671 deadlock between dnlc_reduce_cache() and zfs_zget() 6399298 system seems to be spinning in dnlc_reduce_cache()
2006-02-276390754 gcc and dnlc don't get alongek1102371-1/+2
2006-02-246350001 ZFS lookup performance still much slower than UFS : help tar : help ↵ek1102371-9/+29
spec SFS 6383405 ARC needs to purge some DNLC entries when memory is low
2006-01-136320011 dnlc_purge_vp() is horribly inefficient when called by multiple ↵ah898921-12/+8
threads to purge the same vnode
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+1966