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
/
os
/
linux
/
spl
Commit message (
Expand
)
Author
Age
Files
Lines
*
xdr: header cleanup
Rob N
2024-04-29
1
-0
/
+1
*
Linux: Cleanup taskq threads spawn/exit
Alexander Motin
2024-04-19
1
-56
/
+29
*
Linux 6.8 compat: implement strlcpy fallback
Rob Norris
2024-01-29
4
-0
/
+4
*
linux spl: fix typo in top comment of spl-condvar.c
Tino Reichardt
2024-01-29
1
-1
/
+1
*
Make spl_kmem_cache size check consistent
youzhongyang
2024-01-29
1
-2
/
+3
*
Linux: Reclaim unused spl_kmem_cache_reclaim
Alexander Motin
2024-01-08
1
-11
/
+0
*
linux 6.7 compat: rework shrinker setup for heap allocations
Rob Norris
2023-12-21
1
-0
/
+115
*
Linux 6.5 compat: spl: properly unregister sysctl entries
Andrea Righi
2023-09-19
1
-3
/
+18
*
Linux 6.5 compat: safe cleanup in spl_proc_fini()
Andrea Righi
2023-09-19
1
-18
/
+18
*
Linux 6.5 compat: register_sysctl_table removed
Coleman Kane
2023-09-19
1
-3
/
+23
*
Revert "Linux 6.5 compat: register_sysctl_table removed"
Brian Atkinson
2023-09-19
1
-23
/
+3
*
Linux 6.5 compat: register_sysctl_table removed
Coleman Kane
2023-09-19
1
-3
/
+23
*
Add a delay to tearing down threads.
Rich Ercolani
2023-06-26
1
-1
/
+33
*
Linux: Never sleep in kmem_cache_alloc(..., KM_NOSLEEP) (#14926)
Brian Behlendorf
2023-06-07
1
-1
/
+11
*
Linux 6.4 compat: reclaimed_slab renamed to reclaimed
youzhongyang
2023-05-24
1
-1
/
+4
*
Linux 6.3 compat: idmapped mount API changes
youzhongyang
2023-04-10
1
-0
/
+12
*
Linux: Fix octal detection in define_ddi_strtox()
Richard Yao
2023-03-08
1
-1
/
+1
*
Cleanup of dead code suggested by Clang Static Analyzer (#14380)
Richard Yao
2023-01-17
2
-9
/
+4
*
Cleanup: Use C99 flexible array members instead of zero length arrays
Richard Yao
2023-01-12
1
-1
/
+1
*
Cleanup: Remove unnecessary explicit casts of pointers from allocators
Richard Yao
2023-01-12
1
-1
/
+1
*
Fix Clang 15 compilation errors
szubersk
2022-11-30
1
-0
/
+4
*
Cleanup: Remove branches that always evaluate the same way
Richard Yao
2022-11-03
1
-1
/
+0
*
Linux: Upgrade random_get_pseudo_bytes() to xoshiro256++ 1.0
Richard Yao
2022-10-20
1
-25
/
+61
*
Linux 6.1 compat: change order of sys/mutex.h includes
Coleman Kane
2022-10-18
2
-2
/
+3
*
Fix declarations of non-global variables
Tino Reichardt
2022-10-18
4
-4
/
+4
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
1
-0
/
+24
*
Reduce false positives from Static Analyzers
Richard Yao
2022-09-30
1
-2
/
+1
*
zed: mark disks as REMOVED when they are removed
Ameer Hamza
2022-09-28
1
-0
/
+33
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
1
-2
/
+4
*
Cleanup: Switch to strlcpy from strncpy
Richard Yao
2022-09-27
4
-8
/
+7
*
Fix minor issues in namespace delegation support
youzhongyang
2022-09-20
1
-1
/
+1
*
Linux SPL module init: Handle memory allocation failures correctly
Richard Yao
2022-09-08
5
-7
/
+18
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
2
-2
/
+2
*
Enable -Wwrite-strings
наб
2022-06-29
1
-1
/
+1
*
spl: Use a clearer name for the user namespace fd
Ryan Moeller
2022-06-14
1
-4
/
+4
*
Add Linux namespace delegation support
Will Andrews
2022-06-10
2
-0
/
+430
*
linux: spl: generic: ddi_strto*: match solaris ddi_strto*(9)
наб
2022-05-13
1
-29
/
+17
*
linux: spl: generic: ddi_strtou##type: elide unused flag
наб
2022-05-13
1
-5
/
+3
*
Remove hw_serial, ddi_strtoul()
наб
2022-05-13
1
-6
/
+6
*
Fix functions without a prototype
Aidan Harris
2022-05-06
1
-1
/
+1
*
linux: module: weld all but spl.ko into zfs.ko
наб
2022-04-20
2
-21
/
+4
*
Switch from _Noreturn to __attribute__((noreturn))
Brian Behlendorf
2022-03-23
1
-9
/
+0
*
Fix ACL checks for NFS kernel server
Ryan Moeller
2022-03-18
1
-41
/
+1
*
Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>
наб
2022-03-15
1
-1
/
+1
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-1
/
+0
*
spl: make 'spl_panic_halt' working for all cases
Damian Szuberski
2022-02-18
1
-0
/
+3
*
module: icp: remove other provider types
наб
2022-02-15
1
-7
/
+0
*
Rename EMPTY_TASKQ into taskq_empty
Jorgen Lundman
2022-02-09
1
-0
/
+7
*
Clean up CSTYLEDs
наб
2022-01-26
5
-18
/
+9
*
Linux 5.17 compat: PDE_DATA() renamed to pde_data()
наб
2022-01-25
2
-2
/
+2
[next]