]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/metaslab.c
OpenZFS 8607 - variable set but not used
[mirror_zfs.git] / module / zfs / metaslab.c
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-10-13 Brian BehlendorfPost-Encryption Followup
2017-10-11 Tom CaputiRelax ASSERT for #6526
2017-04-09 George WilsonOpenZFS 8023 - Panic destroying a metaslab deferred...
2017-02-01 George MelikovOpenZFS 7072 - zfs fails to expand if lun added when...
2017-01-26 Tim ChaseOpenZFS 7613 - ms_freetree[4] is only used in syncing...
2017-01-12 Don BradyOpenZFS 7303 - dynamic metaslab selection
2017-01-03 ka7Fix spelling
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-11-07 caoFix coverity defects: CID 147575, 147577, 147578, 147579
2016-11-02 Brian BehlendorfAdd TASKQID_INVALID
2016-10-14 Don BradyOpenZFS 7090 - zfs should throttle allocations
2016-08-31 Gvozden NeskovicPerformance optimization of AVL tree comparator functions
2016-08-02 Brian BehlendorfFix gcc self-comparison warning
2016-03-30 DHEgcc build error: -Wbool-compare in metaslab.c
2016-01-15 Richard YaoRemove fastwrite mutex
2016-01-12 Joe SteinIllumos 6295 - metaslab_condense's dbgmsg should includ...
2015-09-01 Richard YaoDisable LBA weighting on files and SSDs
2015-07-28 Brian BehlendorfAlign thread priority with Linux defaults
2015-07-06 Tim ChasePrevent reclaim in metaslab preload threads
2015-06-25 Brian BehlendorfUpdate all default taskq settings
2015-06-22 Etienne DechampsMake metaslab_aliquot a module parameter.
2015-06-22 Etienne DechampsDocument metaslab_aliquot.
2015-06-22 Etienne DechampsAllocate disk space fairly in the presence of vdevs...
2015-06-11 Brian BehlendorfMerge branch 'lock-contention-on-arcs_mtx-final'
2015-06-11 Brian BehlendorfUse taskq_wait_outstanding() function
2015-05-11 Brian BehlendorfRemove metaslab_min_alloc_size module option
2015-02-14 Brian BehlendorfSkip bad DVAs during free by setting zfs_recover=1
2015-02-10 Brian BehlendorfRevert "Don't read space maps during import for readonl...
2015-02-10 Brian BehlendorfDon't read space maps during import for readonly pools
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2014-11-14 Prakash SuryaIllumos 5213 - panic in metaslab_init due to space_map_...
2014-10-23 Matthew AhrensIllumos 5164-5165 - space map fixes
2014-10-23 Alex ReeceIllumos 4958 zdb trips assert on pools with ashift...
2014-08-18 Tim ChaseDon't upgrade a metaslab when the pool is not writable
2014-08-18 George WilsonIllumos 4976-4984 - metaslab improvements
2014-08-01 Matthew AhrensIllumos 4757, 4913
2014-07-30 George WilsonIllumos 4754, 4755
2014-07-30 Matthew AhrensIllumos #4374
2014-07-22 George WilsonIllumos #4756 Fix metaslab_group_preload deadlock
2014-07-22 George WilsonIllumos #4730 destroy metaslab group taskq
2014-07-22 George WilsonIllumos #4101, #4102, #4103, #4105, #4106
2014-07-22 Prakash SuryaMove metaslab_group_alloc_update() call
2014-07-16 Tim ChaseConvert zfs_mg_noalloc_threshold to a module parameter...
2014-05-06 Brian BehlendorfFix style
2014-05-06 George WilsonIllumos #4101 finer-grained control of metaslab_debug
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-11-05 George WilsonIllumos #4168, #4169, #4170
2013-11-05 George WilsonIllumos #3954, #4080, #4081
2013-10-31 Matthew AhrensIllumos #3598
2013-10-31 George WilsonIllumos #3578, #3579
2013-10-18 George WilsonIllumos #3552
2013-09-04 Matthew AhrensIllumos #3464
2013-06-19 George WilsonIllumos #3552, #3564
2013-06-19 Madhav SureshIllumos #3006
2013-05-06 George WilsonIllumos #3329, #3330, #3331, #3335
2013-03-18 Brian BehlendorfAdd metaslab_debug option
2012-10-17 Brian BehlendorfMerge branch 'zil-performance'
2012-10-17 Etienne DechampsAdd FASTWRITE algorithm for synchronous writes.
2012-08-27 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2012-04-19 Brian BehlendorfIllumos #1909: disk sync write perf regression when...
2011-08-01 Brian BehlendorfMerge branch 'illumos'
2011-08-01 George WilsonIllumos #1051: zfs should handle imbalanced luns
2010-08-31 Brian BehlendorfFix metaslab
2010-08-27 Brian BehlendorfFix gcc c90 compliance warnings
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2009-07-02 Brian BehlendorfRebase master to b117
2009-01-15 Brian BehlendorfRebase master to b105
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...