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
/
sa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-8
/
+9
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-12
/
+11
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
1
-4
/
+4
*
Annotated dprintf as printf-like
Rich Ercolani
2021-06-22
1
-1
/
+1
*
Extending FreeBSD UIO Struct
Brian Atkinson
2021-01-20
1
-3
/
+3
*
Remove duplicate dnode.h include
Brian Behlendorf
2020-08-26
1
-1
/
+0
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-6
/
+6
*
Add convenience wrappers for common uio usage
Jorgen Lundman
2020-06-14
1
-1
/
+1
*
Replace ASSERTV macro with compiler annotation
Matthew Macy
2019-12-05
1
-2
/
+2
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
1
-3
/
+3
*
Add inode accessors to common code
Matthew Macy
2019-10-02
1
-3
/
+3
*
Fix typos in module/zfs/
Andrea Gelmini
2019-09-02
1
-2
/
+2
*
Fix lockdep circular locking false positive involving sa_lock
jdike
2019-08-19
1
-1
/
+1
*
Improve performance by using dmu_tx_hold_*_by_dnode()
Matthew Ahrens
2019-07-30
1
-5
/
+5
*
Prefix all refcount functions with zfs_
Tim Schumacher
2018-10-01
1
-4
/
+4
*
Linux 4.19-rc3+ compat: Remove refcount_t compat
Tim Schumacher
2018-09-26
1
-1
/
+1
*
Fix kernel unaligned access on sparc64
Brian Behlendorf
2018-07-11
1
-15
/
+20
*
Don't panic on bad SA_MAGIC in sa_build_index
Nathaniel Clark
2018-06-07
1
-1
/
+7
*
Raw receive functions must not decrypt data
Tom Caputi
2018-06-06
1
-1
/
+1
*
Update build system and packaging
Brian Behlendorf
2018-05-29
1
-1
/
+0
*
Project Quota on ZFS
Nasf-Fan
2018-02-13
1
-3
/
+186
*
Fix coverity defects: CID 147474
Tobin Harding
2017-10-10
1
-1
/
+2
*
OpenZFS 8061 - sa_find_idx_tab can be declared more type-safely
Matthew Ahrens
2017-04-14
1
-6
/
+5
*
OpenZFS 6676 - Race between unique_insert() and unique_remove() causes ZFS fs...
George Melikov
2017-01-26
1
-4
/
+6
*
OpenZFS 6529 - Properly handle updates of variably-sized SA entries
George Melikov
2017-01-19
1
-15
/
+33
*
Fix spelling
ka7
2017-01-03
1
-1
/
+1
*
Remove unused sa_update_from_cb()
cao
2016-12-01
1
-21
/
+0
*
Convert zio_buf_alloc() consumers
Brian Behlendorf
2016-11-30
1
-2
/
+2
*
Fix sa_legacy_attr_count to use ARRAY_SIZE
cao
2016-11-02
1
-1
/
+1
*
Performance optimization of AVL tree comparator functions
Gvozden Neskovic
2016-08-31
1
-18
/
+10
*
Implement large_dnode pool feature
Ned Bass
2016-06-24
1
-9
/
+12
*
Prevent SA length overflow
Ned Bass
2015-12-30
1
-0
/
+6
*
Illumos 5562 - ZFS sa_handle's violate kmem invariants, debug kernels panic o...
Justin T. Gibbs
2015-05-11
1
-14
/
+6
*
Illumos 5027 - zfs large block support
Matthew Ahrens
2015-05-11
1
-3
/
+3
*
Illumos 5056 - ZFS deadlock on db_mtx and dn_holds
Justin T. Gibbs
2015-04-28
1
-21
/
+22
*
Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFS
Justin T. Gibbs
2015-04-28
1
-4
/
+3
*
Illumos 4975 - missing mutex_destroy() calls in zfs
Jorgen Lundman
2015-04-28
1
-0
/
+4
*
Fix SA header size accounting
Ned Bass
2015-02-06
1
-41
/
+44
*
Fix removal of SA in sa_modify_attrs()
Tim Chase
2015-01-21
1
-3
/
+1
*
Revert "SA spill block cache"
Brian Behlendorf
2015-01-16
1
-23
/
+4
*
Change KM_PUSHPAGE -> KM_SLEEP
Brian Behlendorf
2015-01-16
1
-13
/
+13
*
Calculate header size correctly in sa_find_sizes()
Tim Chase
2014-05-19
1
-6
/
+8
*
Properly handle updates of variably-sized SA entries.
Tim Chase
2013-12-20
1
-6
/
+11
*
cstyle: Resolve C style issues
Michael Kjorling
2013-12-18
1
-4
/
+6
*
sa_find_sizes() may compute wrong SA header size
James Pan
2013-12-10
1
-24
/
+21
*
Illumos #3742
Will Andrews
2013-11-04
1
-2
/
+1
*
Illumos #3598
Matthew Ahrens
2013-10-31
1
-8
/
+8
*
Illumos #3522
George Wilson
2013-10-30
1
-1
/
+2
*
Illumos #3464
Matthew Ahrens
2013-09-04
1
-3
/
+3
*
Constify structures containing function pointers
Richard Yao
2013-03-04
1
-1
/
+1
[next]