aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zil.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-2/+2
* Add defensive assertionsRichard Yao2022-10-121-0/+1
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-4/+4
* Add support for per dataset zil stats and use wmsum countersixhamza2022-07-201-23/+120
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-1/+1
* Fix typo in zil_commit() comment blockAllan Jude2022-05-311-1/+1
* Fix inflated quiesce time caused by lwb_tx during zil_commit()Kevin Jin2022-05-261-20/+69
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-17/+16
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-221-0/+74
* Clean up CSTYLEDsнаб2022-01-261-2/+0
* module/*.ko: prune .data, global .rodataнаб2022-01-141-8/+9
* module: zfs: fix unused, remove argsusedнаб2021-12-231-10/+11
* 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