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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework of fletcher_4 module
Gvozden Neskovic
2016-08-16
1
-1
/
+1
*
Fletcher4 implementation using avx512f instruction set
Gvozden Neskovic
2016-08-16
1
-0
/
+1
*
OpenZFS 5997 - FRU field not set during pool creation and never updated
Hans Rosenfeld
2016-08-12
4
-271
/
+1
*
Fix indefinite article
GeLiXin
2016-08-11
2
-3
/
+3
*
Build user-space with different gcc optimization levels
Gvozden Neskovic
2016-08-09
3
-4
/
+4
*
Fix call zfs_get_name() with invalid parameter
GeLiXin
2016-08-08
1
-1
/
+1
*
Fix memory leak in function add_config()
liaoyuxiangqin
2016-08-01
1
-1
/
+5
*
libzfs_import.c: Uninitialized pointer read
Gvozden Neskovic
2016-07-29
1
-0
/
+1
*
libzfs: Fix missing va_end call on ENOSPC and EDQUOT cases
Colin Ian King
2016-07-29
1
-1
/
+1
*
Multi-thread 'zpool import' for blkid
Brian Behlendorf
2016-07-27
1
-414
/
+326
*
Fixes for issues found with cppcheck tool
Gvozden Neskovic
2016-07-27
4
-3
/
+9
*
Illumos Crypto Port module added to enable native encryption in zfs
Tom Caputi
2016-07-20
8
-32
/
+200
*
Implementation of SSE optimized Fletcher-4
Tyler J. Stachecki
2016-07-15
1
-0
/
+1
*
Add RAID-Z routines for SSE2 instruction set, in x86_64 mode.
Gvozden Neskovic
2016-07-13
1
-1
/
+2
*
OpenZFS 6876 - Stack corruption after importing a pool with a too-long name
Paul Dagnelie
2016-06-28
1
-1
/
+6
*
OpenZFS 6314 - buffer overflow in dsl_dataset_name
Igor Kozhukhov
2016-06-28
8
-55
/
+58
*
Implement zfs_ioc_recv_new() for OpenZFS 2605
Brian Behlendorf
2016-06-28
2
-179
/
+298
*
OpenZFS 4986 - receiving replication stream fails if any snapshot exceeds ref...
Dan McDonald
2016-06-28
1
-9
/
+34
*
OpenZFS 6051 - lzc_receive: allow the caller to read the begin record
Brian Behlendorf
2016-06-28
1
-7
/
+35
*
OpenZFS 2605, 6980, 6902
Matthew Ahrens
2016-06-28
5
-106
/
+452
*
Implement large_dnode pool feature
Ned Bass
2016-06-24
1
-0
/
+1
*
SIMD implementation of vdev_raidz generate and reconstruct routines
Gvozden Neskovic
2016-06-21
1
-0
/
+4
*
Remove libzfs_graph.c
Brian Behlendorf
2016-06-16
2
-654
/
+0
*
Add `zfs allow` and `zfs unallow` support
Brian Behlendorf
2016-06-07
4
-48
/
+6
*
Implementation of AVX2 optimized Fletcher-4
Jinshan Xiong
2016-06-02
2
-0
/
+5
*
Add isa_defs for MIPS
YunQiang Su
2016-05-31
2
-2
/
+24
*
Make zpool list -vp print individual vdev sizes parsable.
Christer Ekholm
2016-05-18
1
-3
/
+11
*
Revert "zhack: Add 'feature disable' command"
Brian Behlendorf
2016-05-17
1
-0
/
+2
*
zhack: Add 'feature disable' command
Brian Behlendorf
2016-05-17
1
-2
/
+0
*
Use zfs range locks in ztest
Boris Protopopov
2016-05-17
1
-0
/
+1
*
OpenZFS 6739 - assumption in cv_timedwait_hires
Denys Rtveliashvili
2016-05-15
1
-26
/
+24
*
Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queues
Tony Hutter
2016-05-12
5
-16
/
+134
*
Fixes bug in fix_paths()
Marcel Huber
2016-05-12
1
-1
/
+1
*
OpenZFS 3993, 4700
Adam Stevko
2016-05-11
2
-20
/
+13
*
OpenZFS 6873 - zfs_destroy_snaps_nvl leaks errlist
Chris Williamson
2016-05-09
1
-2
/
+5
*
OpenZFS 6879 - Incorrect endianness swap
Denys Rtveliashvili
2016-05-09
1
-1
/
+1
*
OpenZFS 6672 - arc_reclaim_thread() should use gethrtime()
David Quigley
2016-05-06
1
-0
/
+9
*
taskq_create() calls thread_create() with wrong arguments
Denys Rtveliashvili
2016-05-05
1
-1
/
+1
*
Add support for libtirpc
Brian Behlendorf
2016-04-28
7
-132
/
+30
*
Illumos 6659 - nvlist_free(NULL) is a no-op
Josef 'Jeff' Sipek
2016-04-27
5
-24
/
+12
*
Fix 'zpool import' blkid device names
Brian Behlendorf
2016-04-25
1
-19
/
+123
*
Disable efi_debug in --enable-debug builds
Brian Behlendorf
2016-04-25
1
-4
/
+0
*
Use udev for partition detection
Brian Behlendorf
2016-04-25
2
-27
/
+118
*
Create unique partition labels
Brian Behlendorf
2016-04-25
1
-1
/
+27
*
Add pn_alloc()/pn_free() functions
Brian Behlendorf
2016-04-21
1
-0
/
+1
*
Rework zpool import excluded devices check
Nikolay Borisov
2016-04-18
1
-26
/
+16
*
Make zfs mount according to relatime config in dataset
Chunwei Chen
2016-04-05
1
-0
/
+8
*
Add support for devid and phys_path keys in vdev disk labels
Don Brady
2016-03-31
4
-107
/
+336
*
Remove complicated libspl assert wrappers
Brian Behlendorf
2016-03-30
1
-46
/
+36
*
Move hrtime_t timestruc_t and timespec_t
Carlo Landmeter
2016-03-29
2
-4
/
+5
[next]