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
*
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
*
Fix signature for private functions without header declarations
Matthew Macy
2019-10-16
2
-2
/
+2
*
Remove dead code and cleanup scoping in dmu_send.c
Matthew Macy
2019-10-13
1
-16
/
+5
*
Don't call sizeof on void
Paul Dagnelie
2019-10-13
1
-1
/
+1
*
Move zfs_onexit_fd_hold to platform code
Matthew Macy
2019-10-13
3
-33
/
+70
*
Move zio_delay_interrupt to platform code
Matthew Macy
2019-10-13
3
-71
/
+104
*
Typo fix in comment: dso_dryrun
chrisrd
2019-10-11
1
-1
/
+1
*
Function name and comment updates
Paul Dagnelie
2019-10-11
3
-8
/
+27
*
Remove linux/mod_compat.h from common code
Matthew Macy
2019-10-11
3
-3
/
+0
*
Expose dmu_buf_hold_array_by_dnode to platform code
Matthew Macy
2019-10-11
1
-1
/
+1
*
Fix pool creation with feature@allocation_classes disabled
loli10K
2019-10-10
2
-0
/
+38
*
Move get_temporary_prop to platform code
Matthew Macy
2019-10-10
2
-81
/
+82
*
Add kmem cache accessors
Matthew Macy
2019-10-10
2
-4
/
+19
*
Make `zil_async_to_sync` visible to platform code
Matthew Macy
2019-10-10
1
-3
/
+1
*
Fix strdup conflict on other platforms
Matthew Macy
2019-10-10
18
-71
/
+71
*
Make clang happy with vdev_raidz_ code
Matthew Macy
2019-10-10
2
-0
/
+13
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
33
-546
/
+3138
*
module/Makefile.in: don't run xargs if empty
George Melikov
2019-10-08
1
-1
/
+1
*
Fix automount for root filesystems
Brian Behlendorf
2019-10-04
1
-1
/
+2
*
Rename rangelock_ functions to zfs_rangelock_
Matthew Macy
2019-10-03
5
-77
/
+79
*
dbuf_hold_impl() cleanup to improve cached read performance
Tony Nguyen
2019-10-03
1
-154
/
+69
*
Add inode accessors to common code
Matthew Macy
2019-10-02
4
-14
/
+14
*
OpenZFS restructuring - arc_stats
Matthew Macy
2019-10-01
1
-281
/
+6
*
Enable clang to use intrinsics for lz4
Matthew Macy
2019-10-01
1
-3
/
+3
*
Timeout waiting for ZVOL device to be created
Prakash Surya
2019-10-01
2
-6
/
+14
*
OpenZFS restructuring - zfs_ioctl
Matthew Macy
2019-09-27
3
-329
/
+406
*
Add warning for zfs_vdev_elevator option removal
Brian Behlendorf
2019-09-25
1
-1
/
+8
*
OpenZFS restructuring - zvol
Matthew Macy
2019-09-25
5
-1106
/
+1180
*
diff_cb() does not handle large dnodes
loli10K
2019-09-24
1
-2
/
+3
*
Disabled resilver_defer feature leads to looping resilvers
Kody A Kantor
2019-09-22
1
-9
/
+11
*
Fix dsl_scan_ds_clone_swapped logic
Andriy Gapon
2019-09-18
1
-31
/
+69
*
Device removal of indirect vdev panics the kernel
loli10K
2019-09-16
1
-0
/
+4
*
Prevent gcc -Werror=maybe-uninitialized warnings in spa_wait_common()
loli10K
2019-09-16
1
-1
/
+1
*
Fix clone handling with encryption roots
Tom Caputi
2019-09-16
1
-19
/
+50
*
Scrubbing root pools may deadlock on kernels without elevator_change() (#9321)
loli10K
2019-09-13
1
-1
/
+1
*
Add subcommand to wait for background zfs activity to complete
John Gallagher
2019-09-13
9
-4
/
+395
*
QAT related bug fixes
Chengfei ZHu
2019-09-12
3
-27
/
+18
*
Move objnode handling to common code
Matthew Macy
2019-09-12
2
-66
/
+69
*
Enable compiler to typecheck logging
Matthew Macy
2019-09-12
9
-24
/
+30
*
OpenZFS restructuring - move linux tracing code to platform directories
Matthew Macy
2019-09-11
16
-16
/
+16
[next]