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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux 6.9: Call add_disk() from workqueue to fix zfs_allow_010_pos (#16282)
Tony Hutter
2024-06-28
1
-5
/
+97
*
FreeBSD: unregister mountroot eventhandler on unload
Mateusz Guzik
2024-06-13
1
-7
/
+14
*
FreeBSD: Update use of UMA-related symbols in arc_available_memory
bnovkov
2024-06-06
1
-10
/
+10
*
icp: remove redundant FreeBSD check
Rob Norris
2024-05-31
1
-5
/
+0
*
icp: remove unused headers
Rob Norris
2024-05-31
2
-72
/
+0
*
icp: remove skein module
Rob Norris
2024-05-31
3
-518
/
+0
*
icp: remove unused SHA2 HMAC mechanisms
Rob Norris
2024-05-31
2
-178
/
+13
*
icp: reorganise SHA2 digest mechanisms
Rob Norris
2024-05-31
2
-39
/
+11
*
icp: remove digest entry points
Rob Norris
2024-05-31
6
-455
/
+8
*
icp: remove unused KCF_ macros
Rob Norris
2024-05-31
1
-37
/
+0
*
icp: remove unusued incremental cipher methods
Rob Norris
2024-05-31
3
-514
/
+3
*
icp: brutally remove unused AES modes
Rob Norris
2024-05-31
10
-1203
/
+57
*
icp: remove unused blowfish_ctx and des_ctx
Rob Norris
2024-05-31
1
-28
/
+0
*
FreeBSD: Add const qualifier to members of struct opensolaris_utsname
Zhenlei Huang
2024-05-30
1
-4
/
+3
*
Simplify issig().
Pawel Jakub Dawidek
2024-05-29
9
-22
/
+11
*
zed: Add deadman-slot_off.sh zedlet
Brian Behlendorf
2024-05-29
1
-1
/
+9
*
Some improvements to metaslabs eviction
Alexander Motin
2024-05-29
2
-2
/
+8
*
Destroy ARC buffer in case of fill error
Alexander Motin
2024-05-24
1
-0
/
+1
*
Fix assertion in Persistent L2ARC
George Amanakis
2024-05-24
1
-1
/
+1
*
Use memset to zero stack allocations containing unions
Rob N
2024-05-24
1
-2
/
+6
*
zap: reuse zap_leaf_t on dbuf reuse after shrink
Rob N
2024-05-24
1
-9
/
+25
*
Avoid a gcc -Wint-to-pointer-cast warning
Brooks Davis
2024-05-24
1
-1
/
+1
*
Allow block cloning to be interrupted by a signal.
Pawel Jakub Dawidek
2024-05-24
1
-0
/
+5
*
FreeBSD: Add zfs_link_create() error handling
Alexander Motin
2024-05-16
3
-13
/
+43
*
dbuf: separate refcount calls for dbuf and dbuf_user
Rob N
2024-05-15
1
-9
/
+19
*
zdb/ztest: send dbgmsg output to stderr
Rob Norris
2024-05-14
2
-23
/
+21
*
zfs_dbgmsg_print: make FreeBSD and Linux consistent
Rob Norris
2024-05-14
2
-5
/
+22
*
spa_taskq_dispatch_ent: simplify arguments
Rob Norris
2024-05-14
2
-18
/
+17
*
spa: flatten spa_taskq_dispatch_ent()
Rob Norris
2024-05-14
1
-10
/
+3
*
spa: remove spa_taskq_dispatch_sync()
Rob Norris
2024-05-14
1
-13
/
+0
*
zfs_ioc_send: use a dedicated taskq thread for send
Rob Norris
2024-05-14
1
-33
/
+70
*
Simplified the scope of the namespace lock
Don Brady
2024-05-14
2
-31
/
+22
*
Add support for parallel pool exports
Don Brady
2024-05-14
6
-26
/
+85
*
Linux: disable lockdep for a couple of locks
Brian Behlendorf
2024-05-13
2
-4
/
+4
*
ZAP: Fix leaf references on zap_expand_leaf() errors
Alexander Motin
2024-05-10
1
-13
/
+14
*
Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.
chenqiuhao1997
2024-05-10
9
-17
/
+22
*
Fix ZIL clone records for legacy holes
Alexander Motin
2024-05-09
1
-5
/
+3
*
Fix scn_queue races on very old pools
Alexander Motin
2024-05-09
1
-0
/
+6
*
Replace usage of schedule_timeout with schedule_timeout_interruptible (#16150)
Daniel Perry
2024-05-09
3
-3
/
+4
*
Disable high priority ZIO threads on FreeBSD and Linux
Alexander Motin
2024-05-03
2
-8
/
+15
*
vdev_disk: disable flushes if device does not support it
Rob N
2024-05-02
1
-2
/
+5
*
Improve write issue taskqs utilization
Alexander Motin
2024-05-01
4
-33
/
+73
*
Slightly improve dnode hash
Alexander Motin
2024-05-01
1
-3
/
+3
*
zio: try to execute TYPE_NULL ZIOs on the current task
Rob N
2024-04-29
1
-4
/
+6
*
vdev probe to slow disk can stall mmp write checker
Don Brady
2024-04-29
8
-37
/
+126
*
GCC: Fixes for gcc 14 on Fedora 40
Tony Hutter
2024-04-29
1
-2
/
+3
*
Fix updating the zvol_htable when renaming a zvol
Alan Somers
2024-04-25
2
-2
/
+2
*
Fast Dedup: ZAP Shrinking
Allan Jude
2024-04-24
1
-8
/
+328
*
Make more taskq parameters writable
Alexander Motin
2024-04-24
1
-4
/
+4
*
L2ARC: Cleanup buffer re-compression
Alexander Motin
2024-04-23
1
-39
/
+20
[next]