]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/zfs/dbuf.c
zfetch: Don't issue new streams when old have not completed
[FreeBSD/FreeBSD.git] / module / zfs / dbuf.c
2020-09-28 Matthew Macyzfetch: Don't issue new streams when old have not completed
2020-09-04 Matthew MacyReplace cv_{timed}wait_sig with cv_{timed}wait_idle...
2020-08-20 Michael NiewöhnerAdd zstd support to zfs
2020-07-26 Matthew MacyMake use of ZFS_DEBUG consistent within kmod sources
2020-07-25 Ryan MoellerLimit dbuf cache sizes based only on ARC target size...
2020-06-18 Arvind SankarMark functions as static
2020-03-27 Matthew AhrensCompile cityhash code into libzfs
2020-02-28 Matthew MacyConsolidate arc_buf allocation checks
2020-02-27 Matthew MacyRefactor dnode dirty context from dbuf_dirty
2020-02-18 Matthew MacyFactor out some dbuf subroutines and add state change...
2020-02-13 Alexander MotinRemove duplicate dbufs accounting
2020-02-11 Matthew MacyAddress Coverity warnings in #9902
2020-02-10 Brian BehlendorfAdd missing dmu_buf_unlock_parent() calls to dbuf_read_...
2020-02-07 Matthew MacyFactor out dbuf_sync_bonus
2020-02-05 Alexander MotinFew microoptimizations to dbuf layer
2020-02-05 Matthew MacyConvert dbuf dirty record record list to a list_t
2020-02-04 Alexander MotinPrepare ks_data before calling kstat_install()
2019-12-05 Matthew MacyReplace ASSERTV macro with compiler annotation
2019-11-01 Prakash SuryaEnable use of DTRACE_PROBE* macros in "spl" module
2019-10-03 Tony Nguyendbuf_hold_impl() cleanup to improve cached read performance
2019-09-11 Matthew MacyOpenZFS restructuring - move linux tracing code to...
2019-09-05 Matthew MacyMake module tunables cross platform
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-08-15 Serapheim Dimitrop... dmu_tx_wait() hang likely due to cv_signal() in dsl_poo...
2019-08-15 Serapheim Dimitrop... Assert that a dnode's bonuslen never exceeds its record...
2019-07-26 Sara HartseFast Clone Deletion
2019-07-17 jdikeFix lockdep recursive locking false positive in dbuf_de...
2019-07-08 Paul DagnelieDecrease contention on dn_struct_rwlock
2019-06-24 Matthew AhrensRemove code for zfs remap
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2019-05-07 Brian BehlendorfFix send/recv lost spill block
2019-04-12 Brian BehlendorfFix TXG_MASK cstyle
2019-03-13 Tom CaputiFix handling of maxblkid for raw sends
2019-03-06 Paul ZuchowskiStack overflow in recursive bpobj_iterate_impl
2019-01-17 Tom CaputiFix error handling incallers of dbuf_hold_level()
2019-01-15 Tom CaputiFix zio leak in dbuf_read()
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-31 Matthew Ahrensclean up __dbuf_hold_impl
2018-08-29 Tom CaputiOpenZFS 9403 - assertion failed in arc_buf_destroy()
2018-08-20 Tom CaputiFix issues with raw receive_write_byref()
2018-08-13 Tomohiro KusumiFix comment on calculating blkid
2018-08-02 George WilsonFix OpenZFS 9337 mismerge
2018-07-12 Matthew AhrensOpenZFS 9337 - zfs get all is slow due to uncached...
2018-07-02 Tom CaputiFix coverity defects: CID 176037
2018-06-28 Tom CaputiRaw receive fix and encrypted objset security fix
2018-06-18 Tom CaputiAdd ASSERT to debug encryption key mapping issues
2018-06-13 Matthew AhrensOpenZFS 9577 - remove zfs_dbuf_evict_key tsd
2018-06-06 Paul DagnelieOpenZFS 8484 - Implement aggregate sum and use for...
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-04-17 Matthew Ahrensassertion in arc_release() during encrypted receive
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-04-10 Tom CaputiFix race in dnode_check_slots_free()
2018-03-31 Tom CaputiDecryption error handling improvements
2018-03-31 Tom CaputiEncrypted dnode blocks should be prefetched raw
2018-03-13 Brian BehlendorfOpenZFS 9188 - increase size of dbuf cache to reduce...
2018-02-27 Tom CaputiRaw DRR_OBJECT records must write raw data
2018-02-21 Tom CaputiRaw receives must compress metadnode blocks
2018-02-13 Nasf-FanProject Quota on ZFS
2018-02-02 Tom CaputiChange os->os_next_write_raw to work per txg
2018-01-29 Giuseppe Di NataleAdd dbuf hash and dbuf cache kstats
2018-01-08 Brian BehlendorfFix ARC hit rate
2017-11-16 Tom CaputiSequential scrub and resilvers
2017-11-12 benrubsonOpenZFS 7531 - Assign correct flags to prefetched buffers
2017-11-08 Tim ChaseHandle compressed buffers in __dbuf_hold_impl()
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-10-27 Brian BehlendorfOpenZFS 8081 - Compiler warnings in zdb
2017-10-13 Brian BehlendorfPost-Encryption Followup
2017-10-11 Tom CaputiFixes for #6639
2017-10-11 Tom CaputiEncryption patch follow-up
2017-09-29 chrisrdScale the dbuf cache with arc_c
2017-08-24 chrisrddbuf_cons: deduplicate multilist_link_init()
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-08-11 Brian BehlendorfSimplify threads, mutexs, cvs and rwlocks
2017-07-07 Matthew AhrensOpenZFS 8126 - ztest assertion failed in dbuf_dirty...
2017-06-29 Matthew AhrensClean up large dnode code
2017-06-09 Matthew AhrensOpenZFS 8156 - dbuf_evict_notify() does not need dbuf_e...
2017-06-07 Matthew AhrensOpenZFS 8155 - simplify dmu_write_policy handling of...
2017-05-26 Alan SomersOpenZFS 8070 - Add some ZFS comments
2017-04-26 Dan KimmelOpenZFS 7252 - compressed zfs send / receive
2017-04-24 Matthew AhrensOpenZFS 8025 - dbuf_read() creates unnecessary zio_root...
2017-04-09 George WilsonOpenZFS 8023 - Panic destroying a metaslab deferred...
2017-03-21 Matthew AhrensOpenZFS 7968 - multi-threaded spa_sync()
2017-03-07 Brian BehlendorfOpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_...
2017-02-15 Matthew Ahrenszfs_arc_num_sublists_per_state should be common to...
2017-02-02 Giuseppe Di NataleRemove lint ifdef checks in zdb and dbuf
2017-01-28 George MelikovOpenZFS 7580 - ztest failure in dbuf_read_impl
2017-01-27 George MelikovOpenZFS 7254 - ztest failed assertion in ztest_dataset_...
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-22 George Melikovcodebase style improvements for OpenZFS 6459 port
2017-01-03 ka7Fix spelling
2016-12-13 bunder2015Fix typos in dbuf.c
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-12-08 Brian BehlendorfSpeed up zvol import and export speed
2016-12-01 Brian BehlendorfOpenZFS 7143 - dbuf_read() creates unnecessary zio_root...
2016-11-30 Brian BehlendorfConvert zio_buf_alloc() consumers
2016-11-30 Brian BehlendorfIntroduce ARC Buffer Data (ABD)
2016-11-29 David QuigleyDLPX-44812 integrate EP-220 large memory scalability
next