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
/
include
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use _Noreturn (C11; GNU89) properly
Alejandro Colomar
2022-03-04
1
-2
/
+2
*
Default to ON for compression
Rich Ercolani
2022-03-03
1
-1
/
+1
*
log xattr=sa create/remove/update to ZIL
Jitendra Patidar
2022-02-22
3
-3
/
+14
*
Correct compilation errors reported by GCC 10/11
Damian Szuberski
2022-02-20
1
-0
/
+1
*
Cross-platform xattr user namespace compatibility
Ryan Moeller
2022-02-15
1
-2
/
+28
*
module: icp: remove vestigia of crypto sessions
наб
2022-02-15
1
-2
/
+0
*
module: icp: remove unused (and mostly faked) cm_{{min,max}_key_length,mech_f...
наб
2022-02-15
1
-7
/
+0
*
module: icp: rip out insane crypto_req_handle_t mechanism, inline KM_SLEEP
наб
2022-02-15
1
-10
/
+5
*
include: crypto: clean out api.h
наб
2022-02-15
2
-84
/
+2
*
include: crypto: clean out unused SYSCALL32 and flags
наб
2022-02-15
1
-68
/
+0
*
module: icp: remove algorithm name defines used only in the default mechtab
наб
2022-02-15
1
-13
/
+0
*
include: crypto: remove unused algorithm name defines
наб
2022-02-15
1
-13
/
+0
*
module: icp: remove set-but-unused cd_miscdata
наб
2022-02-15
1
-22
/
+3
*
module: icp: fold away all key formats except CRYPTO_KEY_RAW
наб
2022-02-15
1
-154
/
+3
*
module: icp: remove unused CRYPTO_* error codes
наб
2022-02-15
1
-70
/
+0
*
module: icp: remove unused CRYPTO_{NOTIFY_OPDONE,SKIP_REQID,RESTRICTED}
наб
2022-02-15
1
-8
/
+0
*
module: icp: remove unused CRYPTO_ALWAYS_QUEUE
наб
2022-02-15
1
-11
/
+2
*
module: icp: remove unused kcf_digest.c
наб
2022-02-15
1
-17
/
+0
*
module: icp: remove unused kcf_mac operations
наб
2022-02-15
1
-6
/
+0
*
module: icp: remove unused kcf_cipher operations
наб
2022-02-15
1
-27
/
+0
*
module: icp: remove other provider types
наб
2022-02-15
3
-8
/
+0
*
module: icp: spi: crypto_ops_t: remove unused op types
наб
2022-02-15
2
-243
/
+0
*
Add spa _os() hooks
Jorgen Lundman
2022-02-15
1
-0
/
+5
*
Rename EMPTY_TASKQ into taskq_empty
Jorgen Lundman
2022-02-09
1
-0
/
+1
*
zvol: make calls to platform ops static
Christian Schwarz
2022-02-07
1
-12
/
+8
*
Add more control/visibility to spa_load_verify().
Alexander Motin
2022-02-04
1
-0
/
+1
*
Simplify resume token generation
Ryan Moeller
2022-02-01
1
-2
/
+1
*
Replace *CTASSERT() with _Static_assert()
наб
2022-01-26
2
-7
/
+10
*
Clean up CSTYLEDs
наб
2022-01-26
5
-13
/
+2
*
Avoid memory allocations in the ARC eviction thread
Mark Johnston
2022-01-21
1
-0
/
+1
*
libefi: remove efi_type()
наб
2022-01-18
1
-1
/
+0
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
23
-38
/
+33
*
Remove sha1 hashing from OpenZFS, it's not used anywhere.
Tino Reichardt
2022-01-06
1
-3
/
+0
*
module: icp: rip out the Solaris loadable module architecture
наб
2022-01-06
1
-3
/
+0
*
Verify dRAID empty sectors
Brian Behlendorf
2022-01-04
2
-0
/
+3
*
include: dmu.h: fix unused, remove argsused
наб
2021-12-23
1
-1
/
+0
*
include: sys/arc.h: shim out arc_referenced()
наб
2021-12-23
1
-0
/
+2
*
include: qat.h: mark unused macro arguments as used
наб
2021-12-23
1
-9
/
+17
*
zcommon: pre-iterate over sysfs instead of statting every feature
наб
2021-12-16
1
-1
/
+6
*
Add `const` to nvlist functions to properly expose their real behavior
Paul Dagnelie
2021-12-06
2
-95
/
+104
*
Vdev Properties Feature
Allan Jude
2021-11-30
6
-2
/
+97
*
Enable edonr in FreeBSD
Rich Ercolani
2021-11-16
1
-2
/
+0
*
Introduce a tunable to exclude special class buffers from L2ARC
George Amanakis
2021-11-11
3
-14
/
+2
*
Check l2cache vdevs pending list inside the vdev_inuse()
Fedor Uporov
2021-11-11
1
-0
/
+1
*
Skip spacemaps reading in case of pool readonly import
Fedor Uporov
2021-11-09
1
-0
/
+1
*
Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistency
Brian Behlendorf
2021-11-07
1
-0
/
+1
*
Update `checkstyle` workflow env to ubuntu-20.04
Damian Szuberski
2021-11-02
1
-0
/
+2
*
Remove unused function zvol_set_volblocksize()
Fedor Uporov
2021-10-26
1
-1
/
+0
*
Remove FreeBSD's local copy of the dmu_buf_hold_array() function
Pawel Jakub Dawidek
2021-10-13
1
-0
/
+2
*
zio: use unsigned values for enum
Teodor Spæren
2021-10-11
1
-36
/
+36
[next]