]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/arc.c
Remove bcopy(), bzero(), bcmp()
[mirror_zfs.git] / module / zfs / arc.c
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-03-05 Alejandro ColomarUse _Noreturn (C11; GNU89) properly
2022-01-26 набClean up CSTYLEDs
2022-01-21 Mark JohnstonAvoid memory allocations in the ARC eviction thread
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2022-01-06 Christian Schwarzl2arc_write_buffers: remove redundant asserts
2021-12-23 набmodule: zfs: fix unused, remove argsused
2021-12-23 Alexander MotinReduce number of arc_prune threads
2021-12-07 Paul DagnelieZFS send/recv with ashift 9->12 leads to data corruption
2021-12-03 Rich ErcolaniCorrected a case where we could read uninited ABD memory
2021-11-11 George AmanakisIntroduce a tunable to exclude special class buffers...
2021-09-16 George AmanakisAvoid panic in case of pool errors and missing L2ARC
2021-09-10 Brian BehlendorfVerify embedded blkptr's in arc_read()
2021-09-08 Rich Ercolaniarc: Drop an incorrect assert
2021-08-17 Alexander MotinRemove b_pabd/b_rabd allocation from arc_hdr_alloc()
2021-08-17 Alexander MotinOptimize arc_l2c_only lists assertions
2021-08-17 Alexander MotinFix/improve dbuf hits accounting
2021-08-16 Allan JudeRestore FreeBSD sysctl processing for arc.min and arc.max
2021-08-10 Tony NguyenRun arc_evict thread at higher priority
2021-07-27 Alexander MotinAvoid small buffer copying on write
2021-07-27 Brian BehlendorfFix format specifier warnings
2021-07-26 George AmanakisFixes in persistent L2ARC
2021-07-26 набRemove NOTE(CONSTCOND) and note.h
2021-07-26 набReplace /*PRINTFLIKEn*/ with attribute(printf)
2021-07-20 Kevin JinAdd Module Parameter Regarding Log Size Limit
2021-07-20 Alexander MotinMinor ARC optimizations
2021-07-13 Alexander MotinFix ARC ghost states eviction accounting
2021-07-01 Alexander MotinCompact dbuf/buf hashes and lock arrays
2021-06-29 Alexander MotinAvoid 64bit division in multilist index functions
2021-06-23 Rich ErcolaniAnnotated dprintf as printf-like
2021-06-17 Alexander MotinUse wmsum for arc, abd, dbuf and zfetch statistics...
2021-06-17 George AmanakisAvoid deadlock when removing L2ARC devices under I/O
2021-06-10 Alexander MotinRe-embed multilist_t storage
2021-06-08 набmodule/zfs: arc: arc_hdr_realloc_crypt: remove unused...
2021-05-27 Alexander MotinIntroduce write-mostly sums
2021-04-03 Andrea GelminiFix various typos
2021-03-22 Andrea GelminiRemoved duplicated includes
2021-02-20 Ryan MoellerRestore FreeBSD resource usage accounting
2021-01-28 George AmanakisAvoid updating the L2ARC device header unnecessarily
2021-01-23 ColmFix two minor lint errors (cppcheck)
2021-01-20 Matthew Ahrensallow callers to allocate and provide the abd_t struct
2021-01-08 Matthew Ahrensassertion failed in arc_wait_for_eviction()
2020-12-17 Ryan MoellerAvoid extra work updating ARC kstats and tunables
2020-12-13 Matthew Macydmu_zfetch: fix memory leak
2020-12-10 Paul DagnelieImplement memory and CPU hotplug
2020-12-10 Brian BehlendorfCI: add zloop workflow
2020-12-09 Matthew MacyDecouple arc_read_done callback from arc buf instantiation
2020-11-16 George AmanakisFix ASSERT logic in l2arc_evict()
2020-11-10 Alexander MotinFix dmu_tx_dirty_throttle after arc_c reduction
2020-10-30 Alexander MotinYield periodically when rebuilding L2ARC
2020-10-22 Ryan MoellerAdd missing zfs_arc_evict_batch_limit tunable
2020-10-20 Adam D. MossNon-l2arc pool reads shouldn't be l2arc misses
2020-10-05 George AmanakisMake L2ARC tests more robust
2020-09-30 Sebastian Gottschalldo a cyclic seek for unused memory objects in pool
2020-09-22 George AmanakisRestore clearing of L2CACHE flag in arc_read_done()
2020-09-18 George Wilsonvdev_ashift should only be set once
2020-09-14 George AmanakisAdd L2ARC arcstats for MFU/MRU buffers and buffer conte...
2020-09-08 George AmanakisIntroduce ZFS module parameter l2arc_mfuonly
2020-09-04 Don BradyAvoid posting duplicate zpool events
2020-09-04 Matthew MacyReplace cv_{timed}wait_sig with cv_{timed}wait_idle...
2020-09-01 Toomas Soomezio_ereport_post() and zio_ereport_start() return value...
2020-08-25 Alexander MotinIntroduce limit on size of L2ARC headers
2020-08-21 Ryan MoellerImport vdev ashift optimization from FreeBSD
2020-08-20 Matthew MacyFreeBSD: 11.x arc_stats compatibility
2020-08-20 Michael NiewöhnerAdd zstd support to zfs
2020-08-19 Brian BehlendorfFix ARC aggsum access after arc_state_fini()
2020-08-18 Matthew AhrensInclude scatter_chunk_waste in arc_size
2020-08-17 Ryan MoellerFix l2arc_dev_rebuild_start thread name
2020-08-14 Allan JudeFix L2ARC reads when compressed ARC disabled
2020-08-12 Matthew MacyRestore ARC MFU/MRU pressure
2020-08-11 Allan JudeFix typo
2020-08-01 George AmanakisFix logging in l2arc_rebuild()
2020-08-01 Matthew MacyChanges to make openzfs build within FreeBSD buildworld
2020-08-01 Matthew AhrensRevise ARC shrinker algorithm
2020-07-29 Matthew MacyRename refcount.h to zfs_refcount.h
2020-07-29 Serapheim Dimitrop... Introduce names for ZTHRs
2020-07-22 Matthew AhrensAdjust ARC terminology
2020-07-19 Matthew AhrensRemove skc_reclaim, hdr_recl, kmem_cache shrinker
2020-07-10 George AmanakisFix a persistent L2ARC bug in l2arc_write_done()
2020-06-29 Matthew AhrensClean up OS-specific ARC and kmem code
2020-06-26 Matthew AhrensARC shrinking blocks reads/writes
2020-06-18 Arvind SankarMark functions as static
2020-06-18 Matthew MacyAdd abd_cache_reap_now for abd_chunk_cache users
2020-06-17 Alexander MotinSet initial arc_c to arc_c_min instead of arc_c_max
2020-06-10 Andrea GelminiFix typos
2020-06-09 George AmanakisTrim L2ARC
2020-06-03 Ryan MoellerPeriodically update ARC kstats
2020-05-20 DeHackEdUse boot_ncpus in place of max_ncpus in taskq_create
2020-05-07 George AmanakisImprovements on persistent L2ARC
2020-04-17 George AmanakisPersistent L2ARC minor fixes
2020-04-10 George AmanakisPersistent L2ARC
2020-04-09 Ryan MoellerDon't ignore zfs_arc_max below allmem/32
2020-03-31 George AmanakisReset l2ad_hand and l2ad_first in l2arc_evict
2020-03-27 Ryan MoellerLet default arc_c_max be platform dependent
2020-03-27 Matthew AhrensCompile cityhash code into libzfs
2020-03-12 Mark RoperPrevent deadlock in arc_read in Linux memory reclaim...
2020-03-10 Matthew AhrensImprove zfs send performance by bypassing the ARC
2020-02-28 Matthew AhrensImprove zfs destroy performance with zio_t-free zio_free()
2019-12-05 Matthew MacyReplace ASSERTV macro with compiler annotation
2019-12-03 Alexander MotinFix use-after-free in case of L2ARC prefetch failure
next