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_misc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
FreeBSD: Fix scope of deadman tunables
Ryan Moeller
2021-03-11
1
-2
/
+2
*
Fix overly broad locking in spa_vdev_config_exit()
Brian Behlendorf
2021-02-24
1
-2
/
+2
*
Add upper bound for slop space calculation
Prakash Surya
2021-02-24
1
-10
/
+17
*
Set aside a metaslab for ZIL blocks
Matthew Ahrens
2021-01-21
1
-20
/
+47
*
special device removal space accounting fixes
Matthew Ahrens
2020-12-17
1
-6
/
+9
*
Make metaslab class rotor and aliquot per-allocator.
Alexander Motin
2020-12-15
1
-1
/
+1
*
Distributed Spare (dRAID) Feature
Brian Behlendorf
2020-11-13
1
-0
/
+1
*
Update references to nonexistent man pages in code
Ryan Moeller
2020-10-30
1
-1
/
+1
*
FreeBSD: Add support for procfs_list
Matthew Macy
2020-09-23
1
-0
/
+1
*
Add zstd support to zfs
Michael Niewöhner
2020-08-20
1
-0
/
+1
*
Add device rebuild feature
Brian Behlendorf
2020-07-03
1
-2
/
+27
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-5
/
+5
*
Finish refactoring for ZFS_MODULE_PARAM_CALL
Ryan Moeller
2020-04-07
1
-1
/
+1
*
Share some code for spa deadman tunables
Ryan Moeller
2020-02-10
1
-3
/
+29
*
Refactor deadman set failmode to be cross platform
Matthew Macy
2019-12-05
1
-11
/
+9
*
Add zfs_file_* interface, remove vnodes
Matthew Macy
2019-11-21
1
-7
/
+7
*
Factor Linux specific code out of spa_misc.c
Matthew Macy
2019-10-31
1
-76
/
+11
*
Fix for ARC sysctls ignored at runtime
loli10K
2019-10-26
1
-3
/
+3
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
1
-7
/
+8
*
Add subcommand to wait for background zfs activity to complete
John Gallagher
2019-09-13
1
-0
/
+7
*
Fix /etc/hostid on root pool deadlock
Brian Behlendorf
2019-09-10
1
-15
/
+4
*
OpenZFS restructuring - move platform specific sources
Matthew Macy
2019-09-06
1
-1
/
+1
*
Make module tunables cross platform
Matthew Macy
2019-09-05
1
-35
/
+30
*
Prevent race in blkptr_verify against device removal
Paul Dagnelie
2019-08-13
1
-2
/
+2
*
Log Spacemap Project
Serapheim Dimitropoulos
2019-07-16
1
-3
/
+29
*
Fix coverity defects: CID 186143
loli10K
2019-05-23
1
-1
/
+1
*
Fix kstat state update during pool transition
Richard Elling
2019-05-23
1
-2
/
+12
*
zpool import progress kstat
Olaf Faaland
2019-05-09
1
-0
/
+210
*
Make zfs_special_class_metadata_reserve_pct into a parameter
DeHackEd
2019-05-07
1
-0
/
+5
*
Add TRIM support
Brian Behlendorf
2019-03-29
1
-0
/
+21
*
MMP writes rotate over leaves
Olaf Faaland
2019-03-12
1
-0
/
+4
*
Pool allocation classes misplacing small file blocks
loli10K
2019-02-08
1
-1
/
+1
*
zfs initialize performance enhancements
George Wilson
2019-01-07
1
-1
/
+2
*
OpenZFS 9102 - zfs should be able to initialize storage devices
George Wilson
2019-01-07
1
-0
/
+7
*
Fix random ztest_deadman_thread failures
Tom Caputi
2018-10-24
1
-1
/
+1
*
OpenZFS 9681 - ztest failure in spa_history_log_internal due to spa_rename()
Matthew Ahrens
2018-10-19
1
-54
/
+0
*
Prefix all refcount functions with zfs_
Tim Schumacher
2018-10-01
1
-17
/
+18
*
Linux 4.19-rc3+ compat: Remove refcount_t compat
Tim Schumacher
2018-09-26
1
-4
/
+4
*
Add limits to spa_slop_shift tunable
LOLi
2018-09-20
1
-1
/
+22
*
Pool allocation classes
Don Brady
2018-09-05
1
-0
/
+109
*
OpenZFS 9112 - Improve allocation performance on high-end systems
Paul Dagnelie
2018-07-31
1
-6
/
+22
*
OpenZFS 9465 - ARC check for 'anon_size > arc_c/2' can stall the system
Don Brady
2018-07-30
1
-0
/
+6
*
OpenZFS 9166 - zfs storage pool checkpoint
Serapheim Dimitropoulos
2018-06-26
1
-5
/
+77
*
Add pool state /proc entry, "SUSPENDED" pools
Tony Hutter
2018-06-06
1
-0
/
+40
*
Update build system and packaging
Brian Behlendorf
2018-05-29
1
-1
/
+1
*
Unify behavior of deadman parameters
Tim Chase
2018-05-08
1
-6
/
+52
*
OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov
2018-05-08
1
-3
/
+27
*
OpenZFS 8961 - SPA load/import should tell us why it failed
Pavel Zakharov
2018-05-08
1
-0
/
+28
*
OpenZFS 9236 - nuke spa_dbgmsg
Matthew Ahrens
2018-04-30
1
-9
/
+1
*
OpenZFS 9290 - device removal reduces redundancy of mirrors
Matthew Ahrens
2018-04-14
1
-1
/
+4
[next]