index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
zfs
/
arc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add abd_cache_reap_now for abd_chunk_cache users
Matthew Macy
2020-06-17
1
-0
/
+1
*
Set initial arc_c to arc_c_min instead of arc_c_max
Alexander Motin
2020-06-17
1
-4
/
+4
*
Fix typos
Andrea Gelmini
2020-06-09
1
-2
/
+2
*
Trim L2ARC
George Amanakis
2020-06-09
1
-31
/
+110
*
Periodically update ARC kstats
Ryan Moeller
2020-06-03
1
-2
/
+2
*
Use boot_ncpus in place of max_ncpus in taskq_create
DeHackEd
2020-05-20
1
-2
/
+2
*
Improvements on persistent L2ARC
George Amanakis
2020-05-07
1
-75
/
+159
*
Persistent L2ARC minor fixes
George Amanakis
2020-04-17
1
-8
/
+6
*
Persistent L2ARC
George Amanakis
2020-04-10
1
-46
/
+1384
*
Don't ignore zfs_arc_max below allmem/32
Ryan Moeller
2020-04-09
1
-12
/
+28
*
Reset l2ad_hand and l2ad_first in l2arc_evict
George Amanakis
2020-03-31
1
-25
/
+52
*
Let default arc_c_max be platform dependent
Ryan Moeller
2020-03-27
1
-6
/
+6
*
Compile cityhash code into libzfs
Matthew Ahrens
2020-03-27
1
-1
/
+1
*
Prevent deadlock in arc_read in Linux memory reclaim callback
Mark Roper
2020-03-12
1
-0
/
+12
*
Improve zfs send performance by bypassing the ARC
Matthew Ahrens
2020-03-10
1
-1
/
+18
*
Improve zfs destroy performance with zio_t-free zio_free()
Matthew Ahrens
2020-02-28
1
-1
/
+1
*
Replace ASSERTV macro with compiler annotation
Matthew Macy
2019-12-05
1
-1
/
+1
*
Fix use-after-free in case of L2ARC prefetch failure
Alexander Motin
2019-12-03
1
-3
/
+16
*
Add zfs_file_* interface, remove vnodes
Matthew Macy
2019-11-21
1
-2
/
+2
*
Enable use of DTRACE_PROBE* macros in "spl" module
Prakash Surya
2019-11-01
1
-1
/
+1
*
Fix for ARC sysctls ignored at runtime
loli10K
2019-10-26
1
-29
/
+34
*
Linux 4.14, 4.19, 5.0+ compat: SIMD save/restore
Brian Behlendorf
2019-10-24
1
-1
/
+1
*
OpenZFS restructuring - ARC memory pressure
Matthew Macy
2019-10-18
1
-438
/
+22
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
1
-2
/
+1
*
OpenZFS restructuring - arc_stats
Matthew Macy
2019-10-01
1
-281
/
+6
*
OpenZFS restructuring - move linux tracing code to platform directories
Matthew Macy
2019-09-11
1
-1
/
+1
*
Enable SIMD for encryption
Brian Behlendorf
2019-09-10
1
-1
/
+1
*
Make module tunables cross platform
Matthew Macy
2019-09-05
1
-74
/
+66
*
Fix typos in module/zfs/
Andrea Gelmini
2019-09-02
1
-9
/
+9
*
Cap metaslab memory usage
Paul Dagnelie
2019-08-16
1
-2
/
+1
*
hdr_recl calls zthr_wakeup() on destroyed zthr
Serapheim Dimitropoulos
2019-07-18
1
-4
/
+16
*
Check b_freeze_cksum under ZFS_DEBUG_MODIFY conditional
Brian Behlendorf
2019-07-03
1
-2
/
+2
*
Implement Redacted Send/Receive
Paul Dagnelie
2019-06-19
1
-0
/
+2
*
Minimize aggsum_compare(&arc_size, arc_c) calls.
Alexander Motin
2019-06-14
1
-1
/
+1
*
Target ARC size can get reduced to arc_c_min
Matthew Ahrens
2019-06-12
1
-2
/
+0
*
single-chunk scatter ABDs can be treated as linear
Matthew Ahrens
2019-06-11
1
-6
/
+13
*
Fix comparison signedness in arc_is_overflowing()
Alexander Motin
2019-06-10
1
-2
/
+2
*
l2arc_apply_transforms: Fix typo in comment
Allan Jude
2019-06-06
1
-1
/
+1
*
Linux 5.0 compat: Use totalhigh_pages()
Tomohiro Kusumi
2019-05-04
1
-1
/
+1
*
Restrict kstats and print real pointers
Sara Hartse
2019-04-04
1
-1
/
+1
*
Fix l2arc_evict() destroy race
Brian Behlendorf
2019-03-15
1
-24
/
+30
*
Fix most zfs_arc_* mod params not actually being modifiable at runtime
Justin Gottula
2019-03-12
1
-0
/
+8
*
Fix ARC stats for embedded blkptrs
Tim Chase
2019-02-04
1
-15
/
+32
*
vs_alloc can underflow in L2ARC vdevs
Serapheim Dimitropoulos
2019-01-31
1
-6
/
+10
*
Linux 5.0 compat: Use totalram_pages()
Tony Hutter
2019-01-28
1
-2
/
+2
*
Serialize ZTHR operations to eliminate races
Serapheim Dimitropoulos
2019-01-13
1
-6
/
+2
*
OpenZFS 9284 - arc_reclaim_thread has 2 jobs
Brad Lewis
2018-12-26
1
-171
/
+233
*
OpenZFS 9688 - aggsum_fini leaks memory
Paul Dagnelie
2018-10-19
1
-1
/
+6
*
Fix arc_release() refcount
Brian Behlendorf
2018-10-09
1
-1
/
+1
*
Add zfs_refcount_transfer_ownership_many()
Brian Behlendorf
2018-10-09
1
-4
/
+4
[next]