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
*
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
*
Prefix all refcount functions with zfs_
Tim Schumacher
2018-10-01
1
-151
/
+163
*
Linux 4.19-rc3+ compat: Remove refcount_t compat
Tim Schumacher
2018-09-26
1
-8
/
+8
*
Added recalculation of ARC stats mid-eviction
Rich Ercolani
2018-09-04
1
-0
/
+7
*
OpenZFS 9403 - assertion failed in arc_buf_destroy()
Tom Caputi
2018-08-29
1
-10
/
+41
*
Fix issues with raw receive_write_byref()
Tom Caputi
2018-08-20
1
-32
/
+13
*
OpenZFS 9465 - ARC check for 'anon_size > arc_c/2' can stall the system
Don Brady
2018-07-30
1
-15
/
+36
*
Refactor arc_hdr_realloc_crypt()
Tom Caputi
2018-07-24
1
-3
/
+60
*
Raw receive fix and encrypted objset security fix
Tom Caputi
2018-06-28
1
-3
/
+7
*
Update the correct abd in l2arc_read_done()
Tom Caputi
2018-06-06
1
-9
/
+12
*
Raw receive functions must not decrypt data
Tom Caputi
2018-06-06
1
-0
/
+8
*
OpenZFS 8484 - Implement aggregate sum and use for arc counters
Paul Dagnelie
2018-06-06
1
-71
/
+159
*
Update build system and packaging
Brian Behlendorf
2018-05-29
1
-6
/
+4
*
Add support for decryption faults in zinject
Tom Caputi
2018-05-02
1
-72
/
+45
*
Fix issues found with zfs diff
Tom Caputi
2018-05-01
1
-3
/
+10
*
OpenZFS 7614, 9064 - zfs device evacuation/removal
Matthew Ahrens
2018-04-14
1
-1
/
+1
[next]