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
*
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
*
Refactor dbuf_read() for safer decryption
Alexander Motin
2024-04-22
1
-110
/
+104
*
Parallel pool import
George Wilson
2024-04-22
6
-41
/
+199
*
abd_iter_page: rework to handle multipage scatterlists
Rob N
2024-04-19
1
-46
/
+74
*
Handle FLUSH errors as "expected"
Alexander Motin
2024-04-19
1
-1
/
+2
*
Fix: FreeBSD Arm64 does not build currently
Tino Reichardt
2024-04-19
2
-2
/
+2
*
Do no use .cfi_negate_ra_state within the assembly on Arm64
Tino Reichardt
2024-04-15
2
-5
/
+21
*
Add the BTI elf note to the AArch64 SHA2 assembly
Andrew Turner
2024-04-15
2
-0
/
+20
*
zinject: "no-op" error injection
Rob N
2024-04-15
1
-0
/
+10
*
zio: rename ZIO_TYPE_IOCTL to ZIO_TYPE_FLUSH
Rob Norris
2024-04-11
9
-26
/
+26
*
zio: remove io_cmd and DKIOCFLUSHWRITECACHE
Rob Norris
2024-04-11
8
-152
/
+104
*
zio: remove zio_ioctl()
Rob Norris
2024-04-11
1
-15
/
+16
*
vdev_disk: fix alignment check when buffer has non-zero starting offset
Rob Norris
2024-04-11
1
-1
/
+1
*
tests: add test for vdev_disk page alignment check
Rob Norris
2024-04-11
1
-0
/
+6
*
Illumos#16463 zfs_ioc_recv leaks nvlist
Andy Fiddaman
2024-04-11
1
-11
/
+19
*
Add custom debug printing for your asserts
Rich Ercolani
2024-04-10
1
-2
/
+3
*
L2ARC: Relax locking during write
Alexander Motin
2024-04-09
5
-98
/
+127
*
Small fix to prefetch ranges aggregation
Alexander Motin
2024-04-09
1
-2
/
+2
*
Remove db_state DB_NOFILL checks from syncing context
Alexander Motin
2024-04-08
1
-25
/
+19
*
Speculative prefetch for reordered requests
Alexander Motin
2024-04-08
2
-57
/
+240
*
Fix read errors race after block cloning
Alexander Motin
2024-04-08
1
-21
/
+20
*
zinject: inject device errors into ioctls
Rob N
2024-04-08
2
-5
/
+8
*
vdev_disk: ensure trim errors are returned immediately
Rob N
2024-04-08
1
-45
/
+86
*
zvol_os: fix compile with blk-mq on Linux 4.x
Rob N
2024-04-08
1
-0
/
+5
*
zvol_os: fix build on Linux <3.13
Rob N
2024-04-08
1
-1
/
+2
*
zvol: use multiple taskq
Ameer Hamza
2024-04-03
1
-10
/
+92
*
Fix panics when truncating/deleting files
Pavel Snajdr
2024-04-03
1
-10
/
+8
*
Makefile.bsd: sort and cleanup source file list
Rob N
2024-04-03
1
-40
/
+45
*
Linux 6.9 compat: blk_alloc_disk() now takes two args
Rob Norris
2024-04-03
1
-1
/
+22
*
Linux 6.9 compat: bdev handles are now struct file
Rob Norris
2024-04-03
1
-5
/
+19
*
vdev_disk: don't touch vbio after its handed off to the kernel
Rob N
2024-04-03
1
-5
/
+6
*
xdr: header cleanup
Rob N
2024-04-03
2
-0
/
+2
[next]