index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
zfs
/
spa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ashift validation when adding devices to a pool
George Wilson
2024-03-29
1
-2
/
+12
*
Provide macros for setting and getting blkptr birth times
George Wilson
2024-03-25
1
-4
/
+5
*
spa: Let spa_taskq_param_get()'s addition of a newline be optional
Mark Johnston
2024-01-12
1
-6
/
+7
*
spa: Fix FreeBSD sysctl handlers
Mark Johnston
2024-01-12
1
-24
/
+6
*
spa: make read/write queues configurable
Rob N
2023-12-20
1
-1
/
+296
*
Extend import_progress kstat with a notes field
Don Brady
2023-12-05
1
-2
/
+39
*
Don't allow attach to a raidz child vdev
Don Brady
2023-11-27
1
-4
/
+5
*
RAID-Z expansion feature
Don Brady
2023-11-08
1
-46
/
+194
*
Improve ZFS objset sync parallelism
ednadolski-ix
2023-11-06
1
-37
/
+153
*
spa: document spa_thread() and SDC feature gates
Rob N
2023-10-23
1
-6
/
+35
*
import: require force when cachefile hostid doesn't match on-disk
Rob Norris
2023-10-06
1
-0
/
+18
*
Reduce number of metaslab preload taskq threads.
Alexander Motin
2023-10-06
1
-7
/
+21
*
Selectable block allocators
ednadolski-ix
2023-09-01
1
-6
/
+8
*
Use list_remove_head() where possible.
Alexander Motin
2023-06-09
1
-3
/
+3
*
Fix concurrent resilvers initiated at same time
Akash B
2023-05-24
1
-1
/
+4
*
Teach zpool scrub to scrub only blocks in error log
George Amanakis
2023-05-18
1
-0
/
+6
*
Add the ability to uninitialize
Brian Behlendorf
2023-05-18
1
-0
/
+7
*
Fix undefined behavior in spa_sync_props()
Richard Yao
2023-05-15
1
-4
/
+4
*
Verify block pointers before writing them out
Matthew Ahrens
2023-05-08
1
-1
/
+1
*
zpool import -m also removing spare and cache when log device is missing
Ameer Hamza
2023-05-03
1
-0
/
+10
*
Add support for zpool user properties
Allan Jude
2023-04-21
1
-41
/
+87
*
Create zap for root vdev
rob-wing
2023-04-20
1
-0
/
+11
*
Fix "Detach spare vdev in case if resilvering does not happen"
Ameer Hamza
2023-04-19
1
-2
/
+3
*
Fix short-lived txg caused by autotrim
Kevin Jin
2023-03-28
1
-0
/
+3
*
Update vdev state for spare vdev
Ameer Hamza
2023-03-24
1
-3
/
+5
*
nvpair: Constify string functions
Richard Yao
2023-03-14
1
-12
/
+12
*
Implementation of block cloning for ZFS
Pawel Jakub Dawidek
2023-03-10
1
-0
/
+39
*
Sync thread should avoid holding the spa config write lock when possible
Richard Yao
2023-02-16
1
-1
/
+7
*
Cleanup: spa vdev processing should check NULL pointers
Richard Yao
2023-02-06
1
-28
/
+30
*
deadlock between spa_errlog_lock and dp_config_rwlock
Matthew Ahrens
2022-12-22
1
-1
/
+1
*
zed: Prevent special vdev to be replaced by hot spare
Ameer Hamza
2022-11-04
1
-2
/
+4
*
Silence static analyzer warnings about spa_sync_props()
Richard Yao
2022-10-19
1
-28
/
+28
*
Fix NULL pointer dereference in spa_open_common()
Richard Yao
2022-10-18
1
-1
/
+1
*
Cleanup: Address Clang's static analyzer's unused code complaints
Richard Yao
2022-10-14
1
-3
/
+3
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
1
-2
/
+2
*
zed: mark disks as REMOVED when they are removed
Ameer Hamza
2022-09-28
1
-5
/
+14
*
Cleanup spa_export_common()
Richard Yao
2022-09-27
1
-8
/
+6
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
1
-2
/
+2
*
Cleanup dead spa_boot code
Richard Yao
2022-09-13
1
-1
/
+0
*
Implement a new type of zfs receive: corrective receive (-c)
Alek P
2022-07-28
1
-0
/
+4
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Call nvlist_free before return
Finix1979
2022-07-07
1
-0
/
+1
*
Enable -Wwrite-strings
наб
2022-06-29
1
-12
/
+13
*
Verify BPs in spa_load_verify_cb() and dsl_scan_visitbp()
Brian Behlendorf
2022-05-20
1
-3
/
+16
*
Improve log spacemap load time
Alexander Motin
2022-04-26
1
-1
/
+1
*
Switch from _Noreturn to __attribute__((noreturn))
Brian Behlendorf
2022-03-23
1
-1
/
+1
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-3
/
+3
*
Use _Noreturn (C11; GNU89) properly
Alejandro Colomar
2022-03-04
1
-1
/
+1
*
Add spa _os() hooks
Jorgen Lundman
2022-02-15
1
-0
/
+11
*
Avoid dirtying the final TXGs when exporting a pool
George Amanakis
2022-02-15
1
-17
/
+43
[next]