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
/
zfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
OpenZFS 9166 - zfs storage pool checkpoint
Serapheim Dimitropoulos
2018-06-26
28
-459
/
+2319
*
OpenZFS 9591 - ms_shift can be incorrectly changed
Serapheim Dimitropoulos
2018-06-21
2
-3
/
+15
*
Remove suffix from zio taskq names
Matthew Ahrens
2018-06-20
1
-8
/
+3
*
Linux 4.14 compat: blk_queue_stackable()
Brian Behlendorf
2018-06-19
1
-14
/
+11
*
Linux 4.18 compat: inode timespec -> timespec64
Brian Behlendorf
2018-06-19
7
-12
/
+13
*
Add ASSERT to debug encryption key mapping issues
Tom Caputi
2018-06-18
2
-0
/
+23
*
Add tunables for channel programs
John Gallagher
2018-06-15
1
-3
/
+15
*
Linux compat 4.18: check_disk_size_change()
Brian Behlendorf
2018-06-15
1
-144
/
+115
*
OpenZFS 9577 - remove zfs_dbuf_evict_key tsd
Matthew Ahrens
2018-06-13
3
-51
/
+42
*
Wrong error message when removing log device
Paul Zuchowski
2018-06-07
1
-1
/
+5
*
Fix preemptible warning in aggsum_add()
Brian Behlendorf
2018-06-07
1
-2
/
+5
*
Don't panic on bad SA_MAGIC in sa_build_index
Nathaniel Clark
2018-06-07
1
-1
/
+7
*
Update the correct abd in l2arc_read_done()
Tom Caputi
2018-06-06
1
-9
/
+12
*
Raw receive functions must not decrypt data
Tom Caputi
2018-06-06
4
-5
/
+21
*
OpenZFS 8484 - Implement aggregate sum and use for arc counters
Paul Dagnelie
2018-06-06
7
-85
/
+483
*
Add pool state /proc entry, "SUSPENDED" pools
Tony Hutter
2018-06-06
2
-0
/
+102
*
OpenZFS 9464 - txg_kick() fails to see that we are quiescing
Serapheim Dimitropoulos
2018-06-04
2
-7
/
+37
*
OpenZFS 9235 - rename zpool_rewind_policy_t to zpool_load_policy_t
Pavel Zakharov
2018-06-04
1
-28
/
+26
*
OpenZFS 9329 - panic in zap_leaf_lookup() due to concurrent zapification
Matthew Ahrens
2018-05-31
2
-14
/
+36
*
OpenZFS 9328 - zap code can take advantage of c99
Matthew Ahrens
2018-05-31
3
-328
/
+224
*
zpool reopen should detect expanded devices
Sara Hartse
2018-05-31
2
-13
/
+36
*
Fix zio->io_priority failed (7 < 6) assert
Tony Hutter
2018-05-29
1
-0
/
+9
*
Update build system and packaging
Brian Behlendorf
2018-05-29
68
-147
/
+67
*
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
*
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
[next]