]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/arc.c
OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
[mirror_zfs.git] / module / zfs / arc.c
2016-10-03 Tony HutterOpenZFS 4185 - add new cryptographic checksums to ZFS...
2016-09-30 Brian BehlendorfFix cppcheck warning in buf_init()
2016-09-23 Brian BehlendorfFix multilist_create() memory leak
2016-09-19 Tim ChaseFix arc_adjust_meta_balanced()
2016-09-13 Dan KimmelDLPX-44733 combine arc_buf_alloc_impl() with arc_buf_cl...
2016-09-13 Dan KimmelDLPX-40252 integrate EP-476 compressed zfs send/receive
2016-09-13 George WilsonOpenZFS 6950 - ARC should cache compressed data
2016-09-12 Tim ChaseRemove redundant assignments to arc_c
2016-08-23 GeLiXinAdd zfs_arc_meta_limit_percent tunable
2016-08-02 Gaurav Kumararc_meta_limit should be updated when arc_max is changed.
2016-07-25 Tim ChaseLimit the amount of dnode metadata in the ARC
2016-07-14 Tim ChasePrevent null dereferences when accessing dbuf kstat
2016-06-21 Paul DagnelieOpenZFS 6513 - partially filled holes lose birth time
2016-05-25 Chunwei ChenFix arc_prune_task use-after-free
2016-05-12 Chunwei ChenUse cv_timedwait_sig_hires in arc_reclaim_thread
2016-05-06 David QuigleyOpenZFS 6672 - arc_reclaim_thread() should use gethrtime()
2016-02-25 Brian BehlendorfAdd l2arc_max_block_size tunable
2016-01-25 Tim ChaseSet arc_c_min properly in userland builds
2016-01-25 Tim ChasePrevent arc_c collapse
2016-01-12 Matthew AhrensIllumos 5987 - zfs prefetch code needs work
2016-01-11 Brian BehlendorfIllumos 6293 - ztest failure: error == 28 (0xc == 0x1c...
2015-12-16 Brian BehlendorfHandle block pointers with a corrupt logical size
2015-11-20 tuxokoFix zfs_dirty_data_max overflow on 32-bit
2015-11-20 tuxokoFix null pointer in arc_kmem_reap_now on 32-bit
2015-11-13 AndCycleObey arc_meta_limit default size when changing arc_max
2015-10-13 Brian BehlendorfFix 'arc_c < arc_c_min' panic
2015-09-25 Brian BehlendorfAvoid blocking in arc_reclaim_thread()
2015-09-11 Arne JansenIllumos 6214 - zpools going south
2015-07-30 Brian BehlendorfUpdate arc_memory_throttle() to check pageout
2015-07-30 Brian BehlendorfUpdate arc_available_memory() to check freemem
2015-07-28 Brian BehlendorfAlign thread priority with Linux defaults
2015-07-23 Brian BehlendorfMinor style cleanup
2015-07-23 Brian BehlendorfRemove double counting HDR_L2ONLY_SIZE
2015-07-23 Brian BehlendorfAdd hdr_recl() reclaim callback
2015-07-23 Brian BehlendorfReinstate zfs_arc_p_min_shift
2015-07-23 Prakash SuryaIllumos 5817 - change type of arcs_size from uint64_t...
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
next