]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/spa.c
spa: make read/write queues configurable
[mirror_zfs.git] / module / zfs / spa.c
2023-12-20 Rob Nspa: make read/write queues configurable
2023-12-05 Don BradyExtend import_progress kstat with a notes field
2023-11-27 Don BradyDon't allow attach to a raidz child vdev
2023-11-08 Don BradyRAID-Z expansion feature
2023-11-06 ednadolski-ixImprove ZFS objset sync parallelism
2023-10-23 Rob Nspa: document spa_thread() and SDC feature gates
2023-10-06 Rob Norrisimport: require force when cachefile hostid doesn't...
2023-10-06 Alexander MotinReduce number of metaslab preload taskq threads.
2023-09-02 ednadolski-ixSelectable block allocators
2023-06-09 Alexander MotinUse list_remove_head() where possible.
2023-05-24 Akash BFix concurrent resilvers initiated at same time
2023-05-18 George AmanakisTeach zpool scrub to scrub only blocks in error log
2023-05-18 Brian BehlendorfAdd the ability to uninitialize
2023-05-15 Richard YaoFix undefined behavior in spa_sync_props()
2023-05-08 Matthew AhrensVerify block pointers before writing them out
2023-05-03 Ameer Hamzazpool import -m also removing spare and cache when...
2023-04-21 Allan JudeAdd support for zpool user properties
2023-04-20 rob-wingCreate zap for root vdev
2023-04-19 Ameer HamzaFix "Detach spare vdev in case if resilvering does...
2023-03-28 Kevin JinFix short-lived txg caused by autotrim
2023-03-24 Ameer HamzaUpdate vdev state for spare vdev
2023-03-14 Richard Yaonvpair: Constify string functions
2023-03-10 Pawel Jakub DawidekImplementation of block cloning for ZFS
2023-02-16 Richard YaoSync thread should avoid holding the spa config write...
2023-02-06 Richard YaoCleanup: spa vdev processing should check NULL pointers
2022-12-22 Matthew Ahrensdeadlock between spa_errlog_lock and dp_config_rwlock
2022-11-04 Ameer Hamzazed: Prevent special vdev to be replaced by hot spare
2022-10-20 Richard YaoSilence static analyzer warnings about spa_sync_props()
2022-10-18 Richard YaoFix NULL pointer dereference in spa_open_common()
2022-10-14 Richard YaoCleanup: Address Clang's static analyzer's unused code...
2022-10-13 Richard YaoCleanup: 64-bit kernel module parameters should use...
2022-09-28 Ameer Hamzazed: mark disks as REMOVED when they are removed
2022-09-27 Richard YaoCleanup spa_export_common()
2022-09-27 Richard YaoCleanup: Specify unsignedness on things that should...
2022-09-13 Richard YaoCleanup dead spa_boot code
2022-07-28 Alek PImplement a new type of zfs receive: corrective receive...
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-07-07 Finix1979Call nvlist_free before return
2022-06-29 набEnable -Wwrite-strings
2022-05-20 Brian BehlendorfVerify BPs in spa_load_verify_cb() and dsl_scan_visitbp()
2022-04-26 Alexander MotinImprove log spacemap load time
2022-03-23 Brian BehlendorfSwitch from _Noreturn to __attribute__((noreturn))
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-03-05 Alejandro ColomarUse _Noreturn (C11; GNU89) properly
2022-02-15 Jorgen LundmanAdd spa _os() hooks
2022-02-15 George AmanakisAvoid dirtying the final TXGs when exporting a pool
2022-02-15 Jorgen LundmanRename fallthrough to zfs_fallthrough
2022-02-04 Alexander MotinAdd more control/visibility to spa_load_verify().
2022-01-26 набClean up CSTYLEDs
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-12-23 набmodule: zfs: fix unused, remove argsused
2021-12-23 набmodule: zfs: spa: shim out vdev_count_verify_zaps()
2021-12-07 Paul DagnelieAdd `const` to nvlist functions to properly expose...
2021-11-30 Allan JudeVdev Properties Feature
2021-11-11 Fedor UporovCheck l2cache vdevs pending list inside the vdev_inuse()
2021-11-09 Fedor UporovSkip spacemaps reading in case of pool readonly import
2021-10-26 Allan Judespa.c: Replace VERIFY(nvlist_*(...) == 0) with fnvlist_...
2021-09-14 Brian BehlendorfUse fallthrough macro
2021-08-10 Tony NguyenRun arc_evict thread at higher priority
2021-07-26 Mark JohnstonInitialize "autoreplace" in spa_ld_get_props()
2021-07-21 Alexander MotinOptimize allocation throttling
2021-06-24 Brian BehlendorfUpdate cache file when setting compatibility property
2021-06-23 Rich ErcolaniAnnotated dprintf as printf-like
2021-06-22 Alexander MotinOptimize small random numbers generation
2021-05-14 Alexander MotinScale worker threads and taskqs with number of CPUs
2021-04-11 pstefBalance parentheses in parameter descriptions
2021-04-03 Andrea GelminiFix various typos
2021-02-18 ColmAdd "compatibility" property for zpool feature sets
2021-01-25 Will Andrewsspa_export_common: refactor common exit points
2021-01-21 Matthew AhrensSet aside a metaslab for ZIL blocks
2020-12-15 Alexander MotinMake metaslab class rotor and aliquot per-allocator.
2020-12-10 Paul DagnelieImplement memory and CPU hotplug
2020-12-02 Ryan MoellerFreeBSD: notify userspace when a vdev is removed
2020-11-13 Brian BehlendorfDistributed Spare (dRAID) Feature
2020-10-09 Brian BehlendorfReplace ZFS on Linux references with OpenZFS
2020-10-03 Ryan MoellerThrow const on some strings
2020-09-18 George Wilsonvdev_ashift should only be set once
2020-09-15 Pavel SnajdrFix stack frame size: spa_livelist_delete_cb()
2020-09-04 Matthew MacyFreeBSD: reduce priority of ZIO_TASKQ_ISSUE writes...
2020-09-04 Don BradyAvoid posting duplicate zpool events
2020-09-04 Matthew Ahrensnowait synctask must succeed
2020-09-01 Toomas Soomezio_ereport_post() and zio_ereport_start() return value...
2020-08-27 Ryan Moellerzpool: Change base URL for ZFS messages to openzfs...
2020-08-21 Ryan MoellerImport vdev ashift optimization from FreeBSD
2020-08-18 Richard LaagerRemove GRUB restrictions
2020-08-05 Matthew AhrensFix i/o error handling of livelists and zap iteration
2020-07-29 Serapheim Dimitrop... Introduce names for ZTHRs
2020-07-14 Alexander MotinFix LOR between dp_config_rwlock and spa_props_lock
2020-07-03 Brian BehlendorfAdd device rebuild feature
2020-06-18 Arvind SankarMark functions as static
2020-06-09 George AmanakisTrim L2ARC
2020-06-07 Jorgen LundmanReplace sprintf()->snprintf() and strcpy()->strlcpy()
2020-05-06 George AmanakisEnable splitting mirrors with indirect vdevs
2020-04-22 Matthew AhrensUse a struct to organize metaslab-group-allocator fields
2020-04-10 George AmanakisPersistent L2ARC
2020-04-09 Matthew MacyAdd separate field for indicating that spa is in middle...
2020-03-04 Brian BehlendorfAdd trim support to zpool wait
2020-02-28 Matthew AhrensImprove zfs destroy performance with zio_t-free zio_free()
2020-02-03 Matthew Ahrensasync zvol minor node creation interferes with receive
2020-01-06 loli10KFix "zpool add -n" for dedup, special and log devices
next