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
*
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
*
Clean up CSTYLEDs
наб
2022-01-26
1
-2
/
+0
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-8
/
+9
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
1
-10
/
+11
*
Fixed data integrity issue when underlying disk returns error
Arun KV
2021-09-13
1
-3
/
+31
*
Zero pad bytes following TX_WRITE log data
Mark Johnston
2021-07-26
1
-2
/
+6
*
Zero pad bytes when allocating a ZIL record
Mark Johnston
2021-07-26
1
-3
/
+4
*
A few fixes of callback typecasting (for the upcoming ClangCFI)
Alexander
2021-07-20
1
-2
/
+3
*
Annotated dprintf as printf-like
Rich Ercolani
2021-06-22
1
-2
/
+3
*
Optimize small random numbers generation
Alexander Motin
2021-06-22
1
-2
/
+4
*
Fix zfs_get_data access to files with wrong generation
Chunwei Chen
2021-03-19
1
-1
/
+2
*
allow callers to allocate and provide the abd_t struct
Matthew Ahrens
2021-01-20
1
-1
/
+1
*
zil_parse: make callback parameters const
Christian Schwarz
2020-10-09
1
-9
/
+16
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-3
/
+3
*
Disambiguate condvar API contract
Matthew Macy
2020-06-18
1
-2
/
+2
*
Upstream: zil_commit_waiter() can stall forever
Jorgen Lundman
2020-06-14
1
-1
/
+1
*
Improve logging of 128KB writes
Alexander Motin
2019-11-11
1
-7
/
+13
*
Enable use of DTRACE_PROBE* macros in "spl" module
Prakash Surya
2019-11-01
1
-1
/
+1
*
Make `zil_async_to_sync` visible to platform code
Matthew Macy
2019-10-10
1
-3
/
+1
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
1
-4
/
+4
*
OpenZFS restructuring - move linux tracing code to platform directories
Matthew Macy
2019-09-11
1
-1
/
+1
*
Make module tunables cross platform
Matthew Macy
2019-09-05
1
-12
/
+10
*
Fix typos in module/zfs/
Andrea Gelmini
2019-09-02
1
-2
/
+2
*
Fix out-of-order ZIL txtype lost on hardlinked files
Chunwei Chen
2019-08-13
1
-11
/
+1
*
make zil max block size tunable
Matthew Ahrens
2019-06-10
1
-6
/
+61
*
Fix the spelling of deferred
Richard Laager
2019-04-16
1
-1
/
+1
*
Restrict kstats and print real pointers
Sara Hartse
2019-04-04
1
-1
/
+1
*
OpenZFS 9962 - zil_commit should omit cache thrash
Prakash Surya
2018-12-07
1
-50
/
+168
*
OpenZFS 9963 - Separate tunable for disabling ZIL vdev flush
Prakash Surya
2018-12-07
1
-8
/
+9
*
Fix ASSERT in zil_create() during ztest
Tom Caputi
2018-10-24
1
-1
/
+2
*
Refcounted DSL Crypto Key Mappings
Tom Caputi
2018-10-03
1
-18
/
+8
*
OpenZFS 9112 - Improve allocation performance on high-end systems
Paul Dagnelie
2018-07-31
1
-1
/
+1
*
OpenZFS 9456 - ztest failure in zil_commit_waiter_timeout
Prakash Surya
2018-07-10
1
-1
/
+1
*
OpenZFS 9166 - zfs storage pool checkpoint
Serapheim Dimitropoulos
2018-06-26
1
-14
/
+96
*
Wrong error message when removing log device
Paul Zuchowski
2018-06-07
1
-1
/
+5
*
Update build system and packaging
Brian Behlendorf
2018-05-29
1
-2
/
+1
*
OpenZFS 7614, 9064 - zfs device evacuation/removal
Matthew Ahrens
2018-04-14
1
-2
/
+1
*
Increment zil_itx_needcopy_bytes properly
chrisrd
2018-03-02
1
-2
/
+1
*
Change os->os_next_write_raw to work per txg
Tom Caputi
2018-02-02
1
-2
/
+2
*
Fix recovery import (-F) with encrypted pool
Tom Caputi
2018-02-02
1
-0
/
+2
*
OpenZFS 8997 - ztest assertion failure in zil_lwb_write_issue
Prakash Surya
2018-01-26
1
-15
/
+6
[next]