]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/arc.c
Illumos 5027 - zfs large block support
[mirror_zfs.git] / module / zfs / arc.c
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
2013-01-08 Christopher SidenIllumos #2619 and #2747
2012-10-12 Richard YaoRemove vmem_size() consumers
2012-10-11 Richard YaoFix zfs_write_limit_max integer size mismatch on 32...
2012-09-04 Brian BehlendorfSwitch KM_SLEEP to KM_PUSHPAGE
2012-08-27 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2012-07-11 Garrett D'AmoreIllumos #1748: desire support for reguid in zfs
2012-04-30 Richard YaoUpdate ARC memory limits to account for SLUB internal...
2012-04-30 Brian BehlendorfIntegrate ARC more tightly with Linux
2012-04-17 Prakash SuryaUse KM_PUSHPAGE in l2arc_write_buffers
2012-03-27 Brian BehlendorfProperly expose the mfu ghost list kstats
2012-02-27 Brian BehlendorfAdd 'dmu_tx' kstats entry
2012-02-27 Brian BehlendorfAdd arc_state_t stats to arcstats
2012-02-02 Brian BehlendorfCleanup ZFS debug infrastructure
2012-01-11 Brian BehlendorfLinux 3.1 compat, super_block->s_shrink
2011-12-05 Brian BehlendorfUpdate default ARC memory limits
2011-07-08 Brian BehlendorfAdd L2ARC tunables
2011-06-21 Brian BehlendorfLinux 3.0 compat, shrinker compatibility
2011-05-18 Brian BehlendorfFix 'negative objects to delete' warning
2011-05-04 Brian BehlendorfAdd missing ZFS tunables
next