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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
arc_read()/arc_access() refactoring and cleanup
Alexander Motin
2022-12-22
5
-1
/
+5
*
Allow receiver to override encryption properties in case of replication
Ameer Hamza
2022-12-13
1
-0
/
+14
*
Skip permission checks for extended attributes
Ameer Hamza
2022-12-12
1
-0
/
+3
*
ZTS: Add missing tests to Makefile.am
Brian Behlendorf
2022-12-07
2
-8
/
+7
*
nopwrites on dmu_sync-ed blocks can result in a panic
George Wilson
2022-12-02
2
-8
/
+45
*
ZTS: test reported checksum errors for ZED
Rob Wing
2022-12-02
2
-0
/
+125
*
Python3: replace `distutils` with `sysconfig`
Damian Szuberski
2022-11-28
1
-14
/
+2
*
Fix setting the large_block feature after receiving a snapshot
George Amanakis
2022-11-18
2
-0
/
+79
*
Ubuntu 22.04 integration: ZTS
szubersk
2022-11-18
1
-1
/
+1
*
Handle and detect #13709's unlock regression (#14161)
Rich Ercolani
2022-11-15
3
-0
/
+47
*
Add ability to recompress send streams with new compression algorithm
Paul Dagnelie
2022-11-10
1
-0
/
+58
*
ZTS: random_readwrite test doesn't run correctly
John Wren Kennedy
2022-11-10
1
-1
/
+1
*
Support idmapped mount in user namespace
youzhongyang
2022-11-08
3
-16
/
+174
*
zed: Prevent special vdev to be replaced by hot spare
Ameer Hamza
2022-11-04
1
-0
/
+5
*
Deny receiving into encrypted datasets if the keys are not loaded
Attila Fülöp
2022-11-03
1
-9
/
+22
*
ZTS: rsend_009_pos.ksh is destructive on zfs-on-root system
youzhongyang
2022-11-01
1
-20
/
+23
*
Fix oversights from 4170ae4e
Richard Yao
2022-10-31
1
-2
/
+3
*
Fix TOCTOU race conditions reported by CodeQL and Coverity
Richard Yao
2022-10-29
3
-27
/
+19
*
zfs_rename: support RENAME_* flags
Aleksa Sarai
2022-10-28
11
-2
/
+394
*
Fix multiplication converted to larger type
Andrew Innes
2022-10-28
1
-2
/
+2
*
Add delay between zpool add zvol and zpool destroy
youzhongyang
2022-10-21
1
-0
/
+4
*
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
*
Add options to zfs redundant_metadata property
Akash B
2022-10-19
2
-4
/
+9
*
Support idmapped mount
youzhongyang
2022-10-19
13
-4
/
+1311
*
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
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
6
-13
/
+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
*
zed: mark disks as REMOVED when they are removed
Ameer Hamza
2022-09-28
2
-15
/
+14
*
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
*
Enforce "-F" flag on resuming recv of full/newfs on existing dataset
Jitendra Patidar
2022-09-27
2
-0
/
+67
*
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
*
ZTS: fallocate tests fail with hard coded values
John Wren Kennedy
2022-09-22
2
-54
/
+71
*
Fix minor issues in namespace delegation support
youzhongyang
2022-09-20
2
-2
/
+2
*
Delay ZFS_PROP_SHARESMB property to handle it for encrypted raw receive
Ameer Hamza
2022-09-20
1
-0
/
+8
*
Fix BLAKE3 tuneable and module loading on Linux and FreeBSD
Tino Reichardt
2022-09-16
1
-6
/
+6
*
ZTS: parameter expansion in zfs_unshare_006_pos
John Wren Kennedy
2022-09-15
1
-1
/
+1
*
Improve too large physical ashift handling
Alexander Motin
2022-09-08
2
-1
/
+6
*
Add Linux posix_fadvise support
Finix1979
2022-09-08
10
-2
/
+245
*
Add zfs.sync.snapshot_rename
Andriy Gapon
2022-09-02
3
-0
/
+70
*
Add zilstat script to report zil kstats in a user friendly manner
Ameer Hamza
2022-09-02
3
-0
/
+39
*
ZTS: zvol_stress: fix race condition with zinject usage
Christian Schwarz
2022-08-25
1
-0
/
+1
[next]