aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix spellingka72017-01-031-1/+1
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-0/+1
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-1/+5
* OpenZFS 6950 - ARC should cache compressed dataGeorge Wilson2016-09-131-3/+3
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-311-22/+6
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-1/+1
* Implement large_dnode pool featureNed Bass2016-06-241-3/+5
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-281-1/+1
* Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-111-2/+2
* Illumos 5269 - zpool import slowArne Jansen2015-06-091-12/+11
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-4/+7
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-1/+1
* Use zio buffers in zil_itx_create()Brian Behlendorf2015-02-021-10/+6
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-8/+8
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-3/+2
* Remove duplicate typedefs from trace.hNed Bass2015-01-061-0/+1
* Export symbols for ZIL interfaceAlex Zhuravlev2014-11-141-0/+24
* Illumos 5140 - message about "%recv could not be opened" is printed when boot...Matthew Ahrens2014-09-181-1/+9
* Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens2014-08-061-4/+4
* Illumos 4757, 4913Matthew Ahrens2014-08-011-2/+7
* Illumos 4370, 4371Max Grossman2014-07-281-2/+4
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-25/+26
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-1/+1
* Only commit the ZIL once in zpl_writepages() (msync() case).Etienne Dechamps2013-11-231-4/+21
* Illumos #3742Will Andrews2013-11-041-2/+3
* Illumos #3598Matthew Ahrens2013-10-311-6/+6
* Illumos #3464Matthew Ahrens2013-09-041-34/+106
* Illumos #3498 panic in arc_read()George Wilson2013-07-021-2/+2
* Illumos #3006Madhav Suresh2013-06-191-1/+1
* Constify structures containing function pointersRichard Yao2013-03-041-2/+2
* Illumos #3086: unnecessarily setting DS_FLAG_INCONSISTENT on asyncMatthew Ahrens2013-01-081-5/+51
* Use the slog even with logbias=throughput.Etienne Dechamps2012-10-171-7/+6
* Add FASTWRITE algorithm for synchronous writes.Etienne Dechamps2012-10-171-8/+44
* Condition variable usage, zilog->zl_cv_batchBrian Behlendorf2012-10-151-1/+2