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
...
*
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
5
-2
/
+132
*
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
4
-11
/
+67
*
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
12
-467
/
+552
*
Add FreeBSD jail support hooks
Matthew Macy
2019-12-11
11
-9
/
+254
*
Eliminate Linux specific inode usage from common code
Matthew Macy
2019-12-11
18
-333
/
+346
*
zio_decompress_data always ASSERTs successful decompression
Paul Zuchowski
2019-12-10
6
-59
/
+205
*
SIMD: Use alloc_pages_node to force alignment
Fabian-Gruenbichler
2019-12-10
1
-6
/
+17
*
Abstract away platform specific superblock references
Matthew Macy
2019-12-10
3
-5
/
+19
*
ZTS: Fixes for spurious failures of resilver_restart_001 test
John Poduska
2019-12-10
1
-12
/
+18
*
Exclude data from cores unconditionally and metadata conditionally
Matthew Macy
2019-12-09
2
-2
/
+12
*
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
*
Fixes typo from #9681
Kjeld Schouten
2019-12-09
1
-1
/
+1
*
Disable sysfs feature checks on FreeBSD
Matthew Macy
2019-12-06
2
-2
/
+8
*
Set send_realloc_files.ksh to use properties.shlib
Kjeld Schouten
2019-12-06
1
-1
/
+2
*
ICP: Fix out of bounds write
Attila Fülöp
2019-12-06
1
-1
/
+3
*
Fix codecov ignore, wrong syntax
Kjeld Schouten
2019-12-06
1
-1
/
+1
*
Remove stale ASSERTV comment
Matthew Macy
2019-12-06
1
-1
/
+0
*
Disable EDONR on FreeBSD
Matthew Macy
2019-12-05
10
-7
/
+45
*
Add ZFS_IOC offsets for FreeBSD
Matthew Macy
2019-12-05
2
-21
/
+31
*
Refactor deadman set failmode to be cross platform
Matthew Macy
2019-12-05
4
-12
/
+25
*
Replace ASSERTV macro with compiler annotation
Matthew Macy
2019-12-05
28
-61
/
+66
*
Fix reporting of L2ARC hits/misses in arc_summary3
George Amanakis
2019-12-04
1
-2
/
+2
*
Refactor zfs_context.h to build on FreeBSD
Matthew Macy
2019-12-04
6
-26
/
+38
*
Refactor compression algorithm selection for tests
Kjeld Schouten
2019-12-04
13
-91
/
+50
*
Fix zdb_read_block using zio after it is destroyed
Paul Zuchowski
2019-12-03
1
-1
/
+6
*
ICP: Fix null pointer dereference and use after free
Attila Fülöp
2019-12-03
2
-4
/
+9
*
Codecov tweaks
Kjeld Schouten
2019-12-03
1
-1
/
+5
*
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
4
-7
/
+17
*
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
3
-8
/
+8
*
Adapt gitignore for modules
Michael Niewöhner
2019-12-02
2
-12
/
+1
*
Move zfs_cmd_t copyin/copyout to platform code
Matthew Macy
2019-12-02
3
-22
/
+25
*
Add FreeBSD required defines to mntent.h
Matthew Macy
2019-11-30
1
-0
/
+9
*
Restructure nvlist_nv_alloc to work on FreeBSD
Matthew Macy
2019-11-30
1
-3
/
+3
*
Add FreeBSD code to arc_summary and arcstat
Ryan Moeller
2019-11-30
3
-6
/
+77
*
Make asm-x86_64/atomic.S build on FreeBSD
Matthew Macy
2019-11-30
1
-1
/
+5
*
Mark Linux fallocate extensions as specific to Linux
Matthew Macy
2019-11-30
2
-3
/
+9
*
Add FreeBSD support to zio_crypto.h
Matthew Macy
2019-11-30
1
-1
/
+17
*
Resolve ZoF differences in zfs_ioctl.h
Matthew Macy
2019-11-30
2
-2
/
+1
*
ZTS: Fix attach-o_ashift.ksh for multiple platforms
Igor K
2019-11-27
1
-1
/
+1
*
Minor diff reduction with ZoF in include/sys
Matthew Macy
2019-11-27
5
-6
/
+11
*
Fix encryption logic in systemd mount generator
InsanePrawn
2019-11-27
1
-50
/
+57
*
Fix non-absolute path in systemd mount generator
InsanePrawn
2019-11-27
1
-1
/
+1
*
Fix small typo in systemd mount generator
InsanePrawn
2019-11-27
1
-1
/
+1
[prev]
[next]