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
*
Fix various typos
Andrea Gelmini
2021-04-02
1
-1
/
+1
*
Removed duplicated includes
Andrea Gelmini
2021-03-22
1
-1
/
+0
*
Restore FreeBSD resource usage accounting
Ryan Moeller
2021-02-19
1
-0
/
+2
*
Avoid updating the L2ARC device header unnecessarily
George Amanakis
2021-01-28
1
-1
/
+3
*
Fix two minor lint errors (cppcheck)
Colm
2021-01-23
1
-4
/
+4
*
allow callers to allocate and provide the abd_t struct
Matthew Ahrens
2021-01-20
1
-6
/
+6
*
assertion failed in arc_wait_for_eviction()
Matthew Ahrens
2021-01-07
1
-8
/
+14
*
Avoid extra work updating ARC kstats and tunables
Ryan Moeller
2020-12-17
1
-16
/
+9
*
dmu_zfetch: fix memory leak
Matthew Macy
2020-12-12
1
-4
/
+3
*
Implement memory and CPU hotplug
Paul Dagnelie
2020-12-10
1
-7
/
+17
*
Decouple arc_read_done callback from arc buf instantiation
Matthew Macy
2020-12-09
1
-2
/
+3
*
Fix ASSERT logic in l2arc_evict()
George Amanakis
2020-11-16
1
-3
/
+10
*
Fix dmu_tx_dirty_throttle after arc_c reduction
Alexander Motin
2020-11-10
1
-5
/
+5
*
Yield periodically when rebuilding L2ARC
Alexander Motin
2020-10-30
1
-0
/
+1
*
Add missing zfs_arc_evict_batch_limit tunable
Ryan Moeller
2020-10-22
1
-1
/
+4
*
Non-l2arc pool reads shouldn't be l2arc misses
Adam D. Moss
2020-10-20
1
-8
/
+21
*
Make L2ARC tests more robust
George Amanakis
2020-10-05
1
-11
/
+6
*
do a cyclic seek for unused memory objects in pool
Sebastian Gottschall
2020-09-30
1
-0
/
+10
*
Restore clearing of L2CACHE flag in arc_read_done()
George Amanakis
2020-09-22
1
-3
/
+3
*
vdev_ashift should only be set once
George Wilson
2020-09-18
1
-2
/
+0
*
Add L2ARC arcstats for MFU/MRU buffers and buffer content type
George Amanakis
2020-09-14
1
-26
/
+155
*
Introduce ZFS module parameter l2arc_mfuonly
George Amanakis
2020-09-08
1
-0
/
+18
*
Avoid posting duplicate zpool events
Don Brady
2020-09-04
1
-4
/
+4
*
Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriate
Matthew Macy
2020-09-03
1
-1
/
+1
*
zio_ereport_post() and zio_ereport_start() return values are ignored
Toomas Soome
2020-08-31
1
-3
/
+4
*
Introduce limit on size of L2ARC headers
Alexander Motin
2020-08-25
1
-5
/
+22
*
Import vdev ashift optimization from FreeBSD
Ryan Moeller
2020-08-21
1
-0
/
+2
*
FreeBSD: 11.x arc_stats compatibility
Matthew Macy
2020-08-20
1
-0
/
+8
*
Add zstd support to zfs
Michael Niewöhner
2020-08-20
1
-22
/
+54
*
Fix ARC aggsum access after arc_state_fini()
Brian Behlendorf
2020-08-18
1
-8
/
+8
*
Include scatter_chunk_waste in arc_size
Matthew Ahrens
2020-08-17
1
-2
/
+20
*
Fix l2arc_dev_rebuild_start thread name
Ryan Moeller
2020-08-17
1
-4
/
+5
*
Fix L2ARC reads when compressed ARC disabled
Allan Jude
2020-08-13
1
-0
/
+15
*
Restore ARC MFU/MRU pressure
Matthew Macy
2020-08-12
1
-22
/
+42
*
Fix typo
Allan Jude
2020-08-11
1
-1
/
+1
*
Fix logging in l2arc_rebuild()
George Amanakis
2020-08-01
1
-0
/
+7
*
Changes to make openzfs build within FreeBSD buildworld
Matthew Macy
2020-07-31
1
-0
/
+6
*
Revise ARC shrinker algorithm
Matthew Ahrens
2020-07-31
1
-78
/
+174
*
Rename refcount.h to zfs_refcount.h
Matthew Macy
2020-07-29
1
-1
/
+1
*
Introduce names for ZTHRs
Serapheim Dimitropoulos
2020-07-29
1
-4
/
+4
*
Adjust ARC terminology
Matthew Ahrens
2020-07-22
1
-78
/
+78
*
Remove skc_reclaim, hdr_recl, kmem_cache shrinker
Matthew Ahrens
2020-07-19
1
-39
/
+3
*
Fix a persistent L2ARC bug in l2arc_write_done()
George Amanakis
2020-07-10
1
-5
/
+27
*
Clean up OS-specific ARC and kmem code
Matthew Ahrens
2020-06-29
1
-13
/
+0
*
ARC shrinking blocks reads/writes
Matthew Ahrens
2020-06-26
1
-2
/
+10
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-2
/
+2
*
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
[next]