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
*
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
*
Allow scaling of arc in proportion to pagecache
Debabrata Banerjee
2017-05-02
1
-2
/
+19
*
Correct signed operation
Debabrata Banerjee
2017-05-02
1
-2
/
+2
*
Don't run the reaper if we didn't shrink the cache
Debabrata Banerjee
2017-05-02
1
-6
/
+5
*
Only wakeup waiters if we've actually done work
Debabrata Banerjee
2017-05-02
1
-5
/
+5
*
Do not stop kernel shrinker on lock contention
Debabrata Banerjee
2017-05-02
1
-1
/
+1
*
Stop double reclaiming or not reclaiming at all
Debabrata Banerjee
2017-05-02
1
-2
/
+3
*
Make arc_need_free updates atomic
Debabrata Banerjee
2017-05-02
1
-6
/
+7
*
Don't report ghost buffers as evictable mem
Debabrata Banerjee
2017-05-02
1
-7
/
+2
*
Limit zfs_dirty_data_max_max to 4G
Brian Behlendorf
2017-05-01
1
-3
/
+3
*
OpenZFS 7252 - compressed zfs send / receive
Dan Kimmel
2017-04-26
1
-41
/
+70
*
OpenZFS 7968 - multi-threaded spa_sync()
Matthew Ahrens
2017-03-20
1
-43
/
+43
*
OpenZFS 7867 - ARC space accounting leak
Andriy Gapon
2017-03-07
1
-0
/
+6
*
zfs_arc_num_sublists_per_state should be common to all multilists
Matthew Ahrens
2017-02-15
1
-25
/
+11
*
Fix zfs_compressed_arc_enabled parameter description
Tim Chase
2017-02-13
1
-1
/
+1
*
OpenZFS 7504 - kmem_reap hangs spa_sync and administrative tasks
George Melikov
2017-02-04
1
-3
/
+8
*
codebase style improvements for OpenZFS 6459 port
George Melikov
2017-01-22
1
-1
/
+2
*
Fix spelling
ka7
2017-01-03
1
-1
/
+1
*
Use cstyle -cpP in `make cstyle` check
Brian Behlendorf
2016-12-12
1
-2
/
+3
*
DLPX-44812 integrate EP-220 large memory scalability
David Quigley
2016-11-29
1
-163
/
+225
*
Use vmem_size() for 32-bit systems
Brian Behlendorf
2016-11-02
1
-20
/
+41
*
Add TASKQID_INVALID
Brian Behlendorf
2016-11-02
1
-1
/
+1
*
Fix coverity defects: CID 147509
GeLiXin
2016-10-31
1
-2
/
+12
*
Fix coverity defects: CID 150924
luozhengzheng
2016-10-17
1
-1
/
+5
[next]