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
/
dbuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Decrease contention on dn_struct_rwlock
Paul Dagnelie
2019-07-08
1
-75
/
+126
*
Remove code for zfs remap
Matthew Ahrens
2019-06-24
1
-54
/
+0
*
Implement Redacted Send/Receive
Paul Dagnelie
2019-06-19
1
-5
/
+98
*
Fix send/recv lost spill block
Brian Behlendorf
2019-05-07
1
-1
/
+1
*
Fix TXG_MASK cstyle
Brian Behlendorf
2019-04-12
1
-1
/
+1
*
Fix handling of maxblkid for raw sends
Tom Caputi
2019-03-13
1
-1
/
+2
*
Stack overflow in recursive bpobj_iterate_impl
Paul Zuchowski
2019-03-06
1
-0
/
+18
*
Fix error handling incallers of dbuf_hold_level()
Tom Caputi
2019-01-17
1
-0
/
+6
*
Fix zio leak in dbuf_read()
Tom Caputi
2019-01-15
1
-2
/
+11
*
Prefix all refcount functions with zfs_
Tim Schumacher
2018-10-01
1
-43
/
+45
*
Linux 4.19-rc3+ compat: Remove refcount_t compat
Tim Schumacher
2018-09-26
1
-5
/
+5
*
clean up __dbuf_hold_impl
Matthew Ahrens
2018-08-31
1
-43
/
+37
*
OpenZFS 9403 - assertion failed in arc_buf_destroy()
Tom Caputi
2018-08-29
1
-17
/
+20
*
Fix issues with raw receive_write_byref()
Tom Caputi
2018-08-20
1
-1
/
+0
*
Fix comment on calculating blkid
Tomohiro Kusumi
2018-08-13
1
-1
/
+1
*
Fix OpenZFS 9337 mismerge
George Wilson
2018-08-02
1
-8
/
+9
*
OpenZFS 9337 - zfs get all is slow due to uncached metadata
Matthew Ahrens
2018-07-12
1
-60
/
+211
*
Fix coverity defects: CID 176037
Tom Caputi
2018-07-02
1
-3
/
+4
*
Raw receive fix and encrypted objset security fix
Tom Caputi
2018-06-28
1
-34
/
+103
*
Add ASSERT to debug encryption key mapping issues
Tom Caputi
2018-06-18
1
-0
/
+14
*
OpenZFS 9577 - remove zfs_dbuf_evict_key tsd
Matthew Ahrens
2018-06-13
1
-46
/
+23
*
OpenZFS 8484 - Implement aggregate sum and use for arc counters
Paul Dagnelie
2018-06-06
1
-14
/
+6
*
Update build system and packaging
Brian Behlendorf
2018-05-29
1
-3
/
+3
*
assertion in arc_release() during encrypted receive
Matthew Ahrens
2018-04-17
1
-21
/
+38
*
OpenZFS 7614, 9064 - zfs device evacuation/removal
Matthew Ahrens
2018-04-14
1
-0
/
+139
*
Fix race in dnode_check_slots_free()
Tom Caputi
2018-04-10
1
-0
/
+3
*
Decryption error handling improvements
Tom Caputi
2018-03-31
1
-6
/
+14
*
Encrypted dnode blocks should be prefetched raw
Tom Caputi
2018-03-31
1
-2
/
+7
*
OpenZFS 9188 - increase size of dbuf cache to reduce indirect block decompres...
Brian Behlendorf
2018-03-13
1
-11
/
+15
*
Raw DRR_OBJECT records must write raw data
Tom Caputi
2018-02-27
1
-2
/
+1
*
Raw receives must compress metadnode blocks
Tom Caputi
2018-02-21
1
-1
/
+2
*
Project Quota on ZFS
Nasf-Fan
2018-02-13
1
-1
/
+1
*
Change os->os_next_write_raw to work per txg
Tom Caputi
2018-02-02
1
-0
/
+1
*
Add dbuf hash and dbuf cache kstats
Giuseppe Di Natale
2018-01-29
1
-14
/
+180
*
Fix ARC hit rate
Brian Behlendorf
2018-01-08
1
-1
/
+3
*
Sequential scrub and resilvers
Tom Caputi
2017-11-15
1
-6
/
+16
*
OpenZFS 7531 - Assign correct flags to prefetched buffers
benrubson
2017-11-11
1
-0
/
+12
*
Handle compressed buffers in __dbuf_hold_impl()
Tim Chase
2017-11-08
1
-12
/
+43
*
Undo c89 workarounds to match with upstream
Don Brady
2017-11-04
1
-26
/
+16
*
OpenZFS 8081 - Compiler warnings in zdb
Brian Behlendorf
2017-10-27
1
-0
/
+1
*
Fixes for #6639
Tom Caputi
2017-10-11
1
-0
/
+9
*
Encryption patch follow-up
Tom Caputi
2017-10-11
1
-2
/
+1
*
Scale the dbuf cache with arc_c
chrisrd
2017-09-29
1
-6
/
+17
*
dbuf_cons: deduplicate multilist_link_init()
chrisrd
2017-08-24
1
-1
/
+0
*
Native Encryption for ZFS on Linux
Tom Caputi
2017-08-14
1
-36
/
+173
*
Simplify threads, mutexs, cvs and rwlocks
Brian Behlendorf
2017-08-11
1
-1
/
+1
*
OpenZFS 8126 - ztest assertion failed in dbuf_dirty due to dn_nlevels changing
Matthew Ahrens
2017-07-07
1
-5
/
+10
*
Clean up large dnode code
Matthew Ahrens
2017-06-29
1
-1
/
+2
*
OpenZFS 8156 - dbuf_evict_notify() does not need dbuf_evict_lock
Matthew Ahrens
2017-06-09
1
-11
/
+7
*
OpenZFS 8155 - simplify dmu_write_policy handling of pre-compressed buffers
Matthew Ahrens
2017-06-07
1
-3
/
+1
[next]