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
*
Fixing gang ABD when adding another gang
Brian Atkinson
2021-01-28
1
-8
/
+6
*
ZTS: add userspace_send_encrypted.ksh to Makefile
George Melikov
2021-01-28
1
-1
/
+2
*
fix abd_nr_pages_off for gang abd
Matthew Ahrens
2021-01-28
2
-33
/
+40
*
Avoid updating the L2ARC device header unnecessarily
George Amanakis
2021-01-28
1
-1
/
+3
*
Removing ABD Parent Child Reference Before Freeing ABD
Brian Atkinson
2021-01-28
1
-12
/
+10
*
Add zdb -r <dataset> <object-id | file> <output>
Allan Jude
2021-01-27
7
-15
/
+240
*
Revert special case code from pre-hashtable nvlist era
Mark Maybee
2021-01-27
2
-22
/
+6
*
Fix zrele race in zrele_async that can cause hang
Paul Dagnelie
2021-01-27
1
-12
/
+22
*
ZTS: pool_state test check for pool existence in cleanup
George Melikov
2021-01-27
1
-8
/
+10
*
Fix a resource leak in uu_avl_pool_destroy
Alan Somers
2021-01-26
1
-0
/
+1
*
Parallelize vdev_validate
Alan Somers
2021-01-26
3
-3
/
+41
*
Read all disk labels concurrently in vdev_label_read_config
Alan Somers
2021-01-26
1
-14
/
+21
*
Parallelize vdev_load
Alan Somers
2021-01-26
3
-3
/
+46
*
Fix a man page link in zfs-program.8
Alan Somers
2021-01-26
1
-2
/
+2
*
cppcheck: integrete cppcheck
Brian Behlendorf
2021-01-26
42
-30
/
+236
*
cppcheck: return value always 0
Brian Behlendorf
2021-01-26
1
-1
/
+1
*
cppcheck: remove redundant ASSERTs
Brian Behlendorf
2021-01-26
2
-5
/
+0
*
cppcheck: resolve double free
Brian Behlendorf
2021-01-26
1
-0
/
+1
*
cppcheck: zpool_main.c possible null pointer dereference
Brian Behlendorf
2021-01-26
1
-1
/
+1
*
RAIDZ2/3 fails to heal silently corrupted parity w/2+ bad disks
Matthew Ahrens
2021-01-26
4
-12
/
+202
*
ZTS: zpool_export test improvements
Will Andrews
2021-01-26
8
-89
/
+53
*
dracut: Fix race condition between load-key and import
Lorenz Hüdepohl
2021-01-26
1
-0
/
+8
*
spa_export_common: refactor common exit points
Will Andrews
2021-01-25
1
-11
/
+12
*
ZTS: improve output clarity of check_prop_source
Will Andrews
2021-01-25
1
-6
/
+8
*
ZTS: remove duplicate check_prop_source from zfs_receive
Will Andrews
2021-01-25
1
-25
/
+0
*
logapi: cat output file instead of printing
Will Andrews
2021-01-25
1
-3
/
+3
*
spl-taskq: Make sure thread tsd hash entry is cleared
Matthew Macy
2021-01-25
1
-0
/
+1
*
Speed up "zpool import" in the presence of many zvols
Alan Somers
2021-01-24
1
-5
/
+15
*
zfsprops.8: fix mispluralisation in "Default values is"
наб
2021-01-24
1
-1
/
+1
*
ZTS: Use swapctl to list swap devices on FreeBSD
Ryan Moeller
2021-01-24
1
-0
/
+2
*
vdev_id: Add error message when $CONFIG is missing
Arshad Hussain
2021-01-23
1
-0
/
+1
*
Fix two minor lint errors (cppcheck)
Colm
2021-01-23
2
-4
/
+5
*
Relax special_small_blocks assertion.
Alexander Motin
2021-01-23
1
-1
/
+1
*
Add basic io_uring test
Matthew Macy
2021-01-23
4
-1
/
+75
*
FreeBSD: upstream changes to VFS interface
Ryan Moeller
2021-01-23
1
-2
/
+4
*
FreeBSD: fix HEAD build, conditionally remove FDSYNC defines
Matt Macy
2021-01-23
8
-4
/
+117
*
Only add supported features during pool creation
Brian Behlendorf
2021-01-22
2
-4
/
+50
*
Set aside a metaslab for ZIL blocks
Matthew Ahrens
2021-01-21
14
-104
/
+358
*
dracut: Support /usr/bin as 'systemctl' path
Lorenz Hüdepohl
2021-01-21
2
-2
/
+2
*
Install zgenhostid to sbindir
Antonio Russo
2021-01-21
3
-4
/
+4
*
zpool: speed up importing large pools (#11469)
Alan Somers
2021-01-21
1
-1
/
+1
*
libzutil: optimize zpool_read_label with AIO
Alan Somers
2021-01-21
2
-11
/
+45
*
libzutil: don't read extraneous data in zpool_read_label
Alan Somers
2021-01-21
1
-5
/
+6
*
Linux 5.10 compat: restore custom uio_prefaultpages()
Brian Behlendorf
2021-01-21
1
-11
/
+44
*
Extending FreeBSD UIO Struct
Brian Atkinson
2021-01-20
37
-457
/
+521
*
allow callers to allocate and provide the abd_t struct
Matthew Ahrens
2021-01-20
16
-295
/
+261
*
Re-apply path sanitizer, as mount(8) still mangles it
sterlingjensen
2021-01-19
2
-3
/
+32
*
ZTS: avoid piping to special devices
Antonio Russo
2021-01-19
14
-33
/
+33
*
libzfs_sendrecv: Use fnv* to verify nvlist/nvpair*
Ryan Moeller
2021-01-14
1
-110
/
+95
*
ztest: Clean up use of ASSERT and VERIFY
Ryan Moeller
2021-01-12
1
-125
/
+126
[next]