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
*
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
*
Fix file permissions
Brian Behlendorf
2016-10-08
1
-0
/
+0
*
OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Tony Hutter
2016-10-03
1
-2
/
+2
*
Fix cppcheck warning in buf_init()
Brian Behlendorf
2016-09-30
1
-1
/
+1
*
Fix multilist_create() memory leak
Brian Behlendorf
2016-09-23
1
-0
/
+2
*
Fix arc_adjust_meta_balanced()
Tim Chase
2016-09-19
1
-2
/
+2
*
DLPX-44733 combine arc_buf_alloc_impl() with arc_buf_clone()
Dan Kimmel
2016-09-13
1
-231
/
+304
*
DLPX-40252 integrate EP-476 compressed zfs send/receive
Dan Kimmel
2016-09-13
1
-276
/
+486
*
OpenZFS 6950 - ARC should cache compressed data
George Wilson
2016-09-13
1
-1662
/
+1792
*
Remove redundant assignments to arc_c
Tim Chase
2016-09-12
1
-10
/
+0
*
Add zfs_arc_meta_limit_percent tunable
GeLiXin
2016-08-23
1
-6
/
+34
*
arc_meta_limit should be updated when arc_max is changed.
Gaurav Kumar
2016-08-02
1
-1
/
+1
*
Limit the amount of dnode metadata in the ARC
Tim Chase
2016-07-25
1
-14
/
+67
*
Prevent null dereferences when accessing dbuf kstat
Tim Chase
2016-07-14
1
-3
/
+7
*
OpenZFS 6513 - partially filled holes lose birth time
Paul Dagnelie
2016-06-21
1
-3
/
+16
*
Fix arc_prune_task use-after-free
Chunwei Chen
2016-05-25
1
-10
/
+11
*
Use cv_timedwait_sig_hires in arc_reclaim_thread
Chunwei Chen
2016-05-12
1
-1
/
+1
*
OpenZFS 6672 - arc_reclaim_thread() should use gethrtime()
David Quigley
2016-05-06
1
-5
/
+5
*
Add l2arc_max_block_size tunable
Brian Behlendorf
2016-02-25
1
-1
/
+33
*
Set arc_c_min properly in userland builds
Tim Chase
2016-01-25
1
-4
/
+4
*
Prevent arc_c collapse
Tim Chase
2016-01-25
1
-8
/
+8
*
Illumos 5987 - zfs prefetch code needs work
Matthew Ahrens
2016-01-12
1
-7
/
+67
*
Illumos 6293 - ztest failure: error == 28 (0xc == 0x1c) in ztest_tx_assign()
Brian Behlendorf
2016-01-11
1
-1
/
+11
*
Handle block pointers with a corrupt logical size
Brian Behlendorf
2015-12-15
1
-9
/
+3
*
Fix zfs_dirty_data_max overflow on 32-bit
tuxoko
2015-11-19
1
-2
/
+2
*
Fix null pointer in arc_kmem_reap_now on 32-bit
tuxoko
2015-11-19
1
-0
/
+5
*
Obey arc_meta_limit default size when changing arc_max
AndCycle
2015-11-13
1
-1
/
+1
[next]