]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/arc.c
Illumos 5445 - Add more visibility via arcstats
[mirror_zfs.git] / module / zfs / arc.c
2015-07-23 Prakash SuryaIllumos 5445 - Add more visibility via arcstats
2015-07-23 Matthew AhrensIllumos 5376 - arc_kmem_reap_now() should not result...
2015-07-01 Alek PinchukIllumos 6033 - arc_adjust() should search MFU lists
2015-06-25 Matthew AhrensIllumos 5368 - ARC should cache more metadata
2015-06-25 George WilsonIllumos 5163 - arc should reap range_seg_cache
2015-06-25 Brian BehlendorfUpdate all default taskq settings
2015-06-25 Andriy GaponAccount for ashift when gathering buffers to be written...
2015-06-25 Prakash SuryaIllumos 5701 - zpool list reports incorrect "alloc...
2015-06-11 Brian BehlendorfRename cv_wait_interruptible() to cv_wait_sig()
2015-06-11 Brian BehlendorfMerge branch 'lock-contention-on-arcs_mtx-final'
2015-06-11 Tim ChaseIncrease arc_c_min to allow safe operation of arc_adapt()
2015-06-11 Brian BehlendorfMake arc_prune() asynchronous
2015-06-11 Prakash SuryaIllumos 5497 - lock contention on arcs_mtx
2015-06-11 Chris WilliamsonIllumos 5408 - managing ZFS cache devices requires...
2015-06-11 George WilsonIllumos 5369 - arc flags should be an enum
2015-06-11 Tim ChasePartially revert "Add ddt, ddt_entry, and l2arc_hdr...
2015-06-11 Tim ChaseRevert "Allow arc_evict_ghost() to only evict meta...
2015-06-11 Tim ChaseRevert "fix l2arc compression buffers leak"
2015-06-11 Tim ChaseRevert "arc_evict, arc_evict_ghost: reduce stack usage...
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-05-08 Chris Dunloparc_evict, arc_evict_ghost: reduce stack usage using...
2015-04-03 Tim ChaseMark all ZPL and ioctl functions as PF_FSTRANS
2015-03-20 Brian BehlendorfFix arc_adjust_meta() behavior
2015-03-20 Brian BehlendorfRestructure per-filesystem reclaim
2015-03-20 Brian BehlendorfFix arc_meta_max accounting
2015-03-18 Chunwei ChenUse MUTEX_FSTRANS on l2arc_buflist_mtx
2015-03-03 Brian BehlendorfChange ASSERT(!"...") to cmn_err(CE_PANIC, ...)
2015-03-03 Brian BehlendorfUse MUTEX_FSTRANS mutex type
2015-02-04 avgfix l2arc compression buffers leak
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2015-01-07 Ned BassRemove duplicate typedefs from trace.h
2014-11-19 Ned BassExplicitly include SPL compat headers
2014-11-17 Brian BehlendorfMerge branch 'b_tracepoints'
2014-11-17 Ned BassFix dprintf format specifiers
2014-11-17 Ned BassMove a few internal ARC strucutres to arc_impl.h
2014-11-14 Chris WedgwoodReduce buf/dbuf mutex contention
2014-11-14 Alex ZhuravlevExport symbols for ZIL interface
2014-10-28 Tim ChaseLinux 3.12 compat: shrinker semantics
2014-10-23 Brian BehlendorfHandle block pointers with a corrupt logical size
2014-08-26 Matthew AhrensIllumos 5034 - ARC's buf_hash_table is too small
2014-08-20 Matthew AhrensIllumos 4631 - zvol_get_stats triggering too many reads
2014-08-06 Matthew AhrensIllumos 4914 - zfs on-disk bookmark structure should...
2014-08-06 Saso KiselkovIllumos 4897 - Space accounting mismatch in L2ARC/zpool
2014-08-01 Matthew AhrensIllumos 4757, 4913
2014-07-28 Max GrossmanIllumos 4370, 4371
2014-05-01 Brian Behlendorfdmu_tx_assign() should not return ENOMEM
2014-04-14 Chunwei ChenUse ddi_time_after and friends to compare time
2014-03-24 Boris ProtopopovIllumos #4089 NULL pointer dereference in arc_read()
2014-03-10 Boris ProtopopovIllumos #4088 use after free in arc_release()
2014-02-22 Brian BehlendorfMerge branch 'arc-changes'
2014-02-22 Prakash SuryaSet "arc_meta_limit" to 3/4 arc_c_max by default
2014-02-22 Prakash SuryaSplit "data_size" into "meta" and "data"
2014-02-22 Prakash SuryaPrioritize "metadata" in arc_get_data_buf
2014-02-22 Prakash SuryaRemove "arc_meta_used" from arc_adjust calculation
2014-02-22 Prakash SuryaPrune metadata from ghost lists in arc_adjust_meta
2014-02-22 Prakash SuryaRevert "Return -1 from arc_shrinker_func()"
2014-02-22 Prakash SuryaDisable arc_p adapt dampener by default
2014-02-22 Prakash SuryaAllow "arc_p" to drop to zero or grow to "arc_c"
2014-02-21 Prakash SuryaDisable aggressive arc_p growth by default
2014-02-21 Prakash SuryaAdjust arc_p based on "bytes" in arc_shrink
2014-02-21 Brian BehlendorfSet zfs_arc_min to 4MB
2014-02-05 Brian BehlendorfFix corrupted l2_asize in arcstats
2014-01-07 John LaymanAdd ddt, ddt_entry, and l2arc_hdr caches
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-12-10 david.chenRemove MAX when initializing arc_c_max
2013-12-06 Matthew AhrensIllumos #4045 write throttle & i/o scheduler performanc...
2013-11-05 Saso KiselkovIllumos #3995
2013-11-05 Matthew AhrensIllumos #3112, #3113, #3114
2013-11-05 George WilsonIllumos #3236
2013-11-04 Will AndrewsIllumos #3742
2013-11-04 Will AndrewsIllumos #3741
2013-10-31 Matthew AhrensIllumos #3598
2013-10-31 George WilsonIllumos #3561, #3116
2013-10-30 George WilsonIllumos #3522
2013-10-25 Brian BehlendorfMerge branch 'kstat'
2013-10-25 Brian BehlendorfAdd visibility in to cached dbufs
2013-10-25 Prakash SuryaAdd visibility in to arc_read
2013-09-04 Matthew AhrensIllumos #3464
2013-08-22 Brian BehlendorfRevert "Evict meta data from ghost lists + l2arc headers"
2013-08-09 Brian BehlendorfEvict meta data from ghost lists + l2arc headers
2013-08-09 Brian BehlendorfAllow arc_evict_ghost() to only evict meta data
2013-08-08 Saso KiselkovIllumos #3137 L2ARC compression
2013-08-08 Richard YaoReturn -1 from arc_shrinker_func()
2013-08-01 Richard YaoRemove b_thawed from arc_buf_hdr_t
2013-08-01 Richard YaoRemove arc_data_buf_alloc()/arc_data_buf_free()
2013-07-30 Brian BehlendorfMake arc+l2arc module options writable
2013-07-30 Brian BehlendorfChange l2arc_norw default to zero
2013-07-30 Ying ZhuFix inaccurate arcstat_l2_hdr_size calculations
2013-07-09 Ying ZhuImprove code in arc_buf_remove_ref
2013-07-02 George WilsonIllumos #3498 panic in arc_read()
2013-06-20 Matthew AhrensIllumos #3805 arc shouldn't cache freed blocks
2013-06-19 Madhav SureshIllumos #3006
2013-03-04 Richard YaoConstify structures containing function pointers
2013-02-21 Brian BehlendorfEnable zfs_arc_memory_throttle_disable by default
2013-02-01 Brian BehlendorfAdd zfs_arc_memory_throttle_disable module option
2013-02-01 Brian BehlendorfAdd zfs_disable_dup_eviction module option
2013-01-11 Bart CoddensIllumos #2618 arc.c mistypes in the comments
2013-01-08 Brian BehlendorfMerge branch 'feature-flags'
2013-01-08 George WilsonIllumos #3145, #3212
next