aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zil.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed data integrity issue when underlying disk returns errorArun KV2021-09-131-3/+31
* Zero pad bytes following TX_WRITE log dataMark Johnston2021-07-261-2/+6
* Zero pad bytes when allocating a ZIL recordMark Johnston2021-07-261-3/+4
* A few fixes of callback typecasting (for the upcoming ClangCFI)Alexander2021-07-201-2/+3
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-2/+3
* Optimize small random numbers generationAlexander Motin2021-06-221-2/+4
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-03-191-1/+2
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-201-1/+1
* zil_parse: make callback parameters constChristian Schwarz2020-10-091-9/+16
* Mark functions as staticArvind Sankar2020-06-181-3/+3
* Disambiguate condvar API contractMatthew Macy2020-06-181-2/+2
* Upstream: zil_commit_waiter() can stall foreverJorgen Lundman2020-06-141-1/+1
* Improve logging of 128KB writesAlexander Motin2019-11-111-7/+13
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-011-1/+1
* Make `zil_async_to_sync` visible to platform codeMatthew Macy2019-10-101-3/+1
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-4/+4
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-111-1/+1
* Make module tunables cross platformMatthew Macy2019-09-051-12/+10
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-2/+2
* Fix out-of-order ZIL txtype lost on hardlinked filesChunwei Chen2019-08-131-11/+1
* make zil max block size tunableMatthew Ahrens2019-06-101-6/+61
* Fix the spelling of deferredRichard Laager2019-04-161-1/+1
* Restrict kstats and print real pointersSara Hartse2019-04-041-1/+1
* OpenZFS 9962 - zil_commit should omit cache thrashPrakash Surya2018-12-071-50/+168
* OpenZFS 9963 - Separate tunable for disabling ZIL vdev flushPrakash Surya2018-12-071-8/+9
* Fix ASSERT in zil_create() during ztestTom Caputi2018-10-241-1/+2
* Refcounted DSL Crypto Key MappingsTom Caputi2018-10-031-18/+8
* OpenZFS 9112 - Improve allocation performance on high-end systemsPaul Dagnelie2018-07-311-1/+1
* OpenZFS 9456 - ztest failure in zil_commit_waiter_timeoutPrakash Surya2018-07-101-1/+1
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-14/+96
* Wrong error message when removing log devicePaul Zuchowski2018-06-071-1/+5
* Update build system and packagingBrian Behlendorf2018-05-291-2/+1
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-2/+1
* Increment zil_itx_needcopy_bytes properlychrisrd2018-03-021-2/+1
* Change os->os_next_write_raw to work per txgTom Caputi2018-02-021-2/+2
* Fix recovery import (-F) with encrypted poolTom Caputi2018-02-021-0/+2
* OpenZFS 8997 - ztest assertion failure in zil_lwb_write_issuePrakash Surya2018-01-261-15/+6
* OpenZFS 8909 - 8585 can cause a use-after-free kernel panicPrakash Surya2017-12-281-86/+129
* OpenZFS 8603 - rename zilog's "zl_writer_lock" to "zl_issuer_lock"Prakash Surya2017-12-061-22/+22
* OpenZFS 8585 - improve batching done in zil_commit()Prakash Surya2017-12-051-262/+1280
* Preserve itx alloc size for zio_data_buf_free()Brian Behlendorf2017-12-041-2/+5
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-4/+2
* OpenZFS 8081 - Compiler warnings in zdbBrian Behlendorf2017-10-271-2/+2
* OpenZFS 8558, 8602 - lwp_create() returns EAGAINBrian Behlendorf2017-10-261-9/+6
* Encryption patch follow-upTom Caputi2017-10-111-0/+29
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-21/+45
* OpenZFS 8373 - TXG_WAIT in ZIL commit pathAndriy Gapon2017-07-281-1/+18
* OpenZFS 7578 - Fix/improve some aspects of ZIL writingGiuseppe Di Natale2017-06-091-54/+64
* OpenZFS 8063 - verify that we do not attempt to access inactive txgMatthew Ahrens2017-05-101-11/+1
* OpenZFS 3821 - Race in rollback, zil close, and zil flushGeorge Wilson2017-03-231-5/+55