]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/vdev_queue.c
ddt: modernise assertions
[mirror_zfs.git] / module / zfs / vdev_queue.c
2023-11-07 MigeljanImeriFix accounting error for pending sync IO ops in zpool...
2023-06-27 Alexander MotinAnother set of vdev queue optimizations.
2023-06-09 Alexander MotinFinally drop long disabled vdev cache.
2023-04-06 Rob Nvdev: expose zfs_vdev_def_queue_depth as a module parameter
2022-10-27 Richard YaoConvert enum zio_flag to uint64_t
2022-10-20 Richard YaoAdd defensive assertion to vdev_queue_aggregate()
2022-10-12 Richard YaoAdd defensive assertions
2022-09-27 Richard YaoCleanup: Specify unsignedness on things that should...
2022-09-27 Richard YaoCleanup: Remove ineffective unsigned comparisons against 0
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-01-26 набClean up CSTYLEDs
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-11-30 Pawel Jakub DawidekCode cleanups
2021-08-17 Alexander MotinAvoid vq_lock drop in vdev_queue_aggregate()
2021-07-06 Alexander MotinMove gethrtime() calls out of vdev queue lock
2021-06-10 Alexander MotinRemove pool io kstats (#12212)
2021-01-20 Matthew Ahrensallow callers to allocate and provide the abd_t struct
2020-12-06 Alexander MotinAvoid some spa_has_pending_synctask() calls.
2020-12-03 Alexander MotinFix for "Reduce latency effects of non-interactive...
2020-11-24 Alexander MotinReduce latency effects of non-interactive I/O
2020-11-13 Brian BehlendorfDistributed Spare (dRAID) Feature
2020-07-03 Brian BehlendorfAdd device rebuild feature
2020-06-18 Arvind SankarMark functions as static
2020-05-21 Brian AtkinsonGang ABD Type
2019-10-09 Paul DagnelieReduce loaded range tree memory usage
2019-09-05 Matthew MacyMake module tunables cross platform
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-06-13 Alexander MotinMove write aggregation memory copy out of vq_lock
2019-03-29 Brian BehlendorfAdd TRIM support
2019-03-13 Alexander MotinAdd separate aggregation limit for non-rotating media
2019-01-07 George WilsonOpenZFS 9102 - zfs should be able to initialize storage...
2018-09-26 John GallagherFixes for procfs files backed by linked lists
2018-07-31 Paul DagnelieOpenZFS 9112 - Improve allocation performance on high...
2018-05-30 Tony HutterFix zio->io_priority failed (7 < 6) assert
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-03-16 Brian BehlendorfFix deadlock in IO pipeline
2017-12-21 Tom CaputiSupport re-prioritizing asynchronous prefetches
2017-11-16 Tom CaputiSequential scrub and resilvers
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-08-21 Gvozden Neskovicvdev_mirror: load balancing fixes
2017-06-27 Brian BehlendorfCap maximum aggregate IO size
2017-04-14 DHEIncrease zfs_vdev_async_write_min_active to 2
2017-04-10 Matthew AhrensOpenZFS 8005 - poor performance of 1MB writes on certai...
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-10-14 Don BradyOpenZFS 7090 - zfs should throttle allocations
2016-08-31 Gvozden NeskovicPerformance optimization of AVL tree comparator functions
2016-05-27 GeLiXinFix self-healing IO prior to dsl_pool_init() completion
2016-05-26 Tony HutterOpenZFS 6531 - Provide mechanism to artificially limit...
2016-02-26 smhFreeBSD r256956: Improve ZFS N-way mirror read performa...
2015-12-18 Brian BehlendorfFix zfs_vdev_aggregation_limit bounds checking
2015-12-18 Brian BehlendorfFix vdev_queue_aggregate() deadlock
2015-08-30 loli10KFix small typo
2015-08-30 Tim ChaseInitialize the taskq entry embedded within struct vdev
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-04-24 Justin T. Gibbs5313 Allow I/Os to be aggregated across ZIO priority...
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfRevert "Pre-allocate vdev I/O buffers"
2014-09-23 Alex ReeceIllumos 4753 - increase number of outstanding async...
2014-08-11 Brian BehlendorfAvoid dynamic allocation of 'search zio'
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-12-06 Matthew AhrensIllumos #4045 write throttle & i/o scheduler performanc...
2013-11-04 Will AndrewsIllumos #3742
2013-10-31 Matthew AhrensIllumos #3537
2013-08-12 Matthew AhrensIllumos #3618 ::zio dcmd does not show timestamp data
2013-05-02 George.Wilson3246 ZFS I/O deadman thread
2012-10-15 Brian BehlendorfLimit zfs_vdev_aggregation_limit to SPA_MAXBLOCKSIZE
2012-08-27 Brian BehlendorfPre-allocate vdev I/O buffers
2011-05-04 Brian BehlendorfAdd missing ZFS tunables
2010-08-31 Brian BehlendorfAdd linux kernel module support
2010-08-27 Brian BehlendorfFix gcc c90 compliance warnings
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2009-08-18 Brian BehlendorfRebase master to b121
2009-07-02 Brian BehlendorfRebase master to b117
2009-02-18 Brian BehlendorfRebase master to b108
2009-01-15 Brian BehlendorfRebase master to b105
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...