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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ZTS: Use /dev/urandom instead of /dev/random
Tony Hutter
2024-08-14
3
-3
/
+3
*
Linux 6.11: avoid passing "end" sentinel to register_sysctl()
Rob Norris
2024-08-13
3
-3
/
+66
*
Linux 6.11: add compat macro for page_mapping()
Rob Norris
2024-08-13
5
-17
/
+46
*
Linux 6.11: add more queue_limit fields with removed setters
Rob Norris
2024-08-13
1
-8
/
+15
*
Linux 6.11: IO stats is now a queue feature flag
Rob Norris
2024-08-13
1
-4
/
+3
*
Linux 6.11: first arg to proc_handler is now const
Rob Norris
2024-08-13
3
-3
/
+44
*
Linux 6.11: get backing_dev_info through queue gendisk
Rob Norris
2024-08-13
2
-1
/
+31
*
Linux 6.11: enable queue flush through queue limits
Rob Norris
2024-08-13
3
-14
/
+50
*
linux/zvol_os: tidy and document queue limit/config setup
Rob Norris
2024-08-13
1
-7
/
+38
*
Github workflow: fix typo in `zloop` artifact
Ameer Hamza
2024-08-09
1
-2
/
+2
*
config: don't force shared linkage on FreeBSD
Rob Norris
2024-08-09
1
-1
/
+1
*
Make txg_wait_synced conditional in zfsvfs_teardown, for FreeBSD
Alan Somers
2024-08-09
1
-2
/
+11
*
zstream: remove duplicate highbit64 definition
Rob Norris
2024-08-09
1
-9
/
+0
*
abd: lift ABD zero scan from zio_compress_data() to abd_cmp_zero()
Rob Norris
2024-08-09
4
-30
/
+47
*
Updating bash completion build file
Brian Atkinson
2024-08-08
1
-1
/
+2
*
contrib: bash_completion.d: force zpool symlink recreation
Rob Norris
2024-08-08
1
-1
/
+1
*
Linux: Make zfs_prune() fair on NUMA systems
Alexander Motin
2024-08-08
1
-5
/
+13
*
Soften pruning threshold on not evictable metadata
Alexander Motin
2024-08-08
1
-8
/
+23
*
Improve zfs_blkptr_verify()
Alexander Motin
2024-08-08
2
-33
/
+51
*
libzfs.h: Set ZFS_MAXPROPLEN and ZPOOL_MAXPROPLEN to ZAP_MAXVALUELEN
Mateusz Piotrowski
2024-08-08
4
-26
/
+10
*
zpoolprops.7: Fix max length of name of user property
Mateusz Piotrowski
2024-08-08
1
-2
/
+2
*
tests: user_property_001_pos: Remove unnecessary evals
Mateusz Piotrowski
2024-08-08
1
-2
/
+2
*
tests: user_property: Clarify comments
Mateusz Piotrowski
2024-08-08
1
-6
/
+16
*
Sync AUX label during pool import
Ameer Hamza
2024-08-08
3
-44
/
+82
*
ZTS: Add a test to verify that copy_file_range obeys RLIMIT_FSIZE
Mark Johnston
2024-08-08
4
-1
/
+69
*
FreeBSD: Fix RLIMIT_FSIZE handling for block cloning
Mark Johnston
2024-08-08
1
-7
/
+0
*
Fix memory corruption during parallel zpool import with -o cachefile (#16419)
Alan Somers
2024-08-07
1
-9
/
+16
*
ZTS: small fix for SEEK_DATA/SEEK_HOLE tests (#16413)
Tino Reichardt
2024-08-07
2
-0
/
+17
*
Fix the names of some FreeBSD sysctls in include/tunables.cfg (#16395)
Allan Jude
2024-08-06
1
-3
/
+5
*
ZTS: fix io_uring test on RHEL 9 variants (#16411)
Tino Reichardt
2024-08-06
1
-3
/
+3
*
JSON: Fix class values for mirrored special vdevs
Tony Hutter
2024-08-06
4
-17
/
+92
*
ZTS: Add zfs/zpool JSON sanity tests
Tony Hutter
2024-08-06
6
-0
/
+146
*
JSON output support for zpool status
Umer Saleem
2024-08-06
9
-295
/
+1772
*
JSON output support for zpool list
Umer Saleem
2024-08-06
4
-82
/
+428
*
JSON output support for zpool get
Umer Saleem
2024-08-06
5
-62
/
+287
*
JSON output support for zpool version
Umer Saleem
2024-08-06
2
-3
/
+70
*
JSON output support zfs mount
Umer Saleem
2024-08-06
2
-5
/
+42
*
JSON output support for zfs list
Umer Saleem
2024-08-06
2
-44
/
+296
*
JSON output support for zfs version and zfs get
Umer Saleem
2024-08-06
5
-15
/
+412
*
ZTS: remove skips for zvol_misc tests
Rob Norris
2024-08-06
3
-22
/
+0
*
zvol: ensure device minors are properly cleaned up
Rob Norris
2024-08-06
4
-25
/
+121
*
linux/zvol_os: fix SET_ERROR with negative return codes
Rob Norris
2024-08-06
1
-4
/
+4
*
zvol_impl: document and tidy flags
Rob Norris
2024-08-06
1
-10
/
+3
*
FreeBSD: remove support for FreeBSD < 13.0-RELEASE (#16372)
Rob Norris
2024-08-05
27
-857
/
+86
*
ZTS: fix zfs_copies_006_pos test on Ubuntu 20.04 (#16409)
Tino Reichardt
2024-08-05
1
-0
/
+2
*
ZTS: fix history_007_pos test on Ubuntu 24.04 (#16410)
Tino Reichardt
2024-08-05
1
-5
/
+1
*
contrib: link zpool to zfs in bash-completion (#16376)
Shengqi Chen
2024-08-05
3
-4
/
+10
*
Once more refactor arc_summary output
Alexander Motin
2024-08-05
1
-59
/
+88
*
FreeBSD: Add missing memory reclamation accounting
Alexander Motin
2024-08-05
1
-1
/
+5
*
Block cloning conditionally destroy ARC buffer
Brian Atkinson
2024-08-01
1
-1
/
+15
[next]