summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_priv.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: refactor buffer cancellation table allocationDarrick J. Wong2022-05-271-3/+0
* xfs: can't use kmem_zalloc() for attribute buffersDave Chinner2022-05-121-0/+34
* Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner2022-04-211-43/+4
|\
| * xfs: CIL context doesn't need to count iovecsDave Chinner2022-04-211-1/+0
| * xfs: xlog_write() doesn't need optype anymoreDave Chinner2022-04-211-1/+1
| * xfs: remove xlog_verify_dest_ptrChristoph Hellwig2022-04-211-4/+0
| * xfs: introduce xlog_write_partial()Dave Chinner2022-04-211-8/+0
| * xfs: change the type of ic_datapChristoph Hellwig2022-04-211-1/+1
| * xfs: pass lv chain length into xlog_write()Dave Chinner2022-04-211-1/+1
| * xfs: log ticket region debug is largely uselessDave Chinner2022-04-211-20/+0
| * xfs: log tickets don't need log client idDave Chinner2022-04-211-8/+2
* | xfs: convert log ticket and iclog flags to unsigned.Dave Chinner2022-04-211-4/+4
|/
* xfs: drop async cache flushes from CIL commits.Dave Chinner2022-03-291-2/+1
* xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner2022-03-291-0/+11
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-1/+1
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* xfs: move the CIL workqueue to the CILDave Chinner2021-08-161-0/+1
* xfs: CIL work is serialised, not pipelinedDave Chinner2021-08-161-1/+1
* xfs: AIL needs asynchronous CIL forcingDave Chinner2021-08-161-0/+4
* xfs: order CIL checkpoint start recordsDave Chinner2021-08-161-0/+1
* xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()Dave Chinner2021-08-161-1/+2
* xfs: pass a CIL context to xlog_write()Dave Chinner2021-08-161-2/+5
* xfs: move xlog_commit_record to xfs_log_cil.cDave Chinner2021-08-161-2/+0
* xfs: convert log flags to an operational state fieldDave Chinner2021-08-161-11/+23
* xfs: XLOG_STATE_IOERROR must dieDave Chinner2021-08-161-3/+1
* xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner2021-08-161-2/+5
* xfs: clear log incompat feature bits when the log is idleDarrick J. Wong2021-08-091-0/+3
* xfs: need to see iclog flags in tracingDave Chinner2021-07-291-3/+10
* xfs: fix ordering violation between cache flushes and tail updatesDave Chinner2021-07-291-1/+2
* xfs: Fix a CIL UAF by getting get rid of the iclog callback lockDave Chinner2021-06-251-3/+0
* xfs: add iclog state trace eventsDave Chinner2021-06-211-0/+10
* xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-211-8/+7
* xfs: journal IO cache flush reductionsDave Chinner2021-06-211-0/+6
* xfs: remove need_start_rec parameter from xlog_write()Dave Chinner2021-06-211-2/+1
* xfs: separate CIL commit record IODave Chinner2021-06-181-0/+2
* xfs: log stripe roundoff is a property of the logDave Chinner2021-06-181-0/+2
* xfs: Modify xlog_ticket_alloc() to use kernel's MM APICarlos Maiolino2020-07-281-3/+1
* xfs: fix use-after-free on CIL context on shutdownDave Chinner2020-06-221-1/+1
* xfs: Throttle commits on delayed background CIL pushDave Chinner2020-03-271-0/+24
* xfs: Lower CIL flush limit for large logsDave Chinner2020-03-271-6/+23
* xfs: merge xlog_commit_record with xlog_write_doneDave Chinner2020-03-271-1/+1
* xfs: split xlog_ticket_doneChristoph Hellwig2020-03-271-2/+2
* xfs: kill XLOG_TIC_INITEDDave Chinner2020-03-271-4/+2
* xfs: refactor and split xfs_log_done()Dave Chinner2020-03-271-0/+4
* xfs: don't try to write a start record into every iclogDave Chinner2020-03-271-8/+4
* xfs: remove the unused XLOG_UNMOUNT_REC_TYPE defineChristoph Hellwig2020-03-131-6/+0
* xfs: mark XLOG_FORCED_SHUTDOWN as unlikelyChristoph Hellwig2020-03-131-1/+2
* xfs: remove unused structure members & simple typedefsEric Sandeen2019-11-131-2/+0
* xfs: annotate functions that trip static checker locking checksDarrick J. Wong2019-11-101-1/+5
* xfs: remove the XLOG_STATE_DO_CALLBACK stateChristoph Hellwig2019-10-211-1/+0