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
*
Check for __GFP_RECLAIM instead of GFP_KERNEL
Michael Niewöhner
2019-11-13
1
-3
/
+8
*
Add kmem_cache flag for forcing kvmalloc
Michael Niewöhner
2019-11-13
5
-11
/
+43
*
Make use of kvmalloc if available and fix vmem_alloc implementation
Michael Niewöhner
2019-11-13
5
-11
/
+124
*
Add missing documentation for some KMC flags
Michael Niewöhner
2019-11-13
1
-5
/
+5
*
Fix `zpool create -o <property>` error message
Brian Behlendorf
2019-11-13
1
-2
/
+0
*
Reorganize zpool(8) man page into sections
Ross Williams
2019-11-13
37
-2446
/
+3959
*
Reorganize zfs(8) man page into sections
Ross Williams
2019-11-12
36
-4801
/
+5972
*
Add wrapper stub for zfs_cmd ioctl to libzpool
Matthew Macy
2019-11-12
6
-8
/
+44
*
Linux compat: Minimum kernel version 3.10
Brian Behlendorf
2019-11-12
102
-2965
/
+1136
*
Allow platform dependent path stripping for vdevs
Ryan Moeller
2019-11-11
3
-77
/
+85
*
Remove zpl_revalidate
Pavel Snajdr
2019-11-11
6
-89
/
+32
*
Improve logging of 128KB writes
Alexander Motin
2019-11-11
1
-7
/
+13
*
Isolate code specific to Linux in cmd/
Ryan Moeller
2019-11-11
4
-99
/
+103
*
Skip loading already loaded key
Witaut Bajaryn
2019-11-08
4
-5
/
+17
*
Add a notice in /etc/defaults/zfs for systemd users
M. Zhou
2019-11-06
1
-0
/
+6
*
Preliminary support for RV64G
Romain Dolbeau
2019-11-06
6
-3
/
+138
*
Move platform specific parts of zfs_znode.h to platform code
Matthew Macy
2019-11-06
5
-139
/
+194
*
zvol_wait should ignore redacted zvols
Pavel Zakharov
2019-11-06
1
-2
/
+6
*
Add tracepoints for taskq entry lifetime events
Prakash Surya
2019-11-01
10
-6
/
+181
*
Enable use of DTRACE_PROBE* macros in "spl" module
Prakash Surya
2019-11-01
29
-39
/
+123
*
Wrap Linux module macros
Matthew Macy
2019-11-01
13
-46
/
+119
*
Prefix struct rangelock
Matthew Macy
2019-11-01
9
-74
/
+80
*
Remove ECKSUM alias in zinject
Matthew Macy
2019-11-01
1
-2
/
+0
*
Fix icp build on FreeBSD
Matthew Macy
2019-11-01
2
-23
/
+22
*
Return an error code from zfs_acl_chmod_setattr
Matthew Macy
2019-11-01
3
-3
/
+6
*
Move sha2.h to platform code
Matthew Macy
2019-10-31
5
-5
/
+153
*
ZTS: Fix removal_with_errors
Brian Behlendorf
2019-10-31
1
-2
/
+9
*
Don't cast away const
Matthew Macy
2019-10-31
1
-1
/
+1
*
Include prototypes for vdev_initialize
Matthew Macy
2019-10-31
1
-1
/
+2
*
Factor Linux specific code out of spa_misc.c
Matthew Macy
2019-10-31
6
-77
/
+125
*
dracut/zfs-load-key.sh: properly remove prefixes
alaviss
2019-10-30
1
-1
/
+1
*
Fix contrib/zcp/Makefile.am
Brian Behlendorf
2019-10-30
1
-1
/
+1
*
Add AVX512BW variant of fletcher
Romain Dolbeau
2019-10-30
4
-1
/
+57
*
Fix 'zfs change-key' with unencrypted child
Tom Caputi
2019-10-30
2
-9
/
+18
*
Add wrapper for Linux BLKFLSBUF ioctl
Matthew Macy
2019-10-28
4
-2
/
+9
*
Minor spa portability fixes
Matthew Macy
2019-10-28
2
-3
/
+6
*
Fix zpool history unbounded memory usage
Chunwei Chen
2019-10-28
3
-26
/
+41
*
Fix for ARC sysctls ignored at runtime
loli10K
2019-10-26
10
-42
/
+178
*
Remove unneeded header from libzpool/kernel.c
Matthew Macy
2019-10-26
2
-36
/
+0
*
Fix header guard typo
Matthew Macy
2019-10-26
1
-1
/
+1
*
ZTS: Move more tests to linux.run
Ryan Moeller
2019-10-25
2
-11
/
+11
*
Remove unused headers from uu_string.c
Matthew Macy
2019-10-25
1
-2
/
+0
*
Use zfs_ioctl() in zinject.c
Matthew Macy
2019-10-25
1
-5
/
+5
*
Remove non-portable pointer is valid assert
Matthew Macy
2019-10-25
1
-1
/
+0
*
Move final zvol_remove_minors to common code
Matthew Macy
2019-10-25
2
-10
/
+10
*
Move platform dependent errno aliases
Matthew Macy
2019-10-25
5
-11
/
+22
*
Remove sdt.h
Matthew Macy
2019-10-25
8
-74
/
+34
*
Fix incremental recursive encrypted receive
Tom Caputi
2019-10-24
2
-6
/
+34
*
ZTS: Move tmpfile tests to linux.run
Ryan Moeller
2019-10-24
3
-5
/
+9
*
ZTS: Consistency pass for .ksh extensions
Ryan Moeller
2019-10-24
3
-4
/
+4
[next]