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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "zpool add -n" for dedup, special and log devices
loli10K
2020-01-06
2
-3
/
+7
*
Fix QAT allocation failure return value
Brian Behlendorf
2020-01-06
1
-15
/
+18
*
Static symbols exported by ICP
Brian Behlendorf
2020-01-02
1
-2
/
+0
*
Avoid some crashes when importing a pool with corrupt metadata
Steve Mokris
2019-12-26
1
-3
/
+11
*
Cancel initialize and TRIM before vdev_metaslab_fini()
Brian Behlendorf
2019-12-26
1
-6
/
+7
*
cppcheck: (warning) Possible null pointer dereference: nvh
Brian Behlendorf
2019-12-18
1
-1
/
+3
*
cppcheck: (error) Address of local auto-variable assigned
Brian Behlendorf
2019-12-18
2
-0
/
+2
*
cppcheck: (warning) Possible null pointer dereference: dnp
Brian Behlendorf
2019-12-18
1
-0
/
+1
*
cppcheck: (error) Shifting signed 64-bit value by 63 bits
Ubuntu
2019-12-18
1
-0
/
+2
*
cppcheck: (error) Uninitialized variable
Ubuntu
2019-12-18
8
-22
/
+23
*
cppcheck: (error) Uninitialized variable
Ubuntu
2019-12-18
2
-11
/
+6
*
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
*
Don't fail to apply umask for O_TMPFILE files
Tomohiro Kusumi
2019-12-13
1
-0
/
+6
*
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
3
-11
/
+65
*
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
8
-455
/
+503
*
Add FreeBSD jail support hooks
Matthew Macy
2019-12-11
2
-1
/
+8
*
Eliminate Linux specific inode usage from common code
Matthew Macy
2019-12-11
14
-311
/
+321
*
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
2
-5
/
+17
*
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
*
ZTS: Fix zpool_reopen_001_pos
Brian Behlendorf
2019-12-09
1
-10
/
+25
*
Disable sysfs feature checks on FreeBSD
Matthew Macy
2019-12-06
2
-2
/
+8
*
ICP: Fix out of bounds write
Attila Fülöp
2019-12-06
1
-1
/
+3
*
Disable EDONR on FreeBSD
Matthew Macy
2019-12-05
3
-3
/
+26
*
Refactor deadman set failmode to be cross platform
Matthew Macy
2019-12-05
2
-11
/
+22
*
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
[next]