]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/arc.c
Encryption patch follow-up
[mirror_zfs.git] / module / zfs / arc.c
2017-10-11 Tom CaputiEncryption patch follow-up
2017-10-10 Brian BehlendorfFix ARC behavior on 32-bit systems
2017-09-29 chrisrdScale the dbuf cache with arc_c
2017-09-20 Brian BehlendorfIncrease default arc_c_min
2017-09-16 Giuseppe Di NataleLinux 3.14 compat: IO acct, global_page_state, etc
2017-08-24 dbavatarLinux 4.8+ compatibility fix for vm stats
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-08-11 Brian BehlendorfSimplify threads, mutexs, cvs and rwlocks
2017-08-03 Ned BassUse SET_ERROR for constant non-zero return codes
2017-07-28 Andriy GaponOpenZFS 7915 - checks in l2arc_evict could use some...
2017-07-04 Andriy GaponOpenZFS 7910 - l2arc_write_buffers() may write beyond...
2017-06-29 chrisrdSet arc_meta_limit, arc_dnode_limit on change
2017-06-27 Giuseppe Di NataleOpenZFS 5220 - L2ARC does not support devices that...
2017-06-07 Matthew AhrensOpenZFS 8155 - simplify dmu_write_policy handling of...
2017-05-10 Tom CaputiAdd missing arc_free_cksum() to arc_release()
2017-05-02 Debabrata BanerjeeAllow scaling of arc in proportion to pagecache
2017-05-02 Debabrata BanerjeeCorrect signed operation
2017-05-02 Debabrata BanerjeeDon't run the reaper if we didn't shrink the cache
2017-05-02 Debabrata BanerjeeOnly wakeup waiters if we've actually done work
2017-05-02 Debabrata BanerjeeDo not stop kernel shrinker on lock contention
2017-05-02 Debabrata BanerjeeStop double reclaiming or not reclaiming at all
2017-05-02 Debabrata BanerjeeMake arc_need_free updates atomic
2017-05-02 Debabrata BanerjeeDon't report ghost buffers as evictable mem
2017-05-01 Brian BehlendorfLimit zfs_dirty_data_max_max to 4G
2017-04-26 Dan KimmelOpenZFS 7252 - compressed zfs send / receive
2017-03-21 Matthew AhrensOpenZFS 7968 - multi-threaded spa_sync()
2017-03-08 Andriy GaponOpenZFS 7867 - ARC space accounting leak
2017-02-15 Matthew Ahrenszfs_arc_num_sublists_per_state should be common to...
2017-02-13 Tim ChaseFix zfs_compressed_arc_enabled parameter description
2017-02-04 George MelikovOpenZFS 7504 - kmem_reap hangs spa_sync and administrat...
2017-01-22 George Melikovcodebase style improvements for OpenZFS 6459 port
2017-01-03 ka7Fix spelling
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-12-08 Brian BehlendorfSpeed up zvol import and export speed
2016-11-30 Brian BehlendorfIntroduce ARC Buffer Data (ABD)
2016-11-29 David QuigleyDLPX-44812 integrate EP-220 large memory scalability
2016-11-02 Brian BehlendorfUse vmem_size() for 32-bit systems
2016-11-02 Brian BehlendorfAdd TASKQID_INVALID
2016-10-31 GeLiXinFix coverity defects: CID 147509
2016-10-17 luozhengzhengFix coverity defects: CID 150924
2016-10-11 Brian BehlendorfFix zfsctl_snapshot_{,un}mount() issues
2016-10-08 Brian BehlendorfFix file permissions
2016-10-04 Brian BehlendorfMerge OpenZFS 4185
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...
next