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
*
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
*
Fix ARC pointer overrun
DeHackEd
2017-11-17
1
-9
/
+11
*
Sequential scrub and resilvers
Tom Caputi
2017-11-15
1
-39
/
+84
*
Handle compressed buffers in __dbuf_hold_impl()
Tim Chase
2017-11-08
1
-1
/
+2
*
Build regression in c89 cleanups
Don Brady
2017-11-07
1
-2
/
+3
*
Undo c89 workarounds to match with upstream
Don Brady
2017-11-04
1
-25
/
+19
*
OpenZFS 8081 - Compiler warnings in zdb
Brian Behlendorf
2017-10-27
1
-0
/
+2
*
Fixes for #6639
Tom Caputi
2017-10-11
1
-20
/
+34
*
Encryption patch follow-up
Tom Caputi
2017-10-11
1
-6
/
+17
*
Fix ARC behavior on 32-bit systems
Brian Behlendorf
2017-10-10
1
-27
/
+58
*
Scale the dbuf cache with arc_c
chrisrd
2017-09-29
1
-2
/
+2
*
Increase default arc_c_min
Brian Behlendorf
2017-09-20
1
-3
/
+4
*
Linux 3.14 compat: IO acct, global_page_state, etc
Giuseppe Di Natale
2017-09-16
1
-2
/
+20
*
Linux 4.8+ compatibility fix for vm stats
dbavatar
2017-08-24
1
-0
/
+5
*
Native Encryption for ZFS on Linux
Tom Caputi
2017-08-14
1
-259
/
+1352
*
Simplify threads, mutexs, cvs and rwlocks
Brian Behlendorf
2017-08-11
1
-2
/
+2
*
Use SET_ERROR for constant non-zero return codes
Ned Bass
2017-08-02
1
-1
/
+1
*
OpenZFS 7915 - checks in l2arc_evict could use some cleaning up
Andriy Gapon
2017-07-28
1
-15
/
+9
*
OpenZFS 7910 - l2arc_write_buffers() may write beyond target_sz
Andriy Gapon
2017-07-04
1
-44
/
+44
*
Set arc_meta_limit, arc_dnode_limit on change
chrisrd
2017-06-29
1
-18
/
+24
*
OpenZFS 5220 - L2ARC does not support devices that do not provide 512B access
Giuseppe Di Natale
2017-06-26
1
-11
/
+56
*
OpenZFS 8155 - simplify dmu_write_policy handling of pre-compressed buffers
Matthew Ahrens
2017-06-07
1
-3
/
+9
*
Add missing arc_free_cksum() to arc_release()
Tom Caputi
2017-05-10
1
-0
/
+4
[next]