summaryrefslogtreecommitdiffstats
path: root/module/zfs/zil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-7/+7
* Add ZIL statistics.Etienne Dechamps2012-06-291-2/+61
* Make zil_slog_limit a tunable module parameter.Etienne Dechamps2012-06-121-1/+4
* Illumos #883: ZIL reuse during remount corruptionEric Schrock2011-08-011-16/+24
* Add missing ZFS tunablesBrian Behlendorf2011-05-041-1/+9
* Fix zvol deadlockBrian Behlendorf2011-04-261-1/+2
* Add linux kernel memory supportBrian Behlendorf2010-08-311-3/+3
* Fix gcc uninitialized variable warningsBrian Behlendorf2010-08-311-1/+3
* Fix gcc missing parenthesis warningsBrian Behlendorf2010-08-311-1/+1
* Fix gcc cast warningsBrian Behlendorf2010-08-271-1/+1
* Fix gcc c90 compliance warningsBrian Behlendorf2010-08-271-2/+4
* Update to onnv_147Brian Behlendorf2010-08-261-194/+421
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-495/+588
* Rebase master to b121Brian Behlendorf2009-08-181-2/+7
* Rebase master to b117Brian Behlendorf2009-07-021-89/+83
* Rebase master to b105Brian Behlendorf2009-01-151-95/+33
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+1735