]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/arc.c
zio_ereport_post() and zio_ereport_start() return values are ignored
[mirror_zfs.git] / module / zfs / arc.c
2020-09-03 Toomas Soomezio_ereport_post() and zio_ereport_start() return value...
2020-08-27 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
2019-11-21 Matthew MacyAdd zfs_file_* interface, remove vnodes
2019-11-01 Prakash SuryaEnable use of DTRACE_PROBE* macros in "spl" module
2019-10-26 loli10KFix for ARC sysctls ignored at runtime
2019-10-24 Brian BehlendorfLinux 4.14, 4.19, 5.0+ compat: SIMD save/restore
2019-10-18 Matthew MacyOpenZFS restructuring - ARC memory pressure
2019-10-09 Paul DagnelieReduce loaded range tree memory usage
2019-10-01 Matthew MacyOpenZFS restructuring - arc_stats
2019-09-11 Matthew MacyOpenZFS restructuring - move linux tracing code to...
2019-09-10 Brian BehlendorfEnable SIMD for encryption
2019-09-05 Matthew MacyMake module tunables cross platform
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-08-16 Paul DagnelieCap metaslab memory usage
2019-07-18 Serapheim Dimitrop... hdr_recl calls zthr_wakeup() on destroyed zthr
2019-07-03 Brian BehlendorfCheck b_freeze_cksum under ZFS_DEBUG_MODIFY conditional
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2019-06-14 Alexander MotinMinimize aggsum_compare(&arc_size, arc_c) calls.
2019-06-12 Matthew AhrensTarget ARC size can get reduced to arc_c_min
2019-06-11 Matthew Ahrenssingle-chunk scatter ABDs can be treated as linear
2019-06-10 Alexander MotinFix comparison signedness in arc_is_overflowing()
2019-06-06 Allan Judel2arc_apply_transforms: Fix typo in comment
2019-05-04 Tomohiro KusumiLinux 5.0 compat: Use totalhigh_pages()
2019-04-05 Sara HartseRestrict kstats and print real pointers
2019-03-15 Brian BehlendorfFix l2arc_evict() destroy race
2019-03-12 Justin GottulaFix most zfs_arc_* mod params not actually being modifi...
2019-02-04 Tim ChaseFix ARC stats for embedded blkptrs
2019-01-31 Serapheim Dimitrop... vs_alloc can underflow in L2ARC vdevs
2019-01-28 Tony HutterLinux 5.0 compat: Use totalram_pages()
2019-01-13 Serapheim Dimitrop... Serialize ZTHR operations to eliminate races
2018-12-26 Brad LewisOpenZFS 9284 - arc_reclaim_thread has 2 jobs
2018-10-19 Paul DagnelieOpenZFS 9688 - aggsum_fini leaks memory
2018-10-09 Brian BehlendorfFix arc_release() refcount
2018-10-09 Brian BehlendorfAdd zfs_refcount_transfer_ownership_many()
2018-10-01 Tim SchumacherPrefix all refcount functions with zfs_
2018-09-26 Tim SchumacherLinux 4.19-rc3+ compat: Remove refcount_t compat
2018-09-05 Rich ErcolaniAdded recalculation of ARC stats mid-eviction
2018-08-29 Tom CaputiOpenZFS 9403 - assertion failed in arc_buf_destroy()
2018-08-20 Tom CaputiFix issues with raw receive_write_byref()
2018-07-30 Don BradyOpenZFS 9465 - ARC check for 'anon_size > arc_c/2'...
2018-07-24 Tom CaputiRefactor arc_hdr_realloc_crypt()
2018-06-28 Tom CaputiRaw receive fix and encrypted objset security fix
2018-06-06 Tom CaputiUpdate the correct abd in l2arc_read_done()
2018-06-06 Tom CaputiRaw receive functions must not decrypt data
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-05-02 Tom CaputiAdd support for decryption faults in zinject
2018-05-01 Tom CaputiFix issues found with zfs diff
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-04-12 beren12Fix zfs_arc_max minimum tuning
2018-03-31 Tim ChaseRemove ASSERT() in l2arc_apply_transforms()
2018-03-31 Tom CaputiDecryption error handling improvements
2018-03-27 Allan JudeOpenZFS 9321 - arc_loan_compressed_buf() can increment...
2018-03-24 Tom CaputiDon't count embedded bps in read stats
2018-03-21 Matthew Ahrensenable zfs_dbgmsg() by default, without dprintf()
2018-02-23 chrisrdFix free memory calculation on v3.14+
2018-02-21 Tom CaputiRaw receives must compress metadnode blocks
2018-02-07 Richard EllingRemove deprecated zfs_arc_p_aggressive_disable
2018-02-06 Tom CaputiAdjust ARC prefetch tunables to match docs
2018-02-02 Tom CaputiEncryption Stability and On-Disk Format Fixes
2018-01-08 Brian BehlendorfFix ARC hit rate
next