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
*
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
*
Implement large_dnode pool feature
Ned Bass
2016-06-24
1
-42
/
+196
*
Illumos 5987 - zfs prefetch code needs work
Matthew Ahrens
2016-01-12
1
-3
/
+1
*
Illumos 5960, 5925
Paul Dagnelie
2016-01-08
1
-9
/
+9
*
Identify locks flagged by lockdep
Olaf Faaland
2015-12-22
1
-1
/
+1
*
Illumos 5911 - ZFS "hangs" while deleting file
Matthew Ahrens
2015-07-06
1
-14
/
+65
*
Illumos 5422 - preserve AVL invariants in dn_dbufs
Alex Reece
2015-05-11
1
-6
/
+4
*
Illumos 5027 - zfs large block support
Matthew Ahrens
2015-05-11
1
-5
/
+5
*
Illumos 5056 - ZFS deadlock on db_mtx and dn_holds
Justin T. Gibbs
2015-04-28
1
-30
/
+53
*
Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFS
Justin T. Gibbs
2015-04-28
1
-1
/
+1
*
Illumos 5095 - panic when adding a duplicate dbuf to dn_dbufs
Alex Reece
2015-04-28
1
-16
/
+18
*
Illumos 5038 - Remove "old-style" flexible array usage in ZFS.
Justin T. Gibbs
2015-04-28
1
-3
/
+3
*
Illumos 4873 - zvol unmap calls can take a very long time for larger datasets
Alex Reece
2015-04-28
1
-11
/
+48
*
Illumos 4975 - missing mutex_destroy() calls in zfs
Jorgen Lundman
2015-04-28
1
-0
/
+5
*
Illumos 5630 - stale bonus buffer in recycled dnode_t leads to data corruption
Justin T. Gibbs
2015-03-12
1
-1
/
+7
*
Change KM_PUSHPAGE -> KM_SLEEP
Brian Behlendorf
2015-01-16
1
-2
/
+2
*
Retire KM_NODEBUG
Brian Behlendorf
2015-01-16
1
-2
/
+1
*
Remove duplicate typedefs from trace.h
Ned Bass
2015-01-06
1
-0
/
+1
*
Illumos 5139 - SEEK_HOLE failed to report a hole at end of file
Matthew Ahrens
2014-09-23
1
-0
/
+9
*
Illumos 4757, 4913
Matthew Ahrens
2014-08-01
1
-2
/
+2
*
Illumos #4374
Matthew Ahrens
2014-07-30
1
-105
/
+20
*
Illumos 4370, 4371
Max Grossman
2014-07-28
1
-31
/
+22
*
Illumos #4101, #4102, #4103, #4105, #4106
George Wilson
2014-07-22
1
-1
/
+1
*
Use default slab types
Brian Behlendorf
2014-05-22
1
-1
/
+1
*
Illumos #4045 write throttle & i/o scheduler performance work
Matthew Ahrens
2013-12-06
1
-9
/
+8
*
Illumos #4047
Matthew Ahrens
2013-11-05
1
-1
/
+6
*
Illumos #3742
Will Andrews
2013-11-04
1
-8
/
+10
*
Illumos #3598
Matthew Ahrens
2013-10-31
1
-14
/
+14
*
Illumos #3464
Matthew Ahrens
2013-09-04
1
-1
/
+5
*
Illumos #3006
Madhav Suresh
2013-06-19
1
-38
/
+38
*
Illumos #2619 and #2747
Christopher Siden
2013-01-08
1
-8
/
+11
[next]