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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo
Allan Jude
2020-08-11
1
-1
/
+1
*
Move ZVOL_DIR back to zfs.h
Ryan Moeller
2020-08-11
2
-1
/
+3
*
FreeBSD: update vaccess signature on most recent HEAD
Matthew Macy
2020-08-07
1
-0
/
+5
*
Clarify error message when a range-tree double-add occurs
Paul Dagnelie
2020-08-07
1
-8
/
+22
*
ZTS: Remove bashisms from zfs-tests.sh
Ryan Moeller
2020-08-07
2
-81
/
+70
*
Remove commented-out code
Matthew Ahrens
2020-08-05
1
-27
/
+0
*
Remove KM_NODEBUG
Matthew Ahrens
2020-08-05
1
-1
/
+0
*
Remove KMC_NOMAGAZINE
Matthew Ahrens
2020-08-05
3
-11
/
+2
*
Remove KMC_QCACHE
Matthew Ahrens
2020-08-05
2
-4
/
+0
*
Remove KMC_NOHASH
Matthew Ahrens
2020-08-05
3
-6
/
+0
*
Remove KMC_NOTOUCH
Matthew Ahrens
2020-08-05
4
-5
/
+1
*
Remove KMC_OFFSLAB
Matthew Ahrens
2020-08-05
2
-96
/
+39
*
Fix i/o error handling of livelists and zap iteration
Matthew Ahrens
2020-08-05
4
-69
/
+91
*
FreeBSD: Add support for lockless lookup
Matthew Macy
2020-08-05
7
-12
/
+176
*
Add missed thread_exit() to vdev_{autotrim,rebuild}_thread
Matthew Macy
2020-08-05
2
-0
/
+4
*
Fix arc__wait__for__eviction tracepoint
Pavel Snajdr
2020-08-04
1
-2
/
+2
*
Verify zfs module loaded before starting services
Jonathon
2020-08-01
3
-3
/
+3
*
Fix logging in l2arc_rebuild()
George Amanakis
2020-08-01
1
-0
/
+7
*
FreeBSD: Fix `zfs jail` and add a test
Ryan Moeller
2020-08-01
10
-2
/
+194
*
Fix page fault in zfsctl_snapdir_getattr
Matthew Macy
2020-08-01
1
-1
/
+2
*
Change the error handling for invalid property values
Allan Jude
2020-08-01
5
-2
/
+24
*
Changes to make openzfs build within FreeBSD buildworld
Matthew Macy
2020-07-31
21
-29
/
+79
*
Convert Linux-isms to FreeBSD-isms in platform zfs_debug.c
Ryan Moeller
2020-07-31
1
-11
/
+8
*
ZTS: FreeBSD does have a l2arc.trim_ahead tunable
Ryan Moeller
2020-07-31
1
-1
/
+1
*
Revise ARC shrinker algorithm
Matthew Ahrens
2020-07-31
7
-200
/
+387
*
ZTS: zvol_misc_volmode is flaky on FreeBSD
Ryan Moeller
2020-07-31
1
-0
/
+1
*
ZTS: Use POSIX-compatible space character class
Ryan Moeller
2020-07-31
1
-1
/
+1
*
lua: Increase reserved stack space for FreeBSD in debug config
Ryan Moeller
2020-07-31
1
-0
/
+9
*
When encountering EZFS_UNKNOWN, print the error text buffer anyway
Allan Jude
2020-07-31
1
-1
/
+2
*
Remove duplicate include of sys/zfeature.h in dmu_objset.c
Allan Jude
2020-07-31
1
-1
/
+0
*
pyzfs: Add missing entry to zfs_errno
Allan Jude
2020-07-31
1
-0
/
+1
*
zfs promote does not delete livelist of origin
Matthew Ahrens
2020-07-31
2
-3
/
+27
*
ZTS: minor improvements to alloc_class_009_pos functional test
Don Brady
2020-07-30
1
-4
/
+15
*
Use correct prefix for share/pam-configs
Ryan Moeller
2020-07-30
2
-5
/
+8
*
Fix error handling of vdev_top_zap
Matthew Ahrens
2020-07-29
1
-2
/
+10
*
Verify zfs module loaded before starting services
Jonathon
2020-07-29
3
-0
/
+3
*
Rename refcount.h to zfs_refcount.h
Matthew Macy
2020-07-29
40
-40
/
+28
*
Introduce names for ZTHRs
Serapheim Dimitropoulos
2020-07-29
8
-23
/
+43
*
Prefix zfs internal endian checks with _ZFS
Matthew Macy
2020-07-28
23
-240
/
+99
*
Fix lua stack overflow on recursive call to gsub()
Matthew Ahrens
2020-07-27
12
-2
/
+113
*
Refactor ccompile.h to not include system headers
Matthew Macy
2020-07-25
39
-140
/
+223
*
Make use of ZFS_DEBUG consistent within kmod sources
Matthew Macy
2020-07-25
19
-34
/
+39
*
FreeBSD: Fixes required to build ZFS on PowerPC
Matthew Macy
2020-07-25
3
-3
/
+18
*
FreeBSD: Remove accidental ARC size limiter
Ryan Moeller
2020-07-25
1
-0
/
+1
*
FreeBSD: Implement arc_free_memory
Ryan Moeller
2020-07-25
1
-3
/
+2
*
Add gang ABD child to parent gang ABD
Brian Atkinson
2020-07-24
1
-1
/
+55
*
Limit dbuf cache sizes based only on ARC target size by default
Ryan Moeller
2020-07-24
2
-34
/
+34
*
remove kmem_cache module parameter KMC_EXPIRE_AGE
Matthew Ahrens
2020-07-24
2
-128
/
+9
*
Add support to decode a resume token
tony-zfs
2020-07-23
7
-1
/
+127
*
Annotate unused parameters on inline definitions as such
Kyle Evans
2020-07-23
2
-4
/
+6
[next]