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
*
Destroy ARC buffer in case of fill error
Alexander Motin
2024-07-17
1
-0
/
+1
*
Refactor dbuf_read() for safer decryption
Alexander Motin
2024-05-29
1
-110
/
+104
*
Use ASSERT0P() to check that a pointer is NULL.
Dag-Erling Smørgrav
2024-04-29
1
-1
/
+1
*
Fix panics when truncating/deleting files
Pavel Snajdr
2024-04-29
1
-10
/
+8
*
L2ARC: Relax locking during write
Alexander Motin
2024-04-19
1
-1
/
+1
*
Remove db_state DB_NOFILL checks from syncing context
Alexander Motin
2024-04-19
1
-25
/
+19
*
Fix read errors race after block cloning
Alexander Motin
2024-04-19
1
-21
/
+20
*
Improve dbuf_read() error reporting
Alexander Motin
2024-04-19
1
-18
/
+20
*
ZAP: Massively switch to _by_dnode() interfaces
Alexander Motin
2024-04-19
1
-15
/
+0
*
dmu: Allow buffer fills to fail
Alexander Motin
2024-02-20
1
-9
/
+24
*
Don't panic on unencrypted block in encrypted dataset
chrisperedun
2024-01-08
1
-2
/
+0
*
dbuf: Set dr_data when unoverriding after clone
Alexander Motin
2024-01-08
1
-3
/
+5
*
dbuf: Handle arcbuf assignment after block cloning
Alexander Motin
2024-01-08
1
-1
/
+11
*
dmu_buf_will_clone: fix race in transition back to NOFILL
Rob N
2023-11-28
1
-1
/
+9
*
dmu_buf_will_clone: change assertion to fix 32-bit compiler warning
Dimitry Andric
2023-09-01
1
-1
/
+1
*
dbuf_sync_leaf: check DB_READ in state assertions
Rob Norris
2023-07-26
1
-0
/
+9
*
dmu_buf_will_clone: only check that current txg is clean
Rob Norris
2023-07-26
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
[next]