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 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
*
Fix zfs_arc_max minimum tuning
beren12
2018-04-12
1
-1
/
+1
*
Remove ASSERT() in l2arc_apply_transforms()
Tim Chase
2018-03-31
1
-4
/
+4
*
Decryption error handling improvements
Tom Caputi
2018-03-31
1
-4
/
+30
*
OpenZFS 9321 - arc_loan_compressed_buf() can increment arc_loaned_bytes by th...
Allan Jude
2018-03-26
1
-2
/
+2
*
Don't count embedded bps in read stats
Tom Caputi
2018-03-23
1
-1
/
+3
*
enable zfs_dbgmsg() by default, without dprintf()
Matthew Ahrens
2018-03-21
1
-0
/
+2
*
Fix free memory calculation on v3.14+
chrisrd
2018-02-23
1
-17
/
+6
*
Raw receives must compress metadnode blocks
Tom Caputi
2018-02-21
1
-0
/
+3
*
Remove deprecated zfs_arc_p_aggressive_disable
Richard Elling
2018-02-07
1
-4
/
+0
*
Adjust ARC prefetch tunables to match docs
Tom Caputi
2018-02-05
1
-4
/
+4
*
Encryption Stability and On-Disk Format Fixes
Tom Caputi
2018-02-02
1
-3
/
+12
*
Fix ARC hit rate
Brian Behlendorf
2018-01-08
1
-1
/
+51
*
Support re-prioritizing asynchronous prefetches
Tom Caputi
2017-12-21
1
-26
/
+28
[next]