summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_priv.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: turn ic_state into an enumChristoph Hellwig2019-10-211-10/+11
* xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flagsChristoph Hellwig2019-10-211-2/+0
* xfs: remove the unused ic_io_size field from xlog_in_coreChristoph Hellwig2019-10-211-3/+0
* fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam2019-07-031-1/+1
* xfs: use a list_head for iclog callbacksChristoph Hellwig2019-06-281-7/+3
* xfs: move the log ioend workqueue to struct xlogChristoph Hellwig2019-06-281-0/+1
* xfs: use bios directly to write log buffersChristoph Hellwig2019-06-281-8/+10
* xfs: remove XLOG_STATE_IOABORTChristoph Hellwig2019-06-281-1/+3
* xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig2019-06-281-1/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-1/+1
* xfs: dump transaction usage details on log reservation overrunBrian Foster2017-06-191-0/+1
* xfs: don't block the log commit handler for discardsChristoph Hellwig2017-02-091-0/+1
* xfs: rework log recovery to submit buffers on LSN boundariesBrian Foster2016-09-261-1/+2
* xfs: remove transaction typesChristoph Hellwig2016-04-061-1/+0