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
*
Split dmu_zfetch() speculation and execution parts
Alexander Motin
2021-03-19
1
-2
/
+3
*
allow callers to allocate and provide the abd_t struct
Matthew Ahrens
2021-01-20
1
-1
/
+1
*
Improve zfs receive performance with lightweight write
Matthew Ahrens
2020-12-11
1
-55
/
+240
*
Decouple arc_read_done callback from arc buf instantiation
Matthew Macy
2020-12-09
1
-1
/
+2
*
Remove UIO_ZEROCOPY functions structures
Matthew Macy
2020-10-30
1
-2
/
+0
*
zfetch: Don't issue new streams when old have not completed
Matthew Macy
2020-09-27
1
-19
/
+52
*
Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriate
Matthew Macy
2020-09-03
1
-1
/
+1
*
Add zstd support to zfs
Michael Niewöhner
2020-08-20
1
-2
/
+6
*
Make use of ZFS_DEBUG consistent within kmod sources
Matthew Macy
2020-07-25
1
-2
/
+2
*
Limit dbuf cache sizes based only on ARC target size by default
Ryan Moeller
2020-07-24
1
-22
/
+24
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-1
/
+1
*
Compile cityhash code into libzfs
Matthew Ahrens
2020-03-27
1
-1
/
+1
*
Consolidate arc_buf allocation checks
Matthew Macy
2020-02-27
1
-72
/
+42
*
Refactor dnode dirty context from dbuf_dirty
Matthew Macy
2020-02-26
1
-36
/
+17
*
Factor out some dbuf subroutines and add state change tracing
Matthew Macy
2020-02-18
1
-93
/
+143
*
Remove duplicate dbufs accounting
Alexander Motin
2020-02-13
1
-2
/
+0
*
Address Coverity warnings in #9902
Matthew Macy
2020-02-11
1
-4
/
+5
*
Add missing dmu_buf_unlock_parent() calls to dbuf_read_impl()
Brian Behlendorf
2020-02-10
1
-1
/
+3
*
Factor out dbuf_sync_bonus
Matthew Macy
2020-02-07
1
-31
/
+52
*
Few microoptimizations to dbuf layer
Alexander Motin
2020-02-05
1
-22
/
+9
*
Convert dbuf dirty record record list to a list_t
Matthew Macy
2020-02-05
1
-68
/
+62
*
Prepare ks_data before calling kstat_install()
Alexander Motin
2020-02-04
1
-4
/
+3
*
Replace ASSERTV macro with compiler annotation
Matthew Macy
2019-12-05
1
-5
/
+5
*
Enable use of DTRACE_PROBE* macros in "spl" module
Prakash Surya
2019-11-01
1
-1
/
+1
*
dbuf_hold_impl() cleanup to improve cached read performance
Tony Nguyen
2019-10-03
1
-154
/
+69
*
OpenZFS restructuring - move linux tracing code to platform directories
Matthew Macy
2019-09-11
1
-1
/
+1
*
Make module tunables cross platform
Matthew Macy
2019-09-05
1
-16
/
+8
*
Fix typos in module/zfs/
Andrea Gelmini
2019-09-02
1
-4
/
+4
*
dmu_tx_wait() hang likely due to cv_signal() in dsl_pool_dirty_delta()
Serapheim Dimitropoulos
2019-08-15
1
-5
/
+29
*
Assert that a dnode's bonuslen never exceeds its recorded size
Serapheim Dimitropoulos
2019-08-15
1
-0
/
+44
*
Fast Clone Deletion
Sara Hartse
2019-07-26
1
-0
/
+30
*
Fix lockdep recursive locking false positive in dbuf_destroy
jdike
2019-07-17
1
-1
/
+2
*
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
[next]