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
path:
root
/
module
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace ASSERTV macro with compiler annotation
Matthew Macy
2019-12-05
23
-55
/
+56
*
ICP: Fix null pointer dereference and use after free
Attila Fülöp
2019-12-03
2
-4
/
+9
*
Fix use-after-free in case of L2ARC prefetch failure
Alexander Motin
2019-12-03
1
-3
/
+16
*
Increase allowed 'special_small_blocks' maximum value
Brian Behlendorf
2019-12-03
1
-1
/
+1
*
Wrap module_param_call() routines under __linux__
Matthew Macy
2019-12-03
2
-2
/
+2
*
Mark write_record static
Matthew Macy
2019-12-03
1
-1
/
+1
*
Move linux qsort def to platform header
Matthew Macy
2019-12-03
2
-7
/
+3
*
Adapt gitignore for modules
Michael Niewöhner
2019-12-02
1
-0
/
+1
*
Move zfs_cmd_t copyin/copyout to platform code
Matthew Macy
2019-12-02
2
-21
/
+24
*
Restructure nvlist_nv_alloc to work on FreeBSD
Matthew Macy
2019-11-30
1
-3
/
+3
*
Mark Linux fallocate extensions as specific to Linux
Matthew Macy
2019-11-30
1
-3
/
+5
*
Resolve ZoF differences in zfs_ioctl.h
Matthew Macy
2019-11-30
1
-1
/
+0
*
Remove zfs_vdev_elevator module option
Brian Behlendorf
2019-11-27
1
-111
/
+19
*
Prevent unnecessary resilver restarts
jwpoduska
2019-11-27
3
-83
/
+107
*
Check for unlinked znodes after igrab()
Mauricio Faria de Oliveira
2019-11-21
1
-5
/
+7
*
Add zfs_file_* interface, remove vnodes
Matthew Macy
2019-11-21
30
-1027
/
+701
*
Partially revert 5a6ac4c
Brian Behlendorf
2019-11-18
2
-0
/
+45
*
Break out of zfs_zget early if unlinked znode
Heitor Alves de Siqueira
2019-11-15
1
-9
/
+17
*
Prevent NULL pointer dereference in blkg_tryget() on EL8 kernels
loli10K
2019-11-13
1
-1
/
+1
*
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
3
-9
/
+38
*
Make use of kvmalloc if available and fix vmem_alloc implementation
Michael Niewöhner
2019-11-13
2
-11
/
+95
*
Add missing documentation for some KMC flags
Michael Niewöhner
2019-11-13
1
-5
/
+5
*
Linux compat: Minimum kernel version 3.10
Brian Behlendorf
2019-11-12
17
-541
/
+47
*
Remove zpl_revalidate
Pavel Snajdr
2019-11-11
2
-63
/
+30
*
Improve logging of 128KB writes
Alexander Motin
2019-11-11
1
-7
/
+13
*
Preliminary support for RV64G
Romain Dolbeau
2019-11-06
3
-0
/
+95
*
Move platform specific parts of zfs_znode.h to platform code
Matthew Macy
2019-11-06
2
-2
/
+17
*
Add tracepoints for taskq entry lifetime events
Prakash Surya
2019-11-01
2
-4
/
+18
*
Enable use of DTRACE_PROBE* macros in "spl" module
Prakash Surya
2019-11-01
19
-15
/
+48
*
Wrap Linux module macros
Matthew Macy
2019-11-01
7
-40
/
+41
*
Prefix struct rangelock
Matthew Macy
2019-11-01
4
-53
/
+59
*
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
2
-2
/
+5
*
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
3
-76
/
+117
*
Add AVX512BW variant of fletcher
Romain Dolbeau
2019-10-30
2
-0
/
+52
*
Fix 'zfs change-key' with unencrypted child
Tom Caputi
2019-10-30
1
-2
/
+6
*
Minor spa portability fixes
Matthew Macy
2019-10-28
1
-3
/
+3
*
Fix for ARC sysctls ignored at runtime
loli10K
2019-10-26
3
-32
/
+65
*
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
*
Remove sdt.h
Matthew Macy
2019-10-25
2
-2
/
+0
*
Linux 4.14, 4.19, 5.0+ compat: SIMD save/restore
Brian Behlendorf
2019-10-24
13
-195
/
+72
*
Don't call arc_buf_destroy on unallocated arc_buf
chrisrd
2019-10-23
1
-4
/
+5
*
Update skc_obj_alloc for spl kmem caches that are backed by Linux
Serapheim Dimitropoulos
2019-10-18
2
-6
/
+36
*
OpenZFS restructuring - ARC memory pressure
Matthew Macy
2019-10-18
3
-438
/
+468
*
Make zfsdev_getminor signature cross platform
Matthew Macy
2019-10-16
3
-15
/
+9
*
Move linux specific mmp module_param_call handler to platform code
Matthew Macy
2019-10-16
3
-28
/
+47
*
Add default case to lua kernel code
Matthew Macy
2019-10-16
1
-0
/
+6
[next]