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
*
Fix various typos
Andrea Gelmini
2021-04-02
1
-1
/
+1
*
Add "compatibility" property for zpool feature sets
Colm
2021-02-17
1
-0
/
+30
*
spa_export_common: refactor common exit points
Will Andrews
2021-01-25
1
-11
/
+12
*
Set aside a metaslab for ZIL blocks
Matthew Ahrens
2021-01-21
1
-5
/
+23
*
Make metaslab class rotor and aliquot per-allocator.
Alexander Motin
2020-12-15
1
-9
/
+12
*
Implement memory and CPU hotplug
Paul Dagnelie
2020-12-10
1
-4
/
+4
*
FreeBSD: notify userspace when a vdev is removed
Ryan Moeller
2020-12-02
1
-0
/
+3
*
Distributed Spare (dRAID) Feature
Brian Behlendorf
2020-11-13
1
-32
/
+94
*
Replace ZFS on Linux references with OpenZFS
Brian Behlendorf
2020-10-08
1
-1
/
+1
*
Throw const on some strings
Ryan Moeller
2020-10-02
1
-4
/
+4
*
vdev_ashift should only be set once
George Wilson
2020-09-18
1
-1
/
+0
*
Fix stack frame size: spa_livelist_delete_cb()
Pavel Snajdr
2020-09-15
1
-5
/
+7
*
FreeBSD: reduce priority of ZIO_TASKQ_ISSUE writes by a larger value
Matthew Macy
2020-09-04
1
-5
/
+17
*
Avoid posting duplicate zpool events
Don Brady
2020-09-04
1
-2
/
+2
*
nowait synctask must succeed
Matthew Ahrens
2020-09-04
1
-2
/
+1
*
zio_ereport_post() and zio_ereport_start() return values are ignored
Toomas Soome
2020-08-31
1
-1
/
+2
*
zpool: Change base URL for ZFS messages to openzfs-docs
Ryan Moeller
2020-08-26
1
-1
/
+2
*
Import vdev ashift optimization from FreeBSD
Ryan Moeller
2020-08-21
1
-0
/
+1
*
Remove GRUB restrictions
Richard Laager
2020-08-17
1
-20
/
+1
*
Fix i/o error handling of livelists and zap iteration
Matthew Ahrens
2020-08-05
1
-1
/
+1
*
Introduce names for ZTHRs
Serapheim Dimitropoulos
2020-07-29
1
-4
/
+8
*
Fix LOR between dp_config_rwlock and spa_props_lock
Alexander Motin
2020-07-14
1
-11
/
+7
*
Add device rebuild feature
Brian Behlendorf
2020-07-03
1
-22
/
+87
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-6
/
+6
*
Trim L2ARC
George Amanakis
2020-06-09
1
-0
/
+20
*
Replace sprintf()->snprintf() and strcpy()->strlcpy()
Jorgen Lundman
2020-06-07
1
-2
/
+2
*
Enable splitting mirrors with indirect vdevs
George Amanakis
2020-05-06
1
-3
/
+9
*
Use a struct to organize metaslab-group-allocator fields
Matthew Ahrens
2020-04-22
1
-4
/
+5
*
Persistent L2ARC
George Amanakis
2020-04-10
1
-0
/
+13
*
Add separate field for indicating that spa is in middle of split
Matthew Macy
2020-04-09
1
-0
/
+2
*
Add trim support to zpool wait
Brian Behlendorf
2020-03-04
1
-18
/
+29
*
Improve zfs destroy performance with zio_t-free zio_free()
Matthew Ahrens
2020-02-28
1
-3
/
+3
*
async zvol minor node creation interferes with receive
Matthew Ahrens
2020-02-03
1
-2
/
+2
*
Fix "zpool add -n" for dedup, special and log devices
loli10K
2020-01-06
1
-1
/
+1
*
Replace ASSERTV macro with compiler annotation
Matthew Macy
2019-12-05
1
-5
/
+5
*
Prevent unnecessary resilver restarts
jwpoduska
2019-11-27
1
-4
/
+10
*
Add zfs_file_* interface, remove vnodes
Matthew Macy
2019-11-21
1
-11
/
+10
*
Minor spa portability fixes
Matthew Macy
2019-10-28
1
-3
/
+3
*
Fix pool creation with feature@allocation_classes disabled
loli10K
2019-10-10
1
-0
/
+10
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
1
-1
/
+1
*
Prevent gcc -Werror=maybe-uninitialized warnings in spa_wait_common()
loli10K
2019-09-16
1
-1
/
+1
*
Add subcommand to wait for background zfs activity to complete
John Gallagher
2019-09-13
1
-0
/
+277
*
Enable compiler to typecheck logging
Matthew Macy
2019-09-12
1
-4
/
+7
*
Fix /etc/hostid on root pool deadlock
Brian Behlendorf
2019-09-10
1
-5
/
+10
*
Make module tunables cross platform
Matthew Macy
2019-09-05
1
-36
/
+19
*
maxinflight can overflow in spa_load_verify_cb()
George Wilson
2019-09-02
1
-1
/
+2
*
Fix typos in module/zfs/
Andrea Gelmini
2019-09-02
1
-6
/
+6
*
Cap metaslab memory usage
Paul Dagnelie
2019-08-16
1
-0
/
+4
*
spa_load_verify() may consume too much memory
George Wilson
2019-08-13
1
-9
/
+15
*
Fast Clone Deletion
Sara Hartse
2019-07-26
1
-13
/
+486
[next]