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
path:
root
/
module
/
zfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
cppcheck: (warning) Possible null pointer dereference: dnp
Brian Behlendorf
2019-12-18
1
-0
/
+1
*
Minor performance fix for NEON RAID-Z
Romain Dolbeau
2019-12-17
1
-4
/
+2
*
Fix zfs_xattr_owner_unlinked on FreeBSD and comment
Matthew Macy
2019-12-16
2
-0
/
+18
*
Allow empty ds_props_obj to be destroyed
Tom Caputi
2019-12-13
1
-2
/
+19
*
Make zfs_replay.c work on FreeBSD
Matthew Macy
2019-12-13
1
-11
/
+23
*
Fix use-after-free of vd_path in spa_vdev_remove()
Matthew Ahrens
2019-12-11
1
-11
/
+11
*
Relocate common quota functions to shared code
Ryan Moeller
2019-12-11
5
-0
/
+498
*
Add FreeBSD jail support hooks
Matthew Macy
2019-12-11
1
-1
/
+3
*
Eliminate Linux specific inode usage from common code
Matthew Macy
2019-12-11
3
-48
/
+49
*
zio_decompress_data always ASSERTs successful decompression
Paul Zuchowski
2019-12-10
1
-1
/
+0
*
Abstract away platform specific superblock references
Matthew Macy
2019-12-10
1
-5
/
+5
*
Exclude data from cores unconditionally and metadata conditionally
Matthew Macy
2019-12-09
1
-2
/
+11
*
Mark dsl_dataset_deactivate_feature_impl static
Matthew Macy
2019-12-09
1
-1
/
+1
*
Disable EDONR on FreeBSD
Matthew Macy
2019-12-05
1
-0
/
+4
*
Refactor deadman set failmode to be cross platform
Matthew Macy
2019-12-05
1
-11
/
+9
*
Replace ASSERTV macro with compiler annotation
Matthew Macy
2019-12-05
22
-52
/
+53
*
Fix use-after-free in case of L2ARC prefetch failure
Alexander Motin
2019-12-03
1
-3
/
+16
*
Wrap module_param_call() routines under __linux__
Matthew Macy
2019-12-03
1
-1
/
+1
*
Mark write_record static
Matthew Macy
2019-12-03
1
-1
/
+1
*
Move zfs_cmd_t copyin/copyout to platform code
Matthew Macy
2019-12-02
1
-20
/
+7
*
Prevent unnecessary resilver restarts
jwpoduska
2019-11-27
3
-83
/
+107
*
Add zfs_file_* interface, remove vnodes
Matthew Macy
2019-11-21
12
-151
/
+126
*
Improve logging of 128KB writes
Alexander Motin
2019-11-11
1
-7
/
+13
*
Move platform specific parts of zfs_znode.h to platform code
Matthew Macy
2019-11-06
1
-0
/
+15
*
Enable use of DTRACE_PROBE* macros in "spl" module
Prakash Surya
2019-11-01
13
-13
/
+13
*
Prefix struct rangelock
Matthew Macy
2019-11-01
1
-45
/
+51
*
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
1
-76
/
+11
*
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
2
-32
/
+37
*
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
1
-0
/
+10
*
Remove sdt.h
Matthew Macy
2019-10-25
1
-1
/
+0
*
Linux 4.14, 4.19, 5.0+ compat: SIMD save/restore
Brian Behlendorf
2019-10-24
3
-27
/
+15
*
Don't call arc_buf_destroy on unallocated arc_buf
chrisrd
2019-10-23
1
-4
/
+5
*
OpenZFS restructuring - ARC memory pressure
Matthew Macy
2019-10-18
1
-438
/
+22
*
Make zfsdev_getminor signature cross platform
Matthew Macy
2019-10-16
1
-6
/
+1
*
Move linux specific mmp module_param_call handler to platform code
Matthew Macy
2019-10-16
1
-28
/
+0
*
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
1
-33
/
+0
*
Move zio_delay_interrupt to platform code
Matthew Macy
2019-10-13
1
-71
/
+0
*
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
*
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
1
-0
/
+10
*
Move get_temporary_prop to platform code
Matthew Macy
2019-10-10
1
-81
/
+7
*
Add kmem cache accessors
Matthew Macy
2019-10-10
1
-4
/
+5
[next]