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
*
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
*
Account for ashift when gathering buffers to be written to l2arc device
Andriy Gapon
2015-06-25
1
-13
/
+34
*
Illumos 5701 - zpool list reports incorrect "alloc" value for cache devices
Prakash Surya
2015-06-25
1
-42
/
+139
*
Rename cv_wait_interruptible() to cv_wait_sig()
Brian Behlendorf
2015-06-11
1
-3
/
+3
*
Increase arc_c_min to allow safe operation of arc_adapt()
Tim Chase
2015-06-11
1
-6
/
+8
*
Make arc_prune() asynchronous
Brian Behlendorf
2015-06-11
1
-39
/
+112
*
Illumos 5497 - lock contention on arcs_mtx
Prakash Surya
2015-06-11
1
-661
/
+1198
*
Illumos 5408 - managing ZFS cache devices requires lots of RAM
Chris Williamson
2015-06-11
1
-573
/
+822
*
Illumos 5369 - arc flags should be an enum
George Wilson
2015-06-11
1
-351
/
+338
*
Partially revert "Add ddt, ddt_entry, and l2arc_hdr caches"
Tim Chase
2015-06-11
1
-10
/
+6
*
Revert "Allow arc_evict_ghost() to only evict meta data"
Tim Chase
2015-06-11
1
-15
/
+11
*
Revert "fix l2arc compression buffers leak"
Tim Chase
2015-06-11
1
-55
/
+10
*
Revert "arc_evict, arc_evict_ghost: reduce stack usage using kmem_zalloc"
Tim Chase
2015-06-11
1
-20
/
+12
*
Illumos 5027 - zfs large block support
Matthew Ahrens
2015-05-11
1
-2
/
+2
*
arc_evict, arc_evict_ghost: reduce stack usage using kmem_zalloc
Chris Dunlop
2015-05-08
1
-12
/
+20
*
Mark all ZPL and ioctl functions as PF_FSTRANS
Tim Chase
2015-04-03
1
-2
/
+8
*
Fix arc_adjust_meta() behavior
Brian Behlendorf
2015-03-20
1
-23
/
+66
*
Restructure per-filesystem reclaim
Brian Behlendorf
2015-03-20
1
-3
/
+3
*
Fix arc_meta_max accounting
Brian Behlendorf
2015-03-20
1
-3
/
+4
*
Use MUTEX_FSTRANS on l2arc_buflist_mtx
Chunwei Chen
2015-03-18
1
-1
/
+1
*
Change ASSERT(!"...") to cmn_err(CE_PANIC, ...)
Brian Behlendorf
2015-03-03
1
-1
/
+1
*
Use MUTEX_FSTRANS mutex type
Brian Behlendorf
2015-03-03
1
-1
/
+1
*
fix l2arc compression buffers leak
avg
2015-02-03
1
-10
/
+55
*
Change KM_PUSHPAGE -> KM_SLEEP
Brian Behlendorf
2015-01-16
1
-8
/
+8
*
Remove duplicate typedefs from trace.h
Ned Bass
2015-01-06
1
-5
/
+1
*
Explicitly include SPL compat headers
Ned Bass
2014-11-19
1
-0
/
+1
*
Fix dprintf format specifiers
Ned Bass
2014-11-17
1
-1
/
+1
*
Move a few internal ARC strucutres to arc_impl.h
Ned Bass
2014-11-17
1
-116
/
+1
*
Reduce buf/dbuf mutex contention
Chris Wedgwood
2014-11-14
1
-1
/
+1
*
Export symbols for ZIL interface
Alex Zhuravlev
2014-11-14
1
-0
/
+2
*
Linux 3.12 compat: shrinker semantics
Tim Chase
2014-10-28
1
-6
/
+23
*
Handle block pointers with a corrupt logical size
Brian Behlendorf
2014-10-23
1
-4
/
+20
*
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
[next]