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
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux 6.5 compat: disk_check_media_change() was added
Coleman Kane
2023-07-20
1
-0
/
+2
*
Linux 6.5 compat: BLK_STS_NEXUS renamed to BLK_STS_RESV_CONFLICT
Coleman Kane
2023-07-14
1
-0
/
+8
*
intptr_t definition is canonically signed
Coleman Kane
2023-07-14
1
-1
/
+1
*
FreeBSD: catch up to __FreeBSD_version 1400093
Mateusz Guzik
2023-07-13
1
-0
/
+4
*
Add a delay to tearing down threads.
Rich Ercolani
2023-06-26
1
-0
/
+1
*
Finally drop long disabled vdev cache.
Alexander Motin
2023-06-09
1
-1
/
+0
*
Use __attribute__((malloc)) on memory allocation functions
Richard Yao
2023-05-26
3
-11
/
+14
*
zil: Add some more statistics.
Alexander Motin
2023-05-25
1
-0
/
+34
*
Wrap clang specific pragma
Brian Behlendorf
2023-05-02
1
-0
/
+4
*
powerpc64: Support ELFv2 asm on Big Endian
Justin Hibbits
2023-04-27
1
-1
/
+1
*
Add loongarch64 support
Han Gao
2023-04-25
1
-1
/
+17
*
Linux: Suppress -Wordered-compare-function-pointers in tracepoint code
Richard Yao
2023-04-20
1
-0
/
+4
*
Linux 6.3 compat: idmapped mount API changes
youzhongyang
2023-04-10
9
-37
/
+92
*
module: freebsd: fix aarch64 fpu handling
Kyle Evans
2023-04-10
1
-2
/
+12
*
Miscellaneous FreBSD compilation bugfixes
Martin Matuška
2023-04-06
4
-0
/
+10
*
linux 6.3 compat: needs REQ_PREFLUSH | REQ_OP_WRITE
youzhongyang
2023-03-31
1
-1
/
+1
*
linux 6.3 compat: add another bdev_io_acct case
Rich Ercolani
2023-03-27
1
-2
/
+8
*
spl: cmn_err_once() should be usable in brace-less if else statements
Attila Fülöp
2023-03-15
2
-12
/
+12
*
Refactor CONFIG_SPE check on Linux/powerpc
WHR
2023-03-15
1
-18
/
+10
*
Fix missing semicolons in commit 1f196e3
WHR
2023-03-15
1
-4
/
+4
*
Silence clang static analyzer warnings about stored stack addresses
Richard Yao
2023-03-14
1
-3
/
+0
*
Implementation of block cloning for ZFS
Pawel Jakub Dawidek
2023-03-10
3
-2
/
+7
*
Workaround for Linux PowerPC GPL-only cpu_has_feature()
Low-power
2023-03-10
2
-0
/
+26
*
Fix build for Linux/powerpc without CONFIG_ALTIVEC or CONFIG_VSX
Low-power
2023-03-07
1
-8
/
+22
*
spl: Add cmn_err_once() to log a message only on the first call
Attila Fülöp
2023-03-07
2
-0
/
+50
*
Add SHA2 SIMD feature tests for Linux
Tino Reichardt
2023-03-02
6
-13
/
+169
*
Add SHA2 SIMD feature tests for FreeBSD
Tino Reichardt
2023-03-02
7
-28
/
+205
*
Remove old or redundant SHA2 files
Tino Reichardt
2023-03-02
4
-347
/
+0
*
Linux: Assert mutex is held in mutex_exit()
Richard Yao
2023-02-28
1
-0
/
+1
*
Use .section .rodata instead of .rodata on FreeBSD
Dimitry Andric
2023-02-24
1
-1
/
+1
*
Fix buffered/direct/mmap I/O race
Brian Behlendorf
2023-02-23
1
-1
/
+1
*
Linux: use filemap_range_has_page()
Brian Behlendorf
2023-02-14
3
-8
/
+20
*
Restore FreeBSD to use .rodata
Jorgen Lundman
2023-02-06
1
-1
/
+1
*
linux 6.2 compat: zpl_set_acl arg2 is now struct dentry
Coleman Kane
2023-01-24
1
-0
/
+3
*
x86 asm: Replace .align with .balign
Attila Fülöp
2023-01-24
2
-10
/
+10
*
Unify Assembler files between Linux and Windows
Jorgen Lundman
2023-01-17
4
-0
/
+397
*
Cleanup of dead code suggested by Clang Static Analyzer (#14380)
Richard Yao
2023-01-17
2
-3
/
+3
*
change how d_alias is replaced by du.d_alias
Gian-Carlo DeFazio
2023-01-12
1
-4
/
+4
*
linux 6.2 compat: bio->bi_rw was renamed bio->bi_opf
Coleman Kane
2023-01-06
1
-0
/
+4
*
linux 6.2 compat: get_acl() got moved to get_inode_acl() in 6.2
Coleman Kane
2023-01-06
1
-1
/
+1
*
Implement uncached prefetch
Alexander Motin
2023-01-04
1
-0
/
+2
*
arc_read()/arc_access() refactoring and cleanup
Alexander Motin
2022-12-22
1
-2
/
+2
*
Linux PPC: Fix build failures on kernels built without CONFIG_SPE
Richard Yao
2022-12-09
1
-0
/
+15
*
Allow to control failfast
Mariusz Zaborski
2022-11-10
1
-2
/
+8
*
Support idmapped mount in user namespace
youzhongyang
2022-11-08
3
-23
/
+76
*
freebsd: simplify MD isa_defs.h
Brooks Davis
2022-11-07
2
-455
/
+0
*
freebsd: trim dkio.h to the minimum
Brooks Davis
2022-11-07
1
-460
/
+0
*
freebsd: add ifdefs around legacy ioctl support
Brooks Davis
2022-11-07
1
-0
/
+13
*
freebsd: remove no-op vn_renamepath()
Brooks Davis
2022-11-07
1
-1
/
+0
*
freebsd: remove unused vn_rename()
Brooks Davis
2022-11-07
1
-9
/
+0
[next]