]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dnode.c
Fix typos in module/zfs/
[mirror_zfs.git] / module / zfs / dnode.c
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-08-28 Chunwei ChenFix zil replay panic when TX_REMOVE followed by TX_CREATE
2019-08-15 Serapheim Dimitrop... Assert that a dnode's bonuslen never exceeds its record...
2019-07-25 Matthew AhrensReplace zf_rwlock with a mutex
2019-07-15 Brian BehlendorfExport dnode symbols
2019-07-08 Paul DagnelieDecrease contention on dn_struct_rwlock
2019-05-20 Paul DagnelieFix incorrect assertion in dnode_dirty_l1range
2019-05-07 Brian BehlendorfFix send/recv lost spill block
2019-04-12 Brian BehlendorfFix TXG_MASK cstyle
2019-04-06 Brian BehlendorfRevert "Fix issues with truncated files in raw sends"
2019-03-27 Tom CaputiFix issues with truncated files in raw sends
2019-03-20 Julian HeukingAdd missing dmu_zfetch_fini() in dnode_move_impl()
2019-03-13 Tom CaputiFix handling of maxblkid for raw sends
2019-02-22 lidongyangFix dnode_hold_impl() soft lockup
2019-01-10 Tom CaputiDon't allow dnode allocation if dn_holds != 0
2018-12-05 Brian BehlendorfFix dnode_hold() freeing dnode behavior
2018-10-01 Tim SchumacherPrefix all refcount functions with zfs_
2018-09-26 Tim SchumacherLinux 4.19-rc3+ compat: Remove refcount_t compat
2018-08-02 George WilsonFix OpenZFS 9337 mismerge
2018-07-30 Matthew AhrensOpenZFS 9439 - ZFS double-free due to failure to dirty...
2018-07-30 Paul DagnelieOpenZFS 9438 - Holes can lose birth time info if a...
2018-07-25 Matthew AhrensOpenZFS 9338 - moved dnode has incorrect dn_next_type
2018-07-12 Matthew AhrensOpenZFS 9337 - zfs get all is slow due to uncached...
2018-06-26 Serapheim Dimitrop... OpenZFS 9166 - zfs storage pool checkpoint
2018-06-13 Matthew AhrensOpenZFS 9577 - remove zfs_dbuf_evict_key tsd
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-04-17 Tom CaputiFix object reclaim when using large dnodes
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-04-10 Tom CaputiFix race in dnode_check_slots_free()
2018-02-13 Nasf-FanProject Quota on ZFS
2018-02-02 Tom CaputiRaw sends must be able to decrease nlevels
2018-02-02 Tom CaputiEncryption Stability and On-Disk Format Fixes
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-09-05 Olaf FaalandImproved dnode allocation and dmu_hold_impl()
2017-08-29 Matthew AhrensEnhance comments for large dnode project
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-08-08 Brian BehlendorfFix dnode allocation race
2017-08-03 Ned BassUse SET_ERROR for constant non-zero return codes
2017-06-29 Matthew AhrensClean up large dnode code
2017-03-21 Matthew AhrensOpenZFS 7968 - multi-threaded spa_sync()
2017-03-07 Brian BehlendorfOpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_...
2017-01-26 George MelikovOpenZFS 7500 - Simplify dbuf_free_range by removing...
2017-01-26 George MelikovOpenZFS 6676 - Race between unique_insert() and unique_...
2017-01-13 LOLiFix unallocated object detection for large_dnode datasets
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-10-11 Brian BehlendorfFix zfsctl_snapshot_{,un}mount() issues
2016-10-07 Brian BehlendorfFletcher4: Incremental updates and ctx calculation
2016-10-07 Brian BehlendorfAdd python style checking
2016-10-07 Jinshan XiongOpenZFS 6988 spa_sync() spends half its time in dmu_obj...
2016-09-29 Gvozden Neskovicfix: Shift exponent too large
2016-09-13 George WilsonOpenZFS 6950 - ARC should cache compressed data
2016-08-31 Gvozden NeskovicPerformance optimization of AVL tree comparator functions
2016-07-25 Tim ChaseLimit the amount of dnode metadata in the ARC
2016-06-24 Ned BassImplement large_dnode pool feature
2016-01-12 Matthew AhrensIllumos 5987 - zfs prefetch code needs work
2016-01-08 Paul DagnelieIllumos 5960, 5925
2015-12-22 Olaf FaalandIdentify locks flagged by lockdep
2015-07-06 Matthew AhrensIllumos 5911 - ZFS "hangs" while deleting file
2015-05-11 Alex ReeceIllumos 5422 - preserve AVL invariants in dn_dbufs
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-04-28 Justin T. GibbsIllumos 5056 - ZFS deadlock on db_mtx and dn_holds
2015-04-28 Justin T. GibbsIllumos 5314 - Remove "dbuf phys" db->db_data pointer...
2015-04-28 Alex ReeceIllumos 5095 - panic when adding a duplicate dbuf to...
2015-04-28 Justin T. GibbsIllumos 5038 - Remove "old-style" flexible array usage...
2015-04-28 Alex ReeceIllumos 4873 - zvol unmap calls can take a very long...
2015-04-28 Jorgen LundmanIllumos 4975 - missing mutex_destroy() calls in zfs
2015-03-12 Justin T. GibbsIllumos 5630 - stale bonus buffer in recycled dnode_t...
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2015-01-16 Brian BehlendorfRetire KM_NODEBUG
2015-01-07 Ned BassRemove duplicate typedefs from trace.h
2014-09-23 Matthew AhrensIllumos 5139 - SEEK_HOLE failed to report a hole at...
2014-08-01 Matthew AhrensIllumos 4757, 4913
2014-07-30 Matthew AhrensIllumos #4374
2014-07-28 Max GrossmanIllumos 4370, 4371
2014-07-22 George WilsonIllumos #4101, #4102, #4103, #4105, #4106
2014-05-22 Brian BehlendorfUse default slab types
2013-12-06 Matthew AhrensIllumos #4045 write throttle & i/o scheduler performanc...
2013-11-05 Matthew AhrensIllumos #4047
2013-11-04 Will AndrewsIllumos #3742
2013-10-31 Matthew AhrensIllumos #3598
2013-09-04 Matthew AhrensIllumos #3464
2013-06-19 Madhav SureshIllumos #3006
2013-01-08 Brian BehlendorfMerge branch 'feature-flags'
2013-01-08 Christopher SidenIllumos #2619 and #2747
2012-08-27 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2011-11-03 Brian BehlendorfImprove meta data performance
2011-07-19 Brian BehlendorfFix zio_execute() deadlock
2010-09-17 Ricardo M. CorreiaQuiet down very frequent large allocation warning in...
2010-08-31 Brian BehlendorfFix dnode_move() scope
2010-08-31 Brian BehlendorfFix gcc unused variable warnings
2010-08-31 Brian BehlendorfFix gcc missing parenthesis warnings
2010-08-27 Brian BehlendorfFix gcc useless debug warnings
2010-08-26 Brian BehlendorfUpdate to onnv_147
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2009-08-18 Brian BehlendorfRebase master to b121
2009-07-02 Brian BehlendorfRebase master to b117
2009-02-18 Brian BehlendorfRebase master to b108
2009-01-15 Brian BehlendorfRebase master to b105
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...