]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/spa.c
DKMS: Disable weak modules
[mirror_zfs.git] / module / zfs / spa.c
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'
2019-03-21 Olaf FaalandMMP interval and fail_intervals in uberblock
2019-03-13 Tom CaputiDetect and prevent mixed raw and non-raw sends
2019-01-18 Serapheim Dimitrop... Simplify spa_sync by breaking it up to smaller functions
2019-01-13 Serapheim Dimitrop... Serialize ZTHR operations to eliminate races
2019-01-07 George Wilsonzfs initialize performance enhancements
2019-01-07 George WilsonOpenZFS 9102 - zfs should be able to initialize storage...
2018-10-19 Serapheim Dimitrop... OpenZFS 9682 - page fault in dsl_async_clone_destroy...
2018-10-19 Tom CaputiDefer new resilvers until the current one ends
2018-10-12 Brian BehlendorfImproved error handling for extreme rewinds
2018-10-03 Tom CaputiRefcounted DSL Crypto Key Mappings
2018-10-02 Jerry JelinekOpenZFS 9700 - ZFS resilvered mirror does not balance...
2018-10-01 Tim SchumacherPrefix all refcount functions with zfs_
2018-09-13 Roman Strashkinzpool split can create a corrupted pool
2018-09-06 Don BradyPool allocation classes
2018-08-20 Serapheim Dimitrop... Introduce read/write kstats per dataset
2018-08-15 Tom CaputiCheck encrypted dataset + embedded recv earlier
2018-07-31 Paul DagnelieOpenZFS 9112 - Improve allocation performance on high...
2018-06-26 Serapheim Dimitrop... OpenZFS 9166 - zfs storage pool checkpoint
2018-06-20 Matthew AhrensRemove suffix from zio taskq names
2018-06-04 Pavel ZakharovOpenZFS 9235 - rename zpool_rewind_policy_t to zpool_lo...
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-14 Pavel ZakharovOpenZFS 9191 - dump vdev tree to zfs_dbgmsg when spa...
2018-05-09 Pavel ZakharovOpenZFS 9075 - Improve ZFS pool import/load process...
2018-05-09 Pavel ZakharovOpenZFS 8962 - zdb should work on non-idle pools
2018-05-09 Pavel ZakharovOpenZFS 8961 - SPA load/import should tell us why it...
2018-05-08 Brian BehlendorfZTS: Re-enable MMP tests
2018-04-16 Pavel ZakharovOpenZFS 7638 - Refactor spa_load_impl into several...
2018-04-14 Serapheim Dimitrop... OpenZFS 9079 - race condition in starting and ending...
2018-04-14 Matthew AhrensOpenZFS 9290 - device removal reduces redundancy of...
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-04-04 Olaf FaalandUpdate mmp_delay on sync or skipped, failed write
2018-03-30 LOLiFix hung z_zvol tasks during 'zfs receive'
2018-03-15 Olaf FaalandReport pool suspended due to MMP
2018-02-13 Nasf-FanProject Quota on ZFS
2018-01-19 Brian BehlendorfOpenZFS 8652 - Tautological comparisons with ZPROP_INVAL
2018-01-09 DHEFix -fsanitize=address memory leak
2017-12-18 Brian BehlendorfFix multihost stale cache file import
2017-11-16 Tom CaputiSequential scrub and resilvers
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-10-27 Brian BehlendorfOpenZFS 8081 - Compiler warnings in zdb
2017-10-23 Brian BehlendorfEmit history events for 'zpool create'
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-08-11 Brian BehlendorfSimplify threads, mutexs, cvs and rwlocks
2017-07-25 Olaf FaalandReport MMP_STATE_NO_HOSTID immediately
next