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
/
module
Commit message (
Expand
)
Author
Age
Files
Lines
*
OpenZFS 9486 - reduce memory used by device removal on fragmented pools
Matthew Ahrens
2018-05-24
4
-48
/
+261
*
OpenZFS 9189 - Add debug to vdev_label_read_config when txg check fails
Pavel Zakharov
2018-05-14
2
-3
/
+12
*
OpenZFS 9191 - dump vdev tree to zfs_dbgmsg when spa load fails due to missi...
Pavel Zakharov
2018-05-14
1
-0
/
+2
*
OpenZFS 9187 - racing condition between vdev label and spa_last_synced_txg in...
Pavel Zakharov
2018-05-14
1
-1
/
+4
*
Ignore *.o.ur-safe build artifacts
Brian Behlendorf
2018-05-13
2
-0
/
+3
*
module param callbacks check for initialized spa
Olaf Faaland
2018-05-11
2
-12
/
+15
*
Unify behavior of deadman parameters
Tim Chase
2018-05-08
1
-6
/
+52
*
Clear vdev_faulted
Tim Chase
2018-05-08
1
-0
/
+2
*
OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov
2018-05-08
8
-510
/
+1045
*
OpenZFS 8962 - zdb should work on non-idle pools
Pavel Zakharov
2018-05-08
1
-2
/
+18
*
OpenZFS 8961 - SPA load/import should tell us why it failed
Pavel Zakharov
2018-05-08
5
-74
/
+277
*
OpenZFS 9256 - zfs send space estimation off by > 10% on some datasets
Paul Dagnelie
2018-05-08
1
-2
/
+15
*
Fix 'zpool create -t <tempname>'
LOLi
2018-05-07
1
-2
/
+8
*
ZTS: Re-enable MMP tests
Brian Behlendorf
2018-05-07
1
-0
/
+1
*
OpenZFS 9421, 9422 - zdb show possibly leaked objects
Paul Dagnelie
2018-05-04
1
-0
/
+11
*
OpenZFS 9443 - panic when scrub a v10 pool
Matthew Ahrens
2018-05-04
1
-1
/
+2
*
Add support for decryption faults in zinject
Tom Caputi
2018-05-02
5
-98
/
+121
*
RHEL 7.5 compat: FMODE_KABI_ITERATE
Brian Behlendorf
2018-05-02
3
-23
/
+27
*
Fix inst_num overflow in qat_crypt.c
Brian Behlendorf
2018-05-01
2
-11
/
+8
*
Fix issues found with zfs diff
Tom Caputi
2018-05-01
2
-6
/
+25
*
Silence compile-time warning on unused variable
Tomohiro Kusumi
2018-05-01
1
-2
/
+1
*
Adopt pyzfs from ClusterHQ
loli10K
2018-05-01
2
-4
/
+4
*
OpenZFS 9434 - Speculative prefetch is blocked by device removal code
Alexander Motin
2018-04-30
1
-0
/
+1
*
OpenZFS 9236 - nuke spa_dbgmsg
Matthew Ahrens
2018-04-30
3
-12
/
+4
*
Fix CONFIG_GCC_PLUGIN_RANDSTRUCT build
Mark Wright
2018-04-20
1
-2
/
+2
*
Fix ENOSPC in "Handle zap_add() failures in ..."
Chunwei Chen
2018-04-18
5
-32
/
+130
*
Fix issues with raw sends of spill blocks
Tom Caputi
2018-04-17
1
-2
/
+4
*
Fix object reclaim when using large dnodes
Tom Caputi
2018-04-17
3
-5
/
+5
*
assertion in arc_release() during encrypted receive
Matthew Ahrens
2018-04-17
4
-209
/
+92
*
OpenZFS 9192 - explicitly pass good_writes to vdev_uberblock/label_sync
Matthew Ahrens
2018-04-17
1
-11
/
+17
*
OpenZFS 9280 - Assertion failure while running removal_with_ganging test with...
Matt Ahrens
2018-04-17
1
-5
/
+7
*
Revert "OpenZFS 9036 - zfs: duplicate 'const' declaration specifier"
megari
2018-04-16
1
-2
/
+2
*
OpenZFS 7638 - Refactor spa_load_impl into several functions
Pavel Zakharov
2018-04-16
1
-163
/
+469
*
Avoid Linux hung task message in ZTHR
Tim Chase
2018-04-15
1
-1
/
+1
*
OpenZFS 9213 - zfs: sytem typo
Toomas Soome
2018-04-15
1
-1
/
+1
*
OpenZFS 9036 - zfs: duplicate 'const' declaration specifier
Toomas Soome
2018-04-14
1
-2
/
+2
*
OpenZFS 9084 - spa_*_ashift must ignore spare devices
Prakash Surya
2018-04-14
1
-8
/
+0
*
OpenZFS 9080 - recursive enter of vdev_indirect_rwlock from vdev_indirect_rem...
Serapheim Dimitropoulos
2018-04-14
1
-20
/
+91
*
OpenZFS 9079 - race condition in starting and ending condensing thread for in...
Serapheim Dimitropoulos
2018-04-14
4
-65
/
+399
*
Optimize possible split block search space
Brian Behlendorf
2018-04-14
1
-35
/
+89
*
OpenZFS 9290 - device removal reduces redundancy of mirrors
Matthew Ahrens
2018-04-14
9
-218
/
+829
*
OpenZFS 7614, 9064 - zfs device evacuation/removal
Matthew Ahrens
2018-04-14
46
-746
/
+6145
*
Allow mounting datasets more than once
Seth Forshee
2018-04-13
1
-6
/
+59
*
Fix zfs_arc_max minimum tuning
beren12
2018-04-12
1
-1
/
+1
*
Fix race in dnode_check_slots_free()
Tom Caputi
2018-04-10
4
-11
/
+38
*
Linux compat 4.16: blk_queue_flag_{set,clear}
Giuseppe Di Natale
2018-04-10
1
-4
/
+4
*
Revert "Handle zap_add() failures in mixed ... "
Tony Hutter
2018-04-09
5
-141
/
+27
*
Fix 'zfs send/recv' hang with 16M blocks
Brian Behlendorf
2018-04-08
1
-4
/
+12
*
Fixes for SNPRINTF_BLKPTR with encrypted BP's
Matthew Ahrens
2018-04-06
1
-11
/
+1
*
Fix divide-by-zero in mmp_delay_update()
Olaf Faaland
2018-04-06
1
-1
/
+1
[next]