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
*
Fix memory allocation issue for BLAKE3 context
Tino Reichardt
2022-06-21
2
-4
/
+15
*
Reduce ZIO io_lock contention on sorted scrub
Alexander Motin
2022-06-15
1
-4
/
+15
*
Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user property
Allan Jude
2022-06-14
4
-16
/
+16
*
Improve sorted scan memory accounting
Alexander Motin
2022-06-10
1
-2
/
+5
*
Introduce BLAKE3 checksums as an OpenZFS feature
Tino Reichardt
2022-06-08
4
-0
/
+438
*
Remove wrong assertion in log spacemap
Alexander Motin
2022-06-01
1
-6
/
+0
*
Fix typo in zil_commit() comment block
Allan Jude
2022-05-31
1
-1
/
+1
*
Fix inflated quiesce time caused by lwb_tx during zil_commit()
Kevin Jin
2022-05-26
1
-20
/
+69
*
More speculative prefetcher improvements
Alexander Motin
2022-05-25
2
-88
/
+111
*
Cancel in-progress rebuilds when we finish removal
Paul Dagnelie
2022-05-25
1
-0
/
+2
*
Refactor Log Size Limit
Alexander Motin
2022-05-24
2
-27
/
+48
*
Tiered early abort, zstd edition
Rich Ercolani
2022-05-24
1
-1
/
+1
*
Verify BPs in spa_load_verify_cb() and dsl_scan_visitbp()
Brian Behlendorf
2022-05-20
3
-24
/
+31
*
Expose zpool guids through kstats
Andrew
2022-05-18
1
-0
/
+48
*
linux: spl: generic: ddi_strto*: match solaris ddi_strto*(9)
наб
2022-05-13
1
-2
/
+2
*
Fix functions without a prototype
Aidan Harris
2022-05-06
1
-1
/
+1
*
Corrected edge case in uncompressed ARC->L2ARC handling
Rich Ercolani
2022-05-04
1
-8
/
+19
*
Improve mg_aliquot math
Alexander Motin
2022-05-04
1
-4
/
+5
*
Reduce dbuf_find() lock contention
Brian Behlendorf
2022-05-04
2
-15
/
+15
*
Speed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simultaneously
Shaan Nobee
2022-05-03
1
-0
/
+2
*
Add missing replay entry in zvol_replay_vector for TX_SETSAXATTR
Jitendra Patidar
2022-05-02
1
-0
/
+1
*
Default zfs_max_recordsize to 16M
Rich Ercolani
2022-04-28
2
-21
/
+13
*
Improve log spacemap load time
Alexander Motin
2022-04-26
6
-141
/
+235
*
Improve zpool status output, list all affected datasets
George Amanakis
2022-04-25
5
-66
/
+896
*
linux: module: weld all but spl.ko into zfs.ko
наб
2022-04-20
1
-158
/
+0
*
Improve the inline descriptions of the ARC module parameters
Allan Jude
2022-04-20
1
-10
/
+10
*
module: zfs: vdev_removal: remove unused num_indirect
наб
2022-04-13
1
-3
/
+0
*
Prefer ATTR_ in shared codebase over AT_
Jorgen Lundman
2022-04-05
1
-3
/
+3
*
module: zfs: dsl_bookmark: silence false-positive maybe-uninitialised
наб
2022-03-28
1
-3
/
+2
*
Switch from _Noreturn to __attribute__((noreturn))
Brian Behlendorf
2022-03-23
13
-29
/
+30
*
module: zfs: arc: hdr_full_crypt_dest: drop unevaulated-only variable
наб
2022-03-18
1
-3
/
+3
*
Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>
наб
2022-03-15
1
-1
/
+0
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
52
-324
/
+316
*
module: zfs: zio_inject: zio_match_handler: don't << -1
наб
2022-03-13
1
-1
/
+2
*
Add physical device size to SIZE column in 'zpool list -v'
Akash B
2022-03-08
1
-0
/
+1
*
Fix ENOSPC when unlinking multiple files from full pool
Brian Behlendorf
2022-03-08
2
-6
/
+20
*
Use _Noreturn (C11; GNU89) properly
Alejandro Colomar
2022-03-04
13
-28
/
+28
*
log xattr=sa create/remove/update to ZIL
Jitendra Patidar
2022-02-22
4
-2
/
+218
*
Correct compilation errors reported by GCC 10/11
Damian Szuberski
2022-02-20
1
-7
/
+5
*
module: zfs: zcp_get: fix uninitialised warning
наб
2022-02-18
1
-1
/
+1
*
module: mark arguments used
наб
2022-02-18
12
-94
/
+58
*
Enable encrypted raw sending to pools with greater ashift
George Amanakis
2022-02-16
1
-1
/
+7
*
module: icp: rip out insane crypto_req_handle_t mechanism, inline KM_SLEEP
наб
2022-02-15
1
-2
/
+2
*
module: icp: fold away all key formats except CRYPTO_KEY_RAW
наб
2022-02-15
2
-3
/
+0
*
module: icp: remove unused CRYPTO_ALWAYS_QUEUE
наб
2022-02-15
1
-4
/
+4
*
Add spa _os() hooks
Jorgen Lundman
2022-02-15
1
-0
/
+11
*
Avoid dirtying the final TXGs when exporting a pool
George Amanakis
2022-02-15
1
-17
/
+43
*
Rename fallthrough to zfs_fallthrough
Jorgen Lundman
2022-02-15
6
-12
/
+12
*
Silence uninitialized warnings in dsl_dataset.c
Rich Ercolani
2022-02-14
1
-6
/
+6
*
Receive checks should allow unencrypted child datasets
Attila Fülöp
2022-02-09
1
-1
/
+9
[next]