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 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
*
Rename fallthrough to zfs_fallthrough
Jorgen Lundman
2022-02-15
1
-1
/
+1
*
Add more control/visibility to spa_load_verify().
Alexander Motin
2022-02-04
1
-3
/
+17
*
Clean up CSTYLEDs
наб
2022-01-26
1
-7
/
+14
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-21
/
+23
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
1
-6
/
+11
*
module: zfs: spa: shim out vdev_count_verify_zaps()
наб
2021-12-23
1
-0
/
+2
*
Add `const` to nvlist functions to properly expose their real behavior
Paul Dagnelie
2021-12-06
1
-19
/
+28
*
Vdev Properties Feature
Allan Jude
2021-11-30
1
-1
/
+1
*
Check l2cache vdevs pending list inside the vdev_inuse()
Fedor Uporov
2021-11-11
1
-5
/
+16
*
Skip spacemaps reading in case of pool readonly import
Fedor Uporov
2021-11-09
1
-0
/
+7
*
spa.c: Replace VERIFY(nvlist_*(...) == 0) with fnvlist_* (#12678)
Allan Jude
2021-10-26
1
-156
/
+129
*
Use fallthrough macro
Brian Behlendorf
2021-09-14
1
-1
/
+1
*
Run arc_evict thread at higher priority
Tony Nguyen
2021-08-10
1
-3
/
+4
*
Initialize "autoreplace" in spa_ld_get_props()
Mark Johnston
2021-07-26
1
-1
/
+1
*
Optimize allocation throttling
Alexander Motin
2021-07-21
1
-6
/
+6
*
Update cache file when setting compatibility property
Brian Behlendorf
2021-06-24
1
-5
/
+12
*
Annotated dprintf as printf-like
Rich Ercolani
2021-06-22
1
-17
/
+31
*
Optimize small random numbers generation
Alexander Motin
2021-06-22
1
-3
/
+3
*
Scale worker threads and taskqs with number of CPUs
Alexander Motin
2021-05-14
1
-22
/
+66
*
Balance parentheses in parameter descriptions
pstef
2021-04-11
1
-1
/
+1
*
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
[next]