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
/
dnode_sync.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
For db_marker inherit the db pointer for AVL comparision.
Chunwei Chen
2023-12-11
1
-1
/
+8
*
Improve ZFS objset sync parallelism
ednadolski-ix
2023-11-06
1
-0
/
+1
*
free_blocks(): Fix reports from 2016 PVS Studio FreeBSD report
Richard Yao
2023-01-23
1
-10
/
+17
*
Cache dbuf_hash() calculation
Richard Yao
2022-12-13
1
-2
/
+2
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-7
/
+7
*
Report dnodes with faulty bonuslen
George Amanakis
2022-02-03
1
-0
/
+2
*
Introduce a flag to skip comparing the local mac when raw sending
George Amanakis
2022-01-21
1
-2
/
+7
*
Annotated dprintf as printf-like
Rich Ercolani
2021-06-22
1
-2
/
+3
*
Improve zfs receive performance with lightweight write
Matthew Ahrens
2020-12-11
1
-2
/
+4
*
dnode_sync is careless with range tree
Patrick Mooney
2020-08-26
1
-2
/
+12
*
Make use of ZFS_DEBUG consistent within kmod sources
Matthew Macy
2020-07-25
1
-2
/
+2
*
Convert dbuf dirty record record list to a list_t
Matthew Macy
2020-02-05
1
-7
/
+5
*
Replace ASSERTV macro with compiler annotation
Matthew Macy
2019-12-05
1
-4
/
+4
*
Decrease contention on dn_struct_rwlock
Paul Dagnelie
2019-07-08
1
-6
/
+29
*
Reinstate raw receive check when truncating
Tom Caputi
2019-06-06
1
-1
/
+15
*
Fix handling of maxblkid for raw sends
Tom Caputi
2019-03-13
1
-8
/
+5
*
Add types to featureflags in zfs
Paul Dagnelie
2018-10-16
1
-2
/
+2
*
Refactor dmu_recv into its own file
Paul Dagnelie
2018-10-09
1
-1
/
+1
*
Prefix all refcount functions with zfs_
Tim Schumacher
2018-10-01
1
-3
/
+3
*
Fix OpenZFS 9337 mismerge
George Wilson
2018-08-02
1
-2
/
+2
*
OpenZFS 9439 - ZFS double-free due to failure to dirty indirect block
Matthew Ahrens
2018-07-30
1
-0
/
+18
*
OpenZFS 9438 - Holes can lose birth time info if a block has a mix of birth t...
Paul Dagnelie
2018-07-30
1
-24
/
+30
*
OpenZFS 9337 - zfs get all is slow due to uncached metadata
Matthew Ahrens
2018-07-12
1
-2
/
+2
*
Raw receive fix and encrypted objset security fix
Tom Caputi
2018-06-28
1
-1
/
+6
*
OpenZFS 9166 - zfs storage pool checkpoint
Serapheim Dimitropoulos
2018-06-26
1
-1
/
+1
*
OpenZFS 9577 - remove zfs_dbuf_evict_key tsd
Matthew Ahrens
2018-06-13
1
-2
/
+15
*
Raw sends must be able to decrease nlevels
Tom Caputi
2018-02-02
1
-0
/
+2
*
Encryption Stability and On-Disk Format Fixes
Tom Caputi
2018-02-02
1
-0
/
+12
*
Undo c89 workarounds to match with upstream
Don Brady
2017-11-04
1
-15
/
+9
*
Native Encryption for ZFS on Linux
Tom Caputi
2017-08-14
1
-3
/
+10
*
OpenZFS 7968 - multi-threaded spa_sync()
Matthew Ahrens
2017-03-20
1
-1
/
+1
*
OpenZFS 7580 - ztest failure in dbuf_read_impl
George Melikov
2017-01-28
1
-5
/
+13
*
Fix spelling
ka7
2017-01-03
1
-1
/
+1
*
Fix coverity defects: CID 147575, 147577, 147578, 147579
cao
2016-11-07
1
-1
/
+1
*
Add support for user/group dnode accounting & quota
Jinshan Xiong
2016-10-07
1
-0
/
+5
*
OpenZFS 6950 - ARC should cache compressed data
George Wilson
2016-09-13
1
-2
/
+2
*
Implement large_dnode pool feature
Ned Bass
2016-06-24
1
-4
/
+16
*
Backfill metadnode more intelligently
Ned Bass
2016-06-24
1
-0
/
+1
*
OpenZFS 6513 - partially filled holes lose birth time
Paul Dagnelie
2016-06-21
1
-15
/
+9
*
Illumos 5960, 5925
Paul Dagnelie
2016-01-08
1
-3
/
+3
*
Illumos 6267 - dn_bonus evicted too early
Justin T. Gibbs
2015-10-13
1
-5
/
+9
*
Illumos 5911 - ZFS "hangs" while deleting file
Matthew Ahrens
2015-07-06
1
-2
/
+2
*
Illumos 5350 - clean up code in dnode_sync()
Matthew Ahrens
2015-05-11
1
-5
/
+4
*
Illumos 5531 - NULL pointer dereference in dsl_prop_get_ds()
Justin T. Gibbs
2015-04-28
1
-1
/
+2
*
Illumos 5056 - ZFS deadlock on db_mtx and dn_holds
Justin T. Gibbs
2015-04-28
1
-41
/
+29
*
Illumos 4873 - zvol unmap calls can take a very long time for larger datasets
Alex Reece
2015-04-28
1
-8
/
+4
*
Illumos 4975 - missing mutex_destroy() calls in zfs
Jorgen Lundman
2015-04-28
1
-0
/
+3
*
Illumos 5630 - stale bonus buffer in recycled dnode_t leads to data corruption
Justin T. Gibbs
2015-03-12
1
-0
/
+6
*
Illumos 5117 - spacemap reallocation can cause corruption
George Wilson
2014-09-08
1
-5
/
+5
[next]