]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/zfs/spa.c
Cache dbuf_hash() calculation
[FreeBSD/FreeBSD.git] / module / zfs / spa.c
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
2019-12-05 Matthew MacyReplace ASSERTV macro with compiler annotation
2019-11-27 jwpoduskaPrevent unnecessary resilver restarts
2019-11-21 Matthew MacyAdd zfs_file_* interface, remove vnodes
2019-10-28 Matthew MacyMinor spa portability fixes
2019-10-10 loli10KFix pool creation with feature@allocation_classes disabled
2019-10-09 Paul DagnelieReduce loaded range tree memory usage
2019-09-16 loli10KPrevent gcc -Werror=maybe-uninitialized warnings in...
2019-09-14 John GallagherAdd subcommand to wait for background zfs activity...
2019-09-12 Matthew MacyEnable compiler to typecheck logging
2019-09-10 Brian BehlendorfFix /etc/hostid on root pool deadlock
2019-09-05 Matthew MacyMake module tunables cross platform
2019-09-03 George Wilsonmaxinflight can overflow in spa_load_verify_cb()
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-08-16 Paul DagnelieCap metaslab memory usage
2019-08-13 George Wilsonspa_load_verify() may consume too much memory
2019-07-26 Sara HartseFast Clone Deletion
2019-07-18 Serapheim Dimitrop... Race condition between spa async threads and export
2019-07-16 Serapheim Dimitrop... Log Spacemap Project
2019-06-19 Matthew AhrensRemove dedupditto functionality
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2019-05-09 Olaf Faalandzpool import progress kstat
2019-05-02 Tom CaputiAdd feature check for 'zpool resilver' command
2019-04-16 Richard LaagerUpdate a comment to match the code
2019-04-05 Matthew Ahrenspredictive prefetch disabled on new pools until export...
2019-03-29 Brian BehlendorfAdd TRIM support
2019-03-22 Roman StrashkinPanic when running 'zpool split'
next