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
/
dmu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ZIL: Avoid dbuf_read() before dmu_sync().
Alexander Motin
2023-08-11
1
-1
/
+8
*
Refactor dmu_prefetch().
Alexander Motin
2023-08-07
1
-42
/
+61
*
Avoid waiting in dmu_sync_late_arrival().
Alexander Motin
2023-07-27
1
-1
/
+7
*
Adjust prefetch parameters.
Alexander Motin
2023-07-21
1
-2
/
+5
*
Remove ARC/ZIO physdone callbacks.
Alexander Motin
2023-06-15
1
-2
/
+2
*
Make sure we are not trying to clone a spill block.
Pawel Jakub Dawidek
2023-05-11
1
-0
/
+2
*
Correct comment.
Pawel Jakub Dawidek
2023-05-11
1
-1
/
+1
*
Remove badly placed comment.
Pawel Jakub Dawidek
2023-05-11
1
-4
/
+0
*
Don't use dmu_buf_is_dirty() for unassigned transaction.
Pawel Jakub Dawidek
2023-05-11
1
-5
/
+1
*
Deny block cloning is dbuf size doesn't match BP size.
Pawel Jakub Dawidek
2023-05-11
1
-4
/
+25
*
Additional block cloning fixes.
Pawel Jakub Dawidek
2023-05-11
1
-13
/
+1
*
Fix data corruption when cloning embedded blocks
Pawel Jakub Dawidek
2023-04-12
1
-2
/
+4
*
Additional limits on hole reporting
Brian Behlendorf
2023-03-28
1
-14
/
+18
*
Fix cloning into already dirty dbufs.
Pawel Jakub Dawidek
2023-03-24
1
-11
/
+24
*
Implementation of block cloning for ZFS
Pawel Jakub Dawidek
2023-03-10
1
-1
/
+152
*
Use rw_tryupgrade() in dmu_bonus_hold_by_dnode()
Richard Yao
2023-02-22
1
-2
/
+4
*
Implement uncached prefetch
Alexander Motin
2023-01-04
1
-5
/
+13
*
Convert enum zio_flag to uint64_t
Richard Yao
2022-10-27
1
-1
/
+1
*
Add options to zfs redundant_metadata property
Akash B
2022-10-19
1
-5
/
+16
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
1
-2
/
+2
*
Fix double const qualifier declarations
Tino Reichardt
2022-09-30
1
-1
/
+1
*
Bring per_txg_dirty_frees_percent back to 30
Mateusz Guzik
2022-09-27
1
-1
/
+1
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
1
-2
/
+2
*
Implement a new type of zfs receive: corrective receive (-c)
Alek P
2022-07-28
1
-0
/
+3
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Enable -Wwrite-strings
наб
2022-06-29
1
-13
/
+16
*
Improve log spacemap load time
Alexander Motin
2022-04-26
1
-1
/
+1
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-4
/
+4
*
Clean up CSTYLEDs
наб
2022-01-26
1
-2
/
+1
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-5
/
+5
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
1
-4
/
+5
*
Default to zfs_dmu_offset_next_sync=1
Brian Behlendorf
2021-11-30
1
-4
/
+8
*
Introduce a tunable to exclude special class buffers from L2ARC
George Amanakis
2021-11-11
1
-1
/
+1
*
Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistency
Brian Behlendorf
2021-11-07
1
-27
/
+26
*
Remove FreeBSD's local copy of the dmu_buf_hold_array() function
Pawel Jakub Dawidek
2021-10-13
1
-1
/
+1
*
ZFS: Remove a redundant if condition (#12598)
Attila Fülöp
2021-10-02
1
-3
/
+1
*
Split dmu_zfetch() speculation and execution parts
Alexander Motin
2021-03-19
1
-7
/
+28
*
Restore FreeBSD resource usage accounting
Ryan Moeller
2021-02-19
1
-0
/
+5
*
Extending FreeBSD UIO Struct
Brian Atkinson
2021-01-20
1
-30
/
+22
*
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
-2
/
+28
*
Avoid unneccessary zio allocation and wait
Finix1979
2020-12-02
1
-11
/
+14
*
Remove UIO_ZEROCOPY functions structures
Matthew Macy
2020-10-30
1
-171
/
+0
*
Export dmu_offset_next() symbol
Brian Behlendorf
2020-08-25
1
-0
/
+1
*
Add zstd support to zfs
Michael Niewöhner
2020-08-20
1
-0
/
+6
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-1
/
+1
*
Add convenience wrappers for common uio usage
Jorgen Lundman
2020-06-14
1
-8
/
+6
*
Remove deduplicated send/receive code
Matthew Ahrens
2020-04-23
1
-51
/
+1
*
Use vn_io_fault_uiomove on FreeBSD to avoid potential deadlock
Matthew Macy
2020-04-08
1
-1
/
+10
*
Remove zfs_getattr and convoff dead code
Dirkjan Bussink
2020-02-24
1
-1
/
+0
[next]