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
/
dsl_scan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
1
-8
/
+8
*
Add defensive assertions
Richard Yao
2022-10-12
1
-0
/
+1
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
1
-25
/
+41
*
Cleanup: Change 1 used in bitshifts to 1ULL
Richard Yao
2022-09-22
1
-1
/
+1
*
Revert "Avoid panic with recordsize > 128k, raw sending and no large_blocks"
Brian Behlendorf
2022-08-25
1
-15
/
+0
*
Fix scrub resume from newly created hole
Alexander Motin
2022-07-20
1
-6
/
+4
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Remaining {=> const} char|void *tag
наб
2022-06-29
1
-3
/
+3
*
Fix and disable blocks statistics during scrub
Alexander Motin
2022-06-28
1
-31
/
+29
*
Avoid panic with recordsize > 128k, raw sending and no large_blocks
George Amanakis
2022-06-27
1
-0
/
+15
*
Avoid two 64-bit divisions per scanned block
Alexander Motin
2022-06-27
1
-4
/
+6
*
Several sorted scrub optimizations
Alexander Motin
2022-06-24
1
-113
/
+148
*
Reduce ZIO io_lock contention on sorted scrub
Alexander Motin
2022-06-15
1
-4
/
+15
*
Improve sorted scan memory accounting
Alexander Motin
2022-06-10
1
-2
/
+5
*
Verify BPs in spa_load_verify_cb() and dsl_scan_visitbp()
Brian Behlendorf
2022-05-20
1
-17
/
+13
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-14
/
+14
*
Report dnodes with faulty bonuslen
George Amanakis
2022-02-03
1
-0
/
+13
*
Clean up CSTYLEDs
наб
2022-01-26
1
-4
/
+1
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-23
/
+24
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
1
-12
/
+9
*
Make dsl_scan print the pool name in dbgmsg
Rich Ercolani
2021-10-26
1
-37
/
+64
*
Improve scrub maxinflight_bytes math.
Alexander Motin
2021-05-27
1
-25
/
+15
*
Use dsl_scan_setup_check() to setup a scrub
Brian Behlendorf
2021-04-08
1
-1
/
+1
*
Checksum errors may not be counted
Don Brady
2021-02-19
1
-1
/
+5
*
Distributed Spare (dRAID) Feature
Brian Behlendorf
2020-11-13
1
-9
/
+2
*
Update references to nonexistent man pages in code
Ryan Moeller
2020-10-30
1
-1
/
+1
*
zil_parse: make callback parameters const
Christian Schwarz
2020-10-09
1
-4
/
+6
*
Sequential scrub and resilver updated comments
Brian Behlendorf
2020-09-04
1
-0
/
+1
*
Add device rebuild feature
Brian Behlendorf
2020-07-03
1
-8
/
+36
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-1
/
+1
*
Replace sprintf()->snprintf() and strcpy()->strlcpy()
Jorgen Lundman
2020-06-07
1
-1
/
+1
*
Resilver restarts unnecessarily when it encounters errors
John Poduska
2020-05-13
1
-1
/
+22
*
Fix infinite scan on a pool with only special allocations
Alexander Motin
2020-03-12
1
-3
/
+6
*
Refactor dnode dirty context from dbuf_dirty
Matthew Macy
2020-02-26
1
-1
/
+1
*
Remove limit on number of async zio_frees of non-dedup blocks
Matthew Ahrens
2020-02-14
1
-1
/
+15
*
Prevent unnecessary resilver restarts
jwpoduska
2019-11-27
1
-51
/
+49
*
Don't call sizeof on void
Paul Dagnelie
2019-10-13
1
-1
/
+1
*
Function name and comment updates
Paul Dagnelie
2019-10-11
1
-0
/
+19
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
1
-22
/
+43
*
Disabled resilver_defer feature leads to looping resilvers
Kody A Kantor
2019-09-22
1
-9
/
+11
*
Fix dsl_scan_ds_clone_swapped logic
Andriy Gapon
2019-09-18
1
-31
/
+69
*
Add subcommand to wait for background zfs activity to complete
John Gallagher
2019-09-13
1
-0
/
+5
*
Enable compiler to typecheck logging
Matthew Macy
2019-09-12
1
-5
/
+7
*
Fix stalled txg with repeated noop scans
Tom Caputi
2019-09-11
1
-3
/
+12
*
Make module tunables cross platform
Matthew Macy
2019-09-05
1
-44
/
+32
*
Fix typos in module/zfs/
Andrea Gelmini
2019-09-02
1
-3
/
+3
*
Fast Clone Deletion
Sara Hartse
2019-07-26
1
-4
/
+17
*
Implement Redacted Send/Receive
Paul Dagnelie
2019-06-19
1
-2
/
+12
*
Make zfs_async_block_max_blocks handle zero correctly
TulsiJain
2019-06-03
1
-1
/
+3
*
Fix embedded bp accounting in count_block()
Tom Caputi
2019-05-25
1
-0
/
+7
[next]