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 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
*
Fix 'arc_c < arc_c_min' panic
Brian Behlendorf
2015-10-13
1
-1
/
+2
*
Avoid blocking in arc_reclaim_thread()
Brian Behlendorf
2015-09-25
1
-11
/
+4
*
Illumos 6214 - zpools going south
Arne Jansen
2015-09-11
1
-20
/
+15
*
Update arc_memory_throttle() to check pageout
Brian Behlendorf
2015-07-30
1
-7
/
+37
*
Update arc_available_memory() to check freemem
Brian Behlendorf
2015-07-30
1
-31
/
+33
*
Align thread priority with Linux defaults
Brian Behlendorf
2015-07-28
1
-4
/
+4
*
Minor style cleanup
Brian Behlendorf
2015-07-23
1
-10
/
+7
*
Remove double counting HDR_L2ONLY_SIZE
Brian Behlendorf
2015-07-23
1
-3
/
+0
*
Add hdr_recl() reclaim callback
Brian Behlendorf
2015-07-23
1
-2
/
+18
*
Reinstate zfs_arc_p_min_shift
Brian Behlendorf
2015-07-23
1
-2
/
+14
*
Illumos 5817 - change type of arcs_size from uint64_t to refcount_t
Prakash Surya
2015-07-23
1
-27
/
+112
*
Illumos 5445 - Add more visibility via arcstats
Prakash Surya
2015-07-23
1
-40
/
+151
*
Illumos 5376 - arc_kmem_reap_now() should not result in clearing arc_no_grow
Matthew Ahrens
2015-07-23
1
-156
/
+369
*
Illumos 6033 - arc_adjust() should search MFU lists
Alek Pinchuk
2015-07-01
1
-1
/
+1
*
Illumos 5368 - ARC should cache more metadata
Matthew Ahrens
2015-06-25
1
-0
/
+6
*
Illumos 5163 - arc should reap range_seg_cache
George Wilson
2015-06-25
1
-0
/
+2
*
Update all default taskq settings
Brian Behlendorf
2015-06-25
1
-1
/
+1
[next]