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
*
Cleanup: Address Clang's static analyzer's unused code complaints
Richard Yao
2022-10-14
1
-1
/
+0
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
1
-4
/
+4
*
Add defensive assertions
Richard Yao
2022-10-12
1
-0
/
+2
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
1
-5
/
+5
*
Dynamically size dbuf hash mutex array
Brian Behlendorf
2022-09-22
1
-30
/
+53
*
Revert "Reduce dbuf_find() lock contention"
Brian Behlendorf
2022-09-22
1
-13
/
+13
*
Fix theoretical "use-after-free" in dbuf_prefetch_indirect_done()
Richard Yao
2022-09-13
1
-2
/
+6
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Enable -Wwrite-strings
наб
2022-06-29
1
-11
/
+11
*
Fix -Wuse-after-free warning in dbuf_destroy()
Brian Behlendorf
2022-06-27
1
-3
/
+3
*
Fix -Wuse-after-free warning in dbuf_issue_final_prefetch_done()
Brian Behlendorf
2022-06-27
1
-1
/
+2
*
More speculative prefetcher improvements
Alexander Motin
2022-05-25
1
-5
/
+9
*
Fix functions without a prototype
Aidan Harris
2022-05-06
1
-1
/
+1
*
Reduce dbuf_find() lock contention
Brian Behlendorf
2022-05-04
1
-13
/
+13
*
Switch from _Noreturn to __attribute__((noreturn))
Brian Behlendorf
2022-03-23
1
-1
/
+1
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-20
/
+20
*
Use _Noreturn (C11; GNU89) properly
Alejandro Colomar
2022-03-04
1
-1
/
+1
*
Remove unneeded "extern inline" function declarations
Tomohiro Kusumi
2022-02-08
1
-5
/
+0
*
Clean up CSTYLEDs
наб
2022-01-26
1
-11
/
+6
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-7
/
+7
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
1
-10
/
+13
*
Code cleanups
Pawel Jakub Dawidek
2021-11-30
1
-1
/
+1
*
Introduce a tunable to exclude special class buffers from L2ARC
George Amanakis
2021-11-11
1
-4
/
+67
*
Compact dbuf/buf hashes and lock arrays
Alexander Motin
2021-07-01
1
-3
/
+3
*
Avoid 64bit division in multilist index functions
Alexander Motin
2021-06-29
1
-2
/
+3
*
Annotated dprintf as printf-like
Rich Ercolani
2021-06-22
1
-1
/
+2
*
Revert Consolidate arc_buf allocation checks
Antonio Russo
2021-06-22
1
-44
/
+77
*
Use wmsum for arc, abd, dbuf and zfetch statistics. (#12172)
Alexander Motin
2021-06-16
1
-25
/
+87
*
Re-embed multilist_t storage
Alexander Motin
2021-06-10
1
-10
/
+10
*
module/zfs: dbuf: dbuf_read_impl: remove unused variable
наб
2021-06-07
1
-2
/
+0
*
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
[next]