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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
OpenZFS restructuring - move linux tracing code to platform directories
Matthew Macy
2019-09-11
1
-1
/
+1
*
Fix typos in module/zfs/
Andrea Gelmini
2019-09-02
1
-1
/
+1
*
Fix zil replay panic when TX_REMOVE followed by TX_CREATE
Chunwei Chen
2019-08-28
1
-12
/
+37
*
Assert that a dnode's bonuslen never exceeds its recorded size
Serapheim Dimitropoulos
2019-08-15
1
-0
/
+8
*
Replace zf_rwlock with a mutex
Matthew Ahrens
2019-07-25
1
-1
/
+1
*
Export dnode symbols
Brian Behlendorf
2019-07-15
1
-0
/
+10
*
Decrease contention on dn_struct_rwlock
Paul Dagnelie
2019-07-08
1
-27
/
+46
*
Fix incorrect assertion in dnode_dirty_l1range
Paul Dagnelie
2019-05-19
1
-1
/
+2
*
Fix send/recv lost spill block
Brian Behlendorf
2019-05-07
1
-2
/
+3
*
Fix TXG_MASK cstyle
Brian Behlendorf
2019-04-12
1
-11
/
+13
*
Revert "Fix issues with truncated files in raw sends"
Brian Behlendorf
2019-04-05
1
-5
/
+6
*
Fix issues with truncated files in raw sends
Tom Caputi
2019-03-27
1
-6
/
+5
*
Add missing dmu_zfetch_fini() in dnode_move_impl()
Julian Heuking
2019-03-20
1
-1
/
+1
*
Fix handling of maxblkid for raw sends
Tom Caputi
2019-03-13
1
-5
/
+21
*
Fix dnode_hold_impl() soft lockup
lidongyang
2019-02-22
1
-56
/
+52
*
Don't allow dnode allocation if dn_holds != 0
Tom Caputi
2019-01-10
1
-0
/
+1
*
Fix dnode_hold() freeing dnode behavior
Brian Behlendorf
2018-12-05
1
-2
/
+4
*
Prefix all refcount functions with zfs_
Tim Schumacher
2018-10-01
1
-20
/
+20
*
Linux 4.19-rc3+ compat: Remove refcount_t compat
Tim Schumacher
2018-09-26
1
-3
/
+3
*
Fix OpenZFS 9337 mismerge
George Wilson
2018-08-02
1
-3
/
+3
*
OpenZFS 9439 - ZFS double-free due to failure to dirty indirect block
Matthew Ahrens
2018-07-30
1
-4
/
+2
*
OpenZFS 9438 - Holes can lose birth time info if a block has a mix of birth t...
Paul Dagnelie
2018-07-30
1
-0
/
+68
*
OpenZFS 9338 - moved dnode has incorrect dn_next_type
Matthew Ahrens
2018-07-24
1
-0
/
+2
*
OpenZFS 9337 - zfs get all is slow due to uncached metadata
Matthew Ahrens
2018-07-12
1
-3
/
+3
*
OpenZFS 9166 - zfs storage pool checkpoint
Serapheim Dimitropoulos
2018-06-26
1
-1
/
+4
*
OpenZFS 9577 - remove zfs_dbuf_evict_key tsd
Matthew Ahrens
2018-06-13
1
-3
/
+4
*
Fix object reclaim when using large dnodes
Tom Caputi
2018-04-17
1
-2
/
+1
*
OpenZFS 7614, 9064 - zfs device evacuation/removal
Matthew Ahrens
2018-04-14
1
-2
/
+1
*
Fix race in dnode_check_slots_free()
Tom Caputi
2018-04-10
1
-10
/
+19
*
Project Quota on ZFS
Nasf-Fan
2018-02-13
1
-3
/
+19
*
Raw sends must be able to decrease nlevels
Tom Caputi
2018-02-02
1
-6
/
+78
*
Encryption Stability and On-Disk Format Fixes
Tom Caputi
2018-02-02
1
-0
/
+6
*
Undo c89 workarounds to match with upstream
Don Brady
2017-11-04
1
-6
/
+5
*
Improved dnode allocation and dmu_hold_impl()
Olaf Faaland
2017-09-05
1
-216
/
+306
*
Enhance comments for large dnode project
Matthew Ahrens
2017-08-29
1
-0
/
+12
*
Native Encryption for ZFS on Linux
Tom Caputi
2017-08-14
1
-38
/
+73
*
Fix dnode allocation race
Brian Behlendorf
2017-08-08
1
-57
/
+62
*
Use SET_ERROR for constant non-zero return codes
Ned Bass
2017-08-02
1
-3
/
+3
*
Clean up large dnode code
Matthew Ahrens
2017-06-29
1
-1
/
+2
*
OpenZFS 7968 - multi-threaded spa_sync()
Matthew Ahrens
2017-03-20
1
-29
/
+7
*
OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_space
Brian Behlendorf
2017-03-07
1
-19
/
+0
*
OpenZFS 7500 - Simplify dbuf_free_range by removing dn_unlisted_l0_blkid
George Melikov
2017-01-26
1
-6
/
+1
*
OpenZFS 6676 - Race between unique_insert() and unique_remove() causes ZFS fs...
George Melikov
2017-01-26
1
-3
/
+3
*
Fix unallocated object detection for large_dnode datasets
LOLi
2017-01-13
1
-0
/
+1
*
Use cstyle -cpP in `make cstyle` check
Brian Behlendorf
2016-12-12
1
-1
/
+1
*
OpenZFS 6988 spa_sync() spends half its time in dmu_objset_do_userquota_updates
Jinshan Xiong
2016-10-07
1
-3
/
+0
*
fix: Shift exponent too large
Gvozden Neskovic
2016-09-29
1
-2
/
+17
*
OpenZFS 6950 - ARC should cache compressed data
George Wilson
2016-09-13
1
-1
/
+1
*
Performance optimization of AVL tree comparator functions
Gvozden Neskovic
2016-08-31
1
-19
/
+7
*
Limit the amount of dnode metadata in the ARC
Tim Chase
2016-07-25
1
-2
/
+2
[next]