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
*
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
*
Fix dnode_hold_impl() soft lockup
lidongyang
2019-02-22
1
-56
/
+52
*
Don't allow dnode allocation if dn_holds != 0
Tom Caputi
2019-01-10
1
-0
/
+1
*
Fix dnode_hold() freeing dnode behavior
Brian Behlendorf
2018-12-05
1
-2
/
+4
*
Prefix all refcount functions with zfs_
Tim Schumacher
2018-10-01
1
-20
/
+20
*
Linux 4.19-rc3+ compat: Remove refcount_t compat
Tim Schumacher
2018-09-26
1
-3
/
+3
*
Fix OpenZFS 9337 mismerge
George Wilson
2018-08-02
1
-3
/
+3
*
OpenZFS 9439 - ZFS double-free due to failure to dirty indirect block
Matthew Ahrens
2018-07-30
1
-4
/
+2
*
OpenZFS 9438 - Holes can lose birth time info if a block has a mix of birth t...
Paul Dagnelie
2018-07-30
1
-0
/
+68
*
OpenZFS 9338 - moved dnode has incorrect dn_next_type
Matthew Ahrens
2018-07-24
1
-0
/
+2
*
OpenZFS 9337 - zfs get all is slow due to uncached metadata
Matthew Ahrens
2018-07-12
1
-3
/
+3
*
OpenZFS 9166 - zfs storage pool checkpoint
Serapheim Dimitropoulos
2018-06-26
1
-1
/
+4
*
OpenZFS 9577 - remove zfs_dbuf_evict_key tsd
Matthew Ahrens
2018-06-13
1
-3
/
+4
[next]