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
/
dnode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase limit of redaction list by using spill block
Paul Dagnelie
2023-08-26
1
-0
/
+1
*
Fix raw receive with different indirect block size.
Alexander Motin
2023-07-14
1
-15
/
+16
*
Revert "ZFS_IOC_COUNT_FILLED does unnecessary txg_wait_synced()"
Tony Hutter
2023-04-18
1
-16
/
+5
*
Fix possible bad bit shift in dnode_next_offset_level()
Richard Yao
2023-03-16
1
-2
/
+3
*
ZFS_IOC_COUNT_FILLED does unnecessary txg_wait_synced()
Matthew Ahrens
2023-03-14
1
-5
/
+16
*
Turn default_bs and default_ibs into ZFS_MODULE_PARAMs
Mateusz Piotrowski
2023-01-11
1
-0
/
+5
*
Remove few pointer dereferences in dbuf_read()
Alexander Motin
2022-11-29
1
-8
/
+0
*
Switch dnode stats to wmsums
Alexander Motin
2022-11-29
1
-0
/
+127
*
Cleanup: Use OpenSolaris functions to call scheduler
Richard Yao
2022-09-12
1
-3
/
+3
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Fix dnode byteswapping
George Amanakis
2022-06-29
1
-11
/
+2
*
Enable -Wwrite-strings
наб
2022-06-29
1
-6
/
+6
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-27
/
+25
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
1
-7
/
+4
*
module: zfs: dnode: use debug-only in debug mode only
наб
2021-12-23
1
-0
/
+2
*
Restore dirty dnode detection logic
Brian Behlendorf
2021-11-10
1
-1
/
+1
*
Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistency
Brian Behlendorf
2021-11-07
1
-0
/
+20
*
Remove code duplication
Pawel Jakub Dawidek
2021-10-18
1
-42
/
+33
*
Initialize dn_next_type[] in the dnode constructor
Mark Johnston
2021-07-26
1
-0
/
+1
*
Annotated dprintf as printf-like
Rich Ercolani
2021-06-22
1
-3
/
+5
*
Re-embed multilist_t storage
Alexander Motin
2021-06-10
1
-1
/
+1
*
Simplify/fix dnode_move() for dn_zfetch
Alexander Motin
2021-05-07
1
-7
/
+1
*
Improve zfs receive performance with lightweight write
Matthew Ahrens
2020-12-11
1
-5
/
+8
*
Add DB_RF_NOPREFETCH to dbuf_read()s in dnode.c
Adam D. Moss
2020-09-25
1
-2
/
+4
*
Fix stack frame size: dnode_dirty_l1range()
Pavel Snajdr
2020-09-15
1
-10
/
+13
*
dnode_special_open() error: unchecked function return 'zrl_tryenter'
Toomas Soome
2020-09-08
1
-1
/
+1
*
Fix indentation in dnode_free_range()
Matthew Ahrens
2020-08-20
1
-7
/
+7
*
Prevent race condition in dnode_dest (#10101)
John Poduska
2020-03-12
1
-6
/
+13
*
Refactor dnode dirty context from dbuf_dirty
Matthew Macy
2020-02-26
1
-8
/
+28
*
Remove duplicate dbufs accounting
Alexander Motin
2020-02-13
1
-2
/
+2
*
Convert dbuf dirty record record list to a list_t
Matthew Macy
2020-02-05
1
-2
/
+2
*
cppcheck: (warning) Possible null pointer dereference: dnp
Brian Behlendorf
2019-12-18
1
-0
/
+1
*
Replace ASSERTV macro with compiler annotation
Matthew Macy
2019-12-05
1
-1
/
+1
*
Enable use of DTRACE_PROBE* macros in "spl" module
Prakash Surya
2019-11-01
1
-1
/
+1
*
Remove non-portable pointer is valid assert
Matthew Macy
2019-10-25
1
-1
/
+0
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
1
-5
/
+6
*
OpenZFS restructuring - move linux tracing code to platform directories
Matthew Macy
2019-09-11
1
-1
/
+1
*
Fix typos in module/zfs/
Andrea Gelmini
2019-09-02
1
-1
/
+1
*
Fix zil replay panic when TX_REMOVE followed by TX_CREATE
Chunwei Chen
2019-08-28
1
-12
/
+37
*
Assert that a dnode's bonuslen never exceeds its recorded size
Serapheim Dimitropoulos
2019-08-15
1
-0
/
+8
*
Replace zf_rwlock with a mutex
Matthew Ahrens
2019-07-25
1
-1
/
+1
*
Export dnode symbols
Brian Behlendorf
2019-07-15
1
-0
/
+10
*
Decrease contention on dn_struct_rwlock
Paul Dagnelie
2019-07-08
1
-27
/
+46
*
Fix incorrect assertion in dnode_dirty_l1range
Paul Dagnelie
2019-05-19
1
-1
/
+2
*
Fix send/recv lost spill block
Brian Behlendorf
2019-05-07
1
-2
/
+3
*
Fix TXG_MASK cstyle
Brian Behlendorf
2019-04-12
1
-11
/
+13
*
Revert "Fix issues with truncated files in raw sends"
Brian Behlendorf
2019-04-05
1
-5
/
+6
*
Fix issues with truncated files in raw sends
Tom Caputi
2019-03-27
1
-6
/
+5
*
Add missing dmu_zfetch_fini() in dnode_move_impl()
Julian Heuking
2019-03-20
1
-1
/
+1
*
Fix handling of maxblkid for raw sends
Tom Caputi
2019-03-13
1
-5
/
+21
[next]