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
*
Improve ZFS objset sync parallelism
ednadolski-ix
2023-11-06
1
-1
/
+8
*
Use ASSERT0P() to check that a pointer is NULL.
Dag-Erling Smørgrav
2023-09-19
1
-1
/
+1
*
dmu_buf_will_clone: change assertion to fix 32-bit compiler warning
Dimitry Andric
2023-08-31
1
-1
/
+1
*
dbuf_sync_leaf: check DB_READ in state assertions
Rob Norris
2023-07-24
1
-0
/
+9
*
dmu_buf_will_clone: only check that current txg is clean
Rob Norris
2023-07-24
1
-1
/
+1
*
Remove ARC/ZIO physdone callbacks.
Alexander Motin
2023-06-15
1
-85
/
+9
*
Hold db_mtx when updating db_state
Brian Atkinson
2023-05-19
1
-2
/
+4
*
Additional block cloning fixes.
Pawel Jakub Dawidek
2023-05-11
1
-22
/
+81
*
Verify block pointers before writing them out
Matthew Ahrens
2023-05-08
1
-0
/
+16
*
Use correct block pointer in block cloning case.
Pawel Jakub Dawidek
2023-05-02
1
-2
/
+1
*
Fixes in persistent error log
George Amanakis
2023-03-28
1
-1
/
+2
*
Fix cloning into already dirty dbufs.
Pawel Jakub Dawidek
2023-03-24
1
-2
/
+1
*
Fix possible NULL pointer dereference in dbuf_verify()
Richard Yao
2023-03-14
1
-1
/
+1
*
Implementation of block cloning for ZFS
Pawel Jakub Dawidek
2023-03-10
1
-39
/
+87
*
txg_sync should handle write errors in ZIL
Richard Yao
2023-03-10
1
-1
/
+0
*
Suppress Clang Static Analyzer warning in dbuf_dnode_findbp()
Richard Yao
2023-03-08
1
-0
/
+1
*
Optimize the is_l2cacheable functions
George Amanakis
2023-03-06
1
-30
/
+30
*
Suppress static analyzer warning in dbuf_hold_copy()
Richard Yao
2023-02-28
1
-1
/
+3
*
Implement uncached prefetch
Alexander Motin
2023-01-04
1
-57
/
+42
*
Cache dbuf_hash() calculation
Richard Yao
2022-12-13
1
-15
/
+22
*
Fix NULL pointer dereference in dbuf_prefetch_indirect_done()
Richard Yao
2022-11-29
1
-2
/
+2
*
Remove few pointer dereferences in dbuf_read()
Alexander Motin
2022-11-29
1
-5
/
+4
*
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
[next]