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.
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
*
Illumos 5034 - ARC's buf_hash_table is too small
Matthew Ahrens
2014-08-26
1
-3
/
+10
*
Illumos 4631 - zvol_get_stats triggering too many reads
Matthew Ahrens
2014-08-20
1
-64
/
+38
*
Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t
Matthew Ahrens
2014-08-06
1
-5
/
+5
*
Illumos 4897 - Space accounting mismatch in L2ARC/zpool
Saso Kiselkov
2014-08-06
1
-5
/
+13
*
Illumos 4757, 4913
Matthew Ahrens
2014-08-01
1
-30
/
+65
*
Illumos 4370, 4371
Max Grossman
2014-07-28
1
-4
/
+8
*
dmu_tx_assign() should not return ENOMEM
Brian Behlendorf
2014-05-01
1
-1
/
+6
*
Use ddi_time_after and friends to compare time
Chunwei Chen
2014-04-14
1
-2
/
+3
*
Illumos #4089 NULL pointer dereference in arc_read()
Boris Protopopov
2014-03-24
1
-9
/
+11
*
Illumos #4088 use after free in arc_release()
Boris Protopopov
2014-03-10
1
-1
/
+1
*
Set "arc_meta_limit" to 3/4 arc_c_max by default
Prakash Surya
2014-02-21
1
-2
/
+2
*
Split "data_size" into "meta" and "data"
Prakash Surya
2014-02-21
1
-14
/
+24
*
Prioritize "metadata" in arc_get_data_buf
Prakash Surya
2014-02-21
1
-22
/
+40
*
Remove "arc_meta_used" from arc_adjust calculation
Prakash Surya
2014-02-21
1
-2
/
+1
*
Prune metadata from ghost lists in arc_adjust_meta
Prakash Surya
2014-02-21
1
-19
/
+48
*
Revert "Return -1 from arc_shrinker_func()"
Prakash Surya
2014-02-21
1
-1
/
+3
*
Disable arc_p adapt dampener by default
Prakash Surya
2014-02-21
1
-2
/
+12
*
Allow "arc_p" to drop to zero or grow to "arc_c"
Prakash Surya
2014-02-21
1
-13
/
+4
*
Disable aggressive arc_p growth by default
Prakash Surya
2014-02-21
1
-1
/
+8
*
Adjust arc_p based on "bytes" in arc_shrink
Prakash Surya
2014-02-21
1
-1
/
+9
*
Set zfs_arc_min to 4MB
Brian Behlendorf
2014-02-21
1
-6
/
+3
*
Fix corrupted l2_asize in arcstats
Brian Behlendorf
2014-02-05
1
-1
/
+1
*
Add ddt, ddt_entry, and l2arc_hdr caches
John Layman
2014-01-07
1
-6
/
+10
*
cstyle: Resolve C style issues
Michael Kjorling
2013-12-18
1
-10
/
+15
*
Remove MAX when initializing arc_c_max
david.chen
2013-12-10
1
-1
/
+1
*
Illumos #4045 write throttle & i/o scheduler performance work
Matthew Ahrens
2013-12-06
1
-56
/
+110
*
Illumos #3995
Saso Kiselkov
2013-11-05
1
-8
/
+7
*
Illumos #3112, #3113, #3114
Matthew Ahrens
2013-11-05
1
-9
/
+51
*
Illumos #3236
George Wilson
2013-11-05
1
-0
/
+6
*
Illumos #3742
Will Andrews
2013-11-04
1
-8
/
+6
*
Illumos #3741
Will Andrews
2013-11-04
1
-2
/
+17
*
Illumos #3598
Matthew Ahrens
2013-10-31
1
-7
/
+7
*
Illumos #3561, #3116
George Wilson
2013-10-31
1
-5
/
+5
*
Illumos #3522
George Wilson
2013-10-30
1
-2
/
+6
*
Add visibility in to cached dbufs
Brian Behlendorf
2013-10-25
1
-1
/
+86
*
Add visibility in to arc_read
Prakash Surya
2013-10-25
1
-7
/
+13
*
Illumos #3464
Matthew Ahrens
2013-09-04
1
-5
/
+5
*
Revert "Evict meta data from ghost lists + l2arc headers"
Brian Behlendorf
2013-08-22
1
-17
/
+1
*
Evict meta data from ghost lists + l2arc headers
Brian Behlendorf
2013-08-09
1
-1
/
+17
*
Allow arc_evict_ghost() to only evict meta data
Brian Behlendorf
2013-08-09
1
-9
/
+13
*
Illumos #3137 L2ARC compression
Saso Kiselkov
2013-08-08
1
-67
/
+393
*
Return -1 from arc_shrinker_func()
Richard Yao
2013-08-08
1
-3
/
+1
*
Remove b_thawed from arc_buf_hdr_t
Richard Yao
2013-08-01
1
-11
/
+0
*
Remove arc_data_buf_alloc()/arc_data_buf_free()
Richard Yao
2013-08-01
1
-17
/
+0
*
Make arc+l2arc module options writable
Brian Behlendorf
2013-07-30
1
-49
/
+60
*
Change l2arc_norw default to zero
Brian Behlendorf
2013-07-29
1
-1
/
+1
*
Fix inaccurate arcstat_l2_hdr_size calculations
Ying Zhu
2013-07-29
1
-2
/
+7
*
Improve code in arc_buf_remove_ref
Ying Zhu
2013-07-09
1
-1
/
+2
*
Illumos #3498 panic in arc_read()
George Wilson
2013-07-02
1
-49
/
+3
*
Illumos #3805 arc shouldn't cache freed blocks
Matthew Ahrens
2013-06-20
1
-0
/
+28
[next]