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
/
zil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
zfs: add bounds checking to zil_parse (#16308)
c1ick
2024-08-22
1
-2
/
+19
*
ZIL: Improve next log block size prediction
Alexander Motin
2024-04-19
1
-71
/
+196
*
ZIO: Optimize zio_flush()
Alexander Motin
2024-04-19
1
-1
/
+1
*
ZIL: Detect single-threaded workloads
Alexander Motin
2024-04-19
1
-51
/
+40
*
ZIL: Remove 128K into 2x68K LWB split optimization
Alexander Motin
2024-01-08
1
-2
/
+0
*
ZIL: Do not clone blocks from the future
Alexander Motin
2024-01-08
1
-10
/
+28
*
ZIL: Assert record sizes in different places
Alexander Motin
2024-01-08
1
-20
/
+40
*
Large sync writes perform worse with slog
John Wren Kennedy
2023-11-06
1
-1
/
+1
*
ZIL: Reduce maximum size of WR_COPIED to 7.5K
Alexander Motin
2023-10-07
1
-6
/
+11
*
ZIL: Fix potential race on flush deferring.
Alexander Motin
2023-09-20
1
-0
/
+9
*
ZIL: Change ZIOs issue order.
Alexander Motin
2023-09-02
1
-2
/
+2
*
ZIL: Revert zl_lock scope reduction.
Alexander Motin
2023-09-02
1
-19
/
+11
*
ZIL: Tune some assertions.
Alexander Motin
2023-09-02
1
-6
/
+9
*
ZIL: Second attempt to reduce scope of zl_issuer_lock.
Alexander Motin
2023-08-25
1
-362
/
+321
*
ZIL: Replay blocks without next block pointer.
Alexander Motin
2023-08-25
1
-2
/
+2
*
Remove fastwrite mechanism.
Alexander Motin
2023-08-25
1
-37
/
+5
*
Remove zl_issuer_lock from zil_suspend().
Alexander Motin
2023-07-25
1
-4
/
+0
*
ZIL: Fix config lock deadlock.
Alexander Motin
2023-07-25
1
-7
/
+27
*
Again fix race between zil_commit() and zil_suspend().
Alexander Motin
2023-06-30
1
-8
/
+28
*
ZIL: Fix another use-after-free.
Alexander Motin
2023-06-27
1
-1
/
+1
*
Fix memory leak in zil_parse().
Alexander Motin
2023-06-17
1
-2
/
+6
*
ZIL: Fix race introduced by f63811f0721.
Alexander Motin
2023-06-09
1
-6
/
+15
*
ZIL: Allow to replay blocks of any size.
Alexander Motin
2023-06-02
1
-23
/
+19
*
zil: Add some more statistics.
Alexander Motin
2023-05-25
1
-0
/
+31
*
ZIL: Reduce scope of per-dataset zl_issuer_lock.
Alexander Motin
2023-05-25
1
-148
/
+280
*
zil: Free lwb_buf after write completion.
Alexander Motin
2023-05-12
1
-12
/
+6
*
zil: Some micro-optimizations.
Alexander Motin
2023-05-12
1
-52
/
+23
*
zil: Don't expect zio_shrink() to succeed.
Alexander Motin
2023-05-11
1
-0
/
+1
*
Mark TX_COMMIT transaction with TXG_NOTHROTTLE.
Alexander Motin
2023-04-27
1
-1
/
+8
*
Revert "Fix data race between zil_commit() and zil_suspend()"
Brian Behlendorf
2023-04-25
1
-27
/
+0
*
Revert "Do not hold spa_config in ZIL while blocked on IO"
George Wilson
2023-03-28
1
-2
/
+6
*
Implementation of block cloning for ZFS
Pawel Jakub Dawidek
2023-03-10
1
-15
/
+111
*
Do not hold spa_config in ZIL while blocked on IO
Richard Yao
2023-03-07
1
-6
/
+2
*
Fix data race between zil_commit() and zil_suspend()
Richard Yao
2023-03-01
1
-0
/
+27
*
Handle unexpected errors in zil_lwb_commit() without ASSERT()
Richard Yao
2023-03-01
1
-6
/
+32
*
Introduce minimal ZIL block commit delay
Alexander Motin
2023-01-24
1
-2
/
+34
*
Optionally skip zil_close during zvol_create_minor_impl
Alan Somers
2022-11-08
1
-5
/
+10
*
zil: Relax assertion in zil_parse
Ryan Moeller
2022-11-01
1
-5
/
+11
*
zfs_rename: support RENAME_* flags
Aleksa Sarai
2022-10-28
1
-4
/
+2
*
Convert enum zio_flag to uint64_t
Richard Yao
2022-10-27
1
-2
/
+2
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
1
-2
/
+2
*
Add defensive assertions
Richard Yao
2022-10-12
1
-0
/
+1
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
1
-4
/
+4
*
Add support for per dataset zil stats and use wmsum counters
ixhamza
2022-07-20
1
-23
/
+120
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Enable -Wwrite-strings
наб
2022-06-29
1
-1
/
+1
*
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
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-17
/
+16
*
log xattr=sa create/remove/update to ZIL
Jitendra Patidar
2022-02-22
1
-0
/
+74
[next]