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
/
zap_micro.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ZAP: Add by_dnode variants to lookup/prefetch_uint64
Alexander Motin
13 days
1
-10
/
+58
*
feature: large_microzap
Rob Norris
2024-10-02
1
-2
/
+53
*
Support for longnames for files/directories (Linux part)
Sanjeev Bagewadi
2024-10-01
1
-24
/
+80
*
Allocate zap_attribute_t from kmem instead of stack
Sanjeev Bagewadi
2024-10-01
1
-4
/
+46
*
ddt: add support for prefetching tables into the ARC
Allan Jude
2024-07-26
1
-0
/
+16
*
ZAP: Massively switch to _by_dnode() interfaces
Alexander Motin
2024-03-25
1
-60
/
+146
*
btree: Implement faster binary search algorithm
Richard Yao
2023-05-26
1
-1
/
+5
*
Add tunable to allow changing micro ZAP's max size
Mateusz Piotrowski
2023-01-10
1
-1
/
+7
*
Optimize microzaps
Alexander Motin
2022-10-20
1
-107
/
+134
*
Fix NULL pointer passed to strlcpy from zap_lookup_impl()
Richard Yao
2022-10-18
1
-2
/
+4
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Remaining {=> const} char|void *tag
наб
2022-06-29
1
-9
/
+11
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-3
/
+3
*
Remove unneeded "extern inline" function declarations
Tomohiro Kusumi
2022-02-08
1
-2
/
+0
*
Annotated dprintf as printf-like
Rich Ercolani
2021-06-22
1
-4
/
+5
*
Rename refcount.h to zfs_refcount.h
Matthew Macy
2020-07-29
1
-1
/
+0
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-1
/
+1
*
Replace sprintf()->snprintf() and strcpy()->strlcpy()
Jorgen Lundman
2020-06-07
1
-1
/
+2
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
1
-2
/
+2
*
fat zap should prefetch when iterating
Matthew Ahrens
2019-06-12
1
-5
/
+26
*
Provide more flexible object allocation interface
Brian Behlendorf
2019-01-10
1
-27
/
+67
*
Fix zap_update() ASSERT from ztest
Tom Caputi
2018-12-14
1
-12
/
+0
*
OpenZFS 9329 - panic in zap_leaf_lookup() due to concurrent zapification
Matthew Ahrens
2018-05-31
1
-12
/
+27
*
OpenZFS 9328 - zap code can take advantage of c99
Matthew Ahrens
2018-05-31
1
-139
/
+93
*
Update build system and packaging
Brian Behlendorf
2018-05-29
1
-1
/
+1
*
Fix ENOSPC in "Handle zap_add() failures in ..."
Chunwei Chen
2018-04-18
1
-6
/
+41
*
Revert "Handle zap_add() failures in mixed ... "
Tony Hutter
2018-04-09
1
-37
/
+1
*
Handle zap_add() failures in mixed case mode
sanjeevbagewadi
2018-02-09
1
-1
/
+37
*
Undo c89 workarounds to match with upstream
Don Brady
2017-11-04
1
-2
/
+1
*
Fix dnode allocation race
Brian Behlendorf
2017-08-08
1
-1
/
+1
*
Add missing *_destroy/*_fini calls
Gvozden Neskovic
2017-05-04
1
-1
/
+2
*
OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_space
Brian Behlendorf
2017-03-07
1
-83
/
+0
*
Clean up by-dnode code in dmu_tx.c
Matthew Ahrens
2017-02-24
1
-1
/
+2
*
OpenZFS 1300 - filename normalization doesn't work for removes
George Melikov
2017-02-02
1
-28
/
+71
*
OpenZFS 6676 - Race between unique_insert() and unique_remove() causes ZFS fs...
George Melikov
2017-01-26
1
-2
/
+2
*
OpenZFS 7054 - dmu_tx_hold_t should use refcount_t to track space
George Melikov
2017-01-23
1
-10
/
+16
*
Add *_by-dnode routines
bzzz77
2017-01-13
1
-24
/
+76
*
Fix spelling
ka7
2017-01-03
1
-1
/
+1
*
Convert zio_buf_alloc() consumers
Brian Behlendorf
2016-11-30
1
-3
/
+3
*
Fix coverity defects: CID 147650, 147649, 147647, 147646
cao
2016-09-25
1
-1
/
+2
*
Performance optimization of AVL tree comparator functions
Gvozden Neskovic
2016-08-31
1
-9
/
+5
*
OpenZFS 7004 - dmu_tx_hold_zap() does dnode_hold() 7x on same object
Matthew Ahrens
2016-08-19
1
-3
/
+48
*
OpenZFS 7003 - zap_lockdir() should tag hold
Matthew Ahrens
2016-08-19
1
-86
/
+120
*
Implement large_dnode pool feature
Ned Bass
2016-06-24
1
-5
/
+54
*
OpenZFS 6842 - Fix empty xattr dir causing lockup
Chunwei Chen
2016-05-10
1
-10
/
+28
*
Add zap_prefetch() interface
Brian Behlendorf
2015-12-04
1
-0
/
+23
*
Add parenthesis to the ternary operator
tuxoko
2015-08-19
1
-1
/
+1
*
Illumos 5027 - zfs large block support
Matthew Ahrens
2015-05-11
1
-8
/
+8
*
Illumos 3654,3656
Matthew Ahrens
2015-05-04
1
-41
/
+0
*
Illumos 5056 - ZFS deadlock on db_mtx and dn_holds
Justin T. Gibbs
2015-04-28
1
-4
/
+5
[next]