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
/
tests
/
zfs-tests
/
cmd
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: fix uClibc for getversion.c
José Luis Salvador Rufo
2024-11-14
1
-1
/
+5
*
Use <fcntl.h> instead of <sys/fcntl.h>
Sam James
2024-11-07
1
-1
/
+1
*
Always validate checksums for Direct I/O reads
Brian Atkinson
2024-10-09
1
-59
/
+121
*
ZTS: increase timeout of mmap_sync_001_pos
Tino Reichardt
2024-09-17
1
-1
/
+1
*
Adding Direct IO Support
Brian Atkinson
2024-09-14
4
-54
/
+458
*
build: rename FORCEDEBUG_CPPFLAGS to LIBZPOOL_CPPFLAGS
Rob Norris
2024-08-27
1
-1
/
+1
*
ZTS: small fix for SEEK_DATA/SEEK_HOLE tests (#16413)
Tino Reichardt
2024-08-07
1
-0
/
+10
*
icp: reorganise SHA2 digest mechanisms
Rob Norris
2024-05-31
1
-60
/
+10
*
Use memset to zero stack allocations containing unions
Rob N
2024-05-24
1
-1
/
+3
*
fix: variable type with zfs-tests/cmd/clonefile.c
Tino Reichardt
2024-01-17
1
-1
/
+1
*
Fix cloning into mmaped and cached file.
Pawel Jakub Dawidek
2024-01-17
3
-0
/
+148
*
Linux 6.7 compat: zfs_setattr fix atime update
Rob N
2024-01-16
1
-3
/
+11
*
ZTS: Test for clone, mmap and write for block cloning
Umer Saleem
2024-01-16
3
-0
/
+125
*
Block cloning tests.
Pawel Jakub Dawidek
2023-12-26
2
-21
/
+61
*
FreeBSD: Reduce divergence from in-tree sources
Alexander Motin
2023-10-09
1
-1
/
+1
*
readmmap.c: fix building with MUSL libc
Zach Dykstra
2023-08-01
1
-0
/
+1
*
Check the return value in clonefile test
oromenahar
2023-08-01
1
-1
/
+1
*
zts: block cloning tests
Rob Norris
2023-07-24
3
-0
/
+335
*
btree: Implement faster binary search algorithm
Richard Yao
2023-05-26
1
-1
/
+1
*
Teach zpool scrub to scrub only blocks in error log
George Amanakis
2023-05-18
1
-0
/
+15
*
Remove unused Edon-R variants
Tino Reichardt
2023-03-14
1
-78
/
+5
*
nvpair: Constify string functions
Richard Yao
2023-03-14
3
-4
/
+4
*
Replace dead opensolaris.org license links
Tino Reichardt
2023-03-14
1
-1
/
+1
*
Fix incremental receive silently failing for recursive sends
Paul Dagnelie
2023-03-10
1
-1
/
+1
*
Update BLAKE3 for using the new impl handling
Tino Reichardt
2023-03-02
1
-6
/
+12
*
Add generic implementation handling and SHA2 impl
Tino Reichardt
2023-03-02
1
-7
/
+27
*
Fix buffered/direct/mmap I/O race
Brian Behlendorf
2023-02-23
1
-1
/
+1
*
ZTS: close in mmapwrite.c
Antonio Russo
2023-01-06
1
-0
/
+4
*
ZTS: limit mmapwrite file size
Antonio Russo
2023-01-05
1
-2
/
+6
*
Support idmapped mount in user namespace
youzhongyang
2022-11-08
1
-15
/
+34
*
Fix TOCTOU race conditions reported by CodeQL and Coverity
Richard Yao
2022-10-29
1
-11
/
+3
*
zfs_rename: support RENAME_* flags
Aleksa Sarai
2022-10-28
3
-2
/
+130
*
Fix multiplication converted to larger type
Andrew Innes
2022-10-28
1
-2
/
+2
*
Silence new static analyzer defect reports from idmap_util.c
Richard Yao
2022-10-20
1
-14
/
+14
*
Fix multiple definitions of struct mount_attr on recent glibc versions
Richard Yao
2022-10-20
1
-7
/
+5
*
Support idmapped mount
youzhongyang
2022-10-19
3
-0
/
+794
*
Fix declarations of non-global variables
Tino Reichardt
2022-10-18
5
-33
/
+33
*
Cleanup: Address Clang's static analyzer's unused code complaints
Richard Yao
2022-10-14
5
-31
/
+13
*
Handle possible null pointers from malloc/strdup/strndup()
Richard Yao
2022-10-06
4
-1
/
+19
*
Miscellaneous ZTS fixes
Richard Yao
2022-09-29
8
-12
/
+36
*
btree_test: smatch did detect few issues
Toomas Soome
2022-09-27
1
-7
/
+13
*
Fix unsafe string operations
Richard Yao
2022-09-27
2
-5
/
+3
*
Cleanup: Switch to strlcpy from strncpy
Richard Yao
2022-09-27
2
-9
/
+8
*
Fix userspace memory leaks found by Clang Static Analzyer
Richard Yao
2022-09-26
2
-1
/
+8
*
Fix userland resource leaks
Richard Yao
2022-09-23
2
-1
/
+2
*
Fix unchecked return values and unused return values
Richard Yao
2022-09-23
4
-6
/
+15
*
Fix BLAKE3 tuneable and module loading on Linux and FreeBSD
Tino Reichardt
2022-09-16
1
-6
/
+6
*
Add Linux posix_fadvise support
Finix1979
2022-09-08
3
-0
/
+101
*
Implement a new type of zfs receive: corrective receive (-c)
Alek P
2022-07-28
1
-0
/
+1
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
28
-28
/
+28
[next]