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
/
vdev_label.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-1
/
+1
*
Rename fallthrough to zfs_fallthrough
Jorgen Lundman
2022-02-15
1
-1
/
+1
*
Add `const` to nvlist functions to properly expose their real behavior
Paul Dagnelie
2021-12-06
1
-1
/
+1
*
Vdev Properties Feature
Allan Jude
2021-11-30
1
-0
/
+4
*
Check l2cache vdevs pending list inside the vdev_inuse()
Fedor Uporov
2021-11-11
1
-4
/
+19
*
Use fallthrough macro
Brian Behlendorf
2021-09-14
1
-1
/
+1
*
Extend zpool-iostat to account for ZIO_PRIORITY_REBUILD (#12319)
Trevor Bautista
2021-08-26
1
-0
/
+18
*
Parallelize vdev_validate
Alan Somers
2021-01-26
1
-1
/
+2
*
Read all disk labels concurrently in vdev_label_read_config
Alan Somers
2021-01-26
1
-14
/
+21
*
Distributed Spare (dRAID) Feature
Brian Behlendorf
2020-11-13
1
-23
/
+39
*
Replace ZFS on Linux references with OpenZFS
Brian Behlendorf
2020-10-08
1
-1
/
+1
*
Fix ubsan: shift exponent is too large
Chuck Tuffli
2020-10-08
1
-1
/
+2
*
zfs label bootenv should store data as nvlist
Toomas Soome
2020-09-15
1
-24
/
+90
*
Add device rebuild feature
Brian Behlendorf
2020-07-03
1
-0
/
+17
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-2
/
+2
*
Add support for boot environment data to be stored in the label
Paul Dagnelie
2020-05-07
1
-7
/
+149
*
Add zfs_file_* interface, remove vnodes
Matthew Macy
2019-11-21
1
-1
/
+1
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
1
-3
/
+3
*
panic in removal_remap test on 4K devices
Matthew Ahrens
2019-06-13
1
-3
/
+2
*
Add TRIM support
Brian Behlendorf
2019-03-29
1
-0
/
+18
*
MMP interval and fail_intervals in uberblock
Olaf Faaland
2019-03-21
1
-1
/
+26
*
Fix coverity defects: CID 184285
LOLi
2018-11-11
1
-2
/
+1
*
zed: detect and offline physically removed devices
loli10K
2018-11-09
1
-0
/
+4
*
Add zpool status -s (slow I/Os) and -p (parseable)
Tony Hutter
2018-11-08
1
-0
/
+3
*
Defer new resilvers until the current one ends
Tom Caputi
2018-10-18
1
-0
/
+6
*
Pool allocation classes
Don Brady
2018-09-05
1
-0
/
+24
*
OpenZFS 9166 - zfs storage pool checkpoint
Serapheim Dimitropoulos
2018-06-26
1
-22
/
+57
*
OpenZFS 9486 - reduce memory used by device removal on fragmented pools
Matthew Ahrens
2018-05-24
1
-21
/
+32
*
OpenZFS 9189 - Add debug to vdev_label_read_config when txg check fails
Pavel Zakharov
2018-05-14
1
-2
/
+10
*
OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov
2018-05-08
1
-1
/
+6
*
OpenZFS 8961 - SPA load/import should tell us why it failed
Pavel Zakharov
2018-05-08
1
-2
/
+9
*
OpenZFS 9192 - explicitly pass good_writes to vdev_uberblock/label_sync
Matthew Ahrens
2018-04-17
1
-11
/
+17
*
OpenZFS 7614, 9064 - zfs device evacuation/removal
Matthew Ahrens
2018-04-14
1
-6
/
+83
*
Update mmp_delay on sync or skipped, failed write
Olaf Faaland
2018-04-04
1
-1
/
+0
*
Undo c89 workarounds to match with upstream
Don Brady
2017-11-04
1
-15
/
+9
*
Use linear abd in vdev_copy_uberblocks()
Isaac Huang
2017-10-05
1
-1
/
+1
*
Use SET_ERROR for constant non-zero return codes
Ned Bass
2017-08-02
1
-1
/
+1
*
Multi-modifier protection (MMP)
Olaf Faaland
2017-07-13
1
-17
/
+20
*
Force fault a vdev with 'zpool offline -f'
Tony Hutter
2017-05-19
1
-1
/
+9
*
Write label 2,3 uberblocks when vdev expands
Olaf Faaland
2017-05-02
1
-0
/
+61
*
Correct lock ASSERTs in vdev_label_read/write
Olaf Faaland
2017-04-21
1
-6
/
+6
*
OpenZFS 6328 - Fix cstyle errors in zfs codebase
George Melikov
2017-01-12
1
-3
/
+3
*
DLPX-44812 integrate EP-220 large memory scalability
David Quigley
2016-11-29
1
-33
/
+43
*
Turn on/off enclosure slot fault LED even when disk isn't present
Tony Hutter
2016-10-24
1
-0
/
+4
*
Performance optimization of AVL tree comparator functions
Gvozden Neskovic
2016-08-31
1
-11
/
+5
*
Fix memleak in vdev_config_generate_stats
Chunwei Chen
2016-05-31
1
-0
/
+1
*
Add request size histograms (-r) to zpool iostat, minor man page fix
Tony Hutter
2016-05-25
1
-0
/
+41
*
Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queues
Tony Hutter
2016-05-12
1
-5
/
+102
*
OpenZFS 6736 - ZFS per-vdev ZAPs
Joe Stein
2016-05-02
1
-0
/
+14
*
Illumos 6414 - vdev_config_sync could be simpler
Brian Behlendorf
2016-01-28
1
-6
/
+13
[next]