summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-14/+17
2021-08-19xfs: convert mount flags to featuresDave Chinner1-7/+7
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-9/+9
2021-08-16xfs: AIL needs asynchronous CIL forcingDave Chinner1-17/+21
2021-08-16xfs: order CIL checkpoint start recordsDave Chinner1-0/+1
2021-08-16xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()Dave Chinner1-31/+16
2021-08-16xfs: pass a CIL context to xlog_write()Dave Chinner1-7/+11
2021-08-16xfs: move xlog_commit_record to xfs_log_cil.cDave Chinner1-31/+0
2021-08-16xfs: log head and tail aren't reliable during shutdownDave Chinner1-24/+27
2021-08-16xfs: don't run shutdown callbacks on active iclogsDave Chinner1-4/+31
2021-08-16xfs: separate out log shutdown callback processingDave Chinner1-15/+38
2021-08-16xfs: rework xlog_state_do_callback()Dave Chinner1-43/+53
2021-08-16xfs: make forced shutdown processing atomicDave Chinner1-55/+45
2021-08-16xfs: convert log flags to an operational state fieldDave Chinner1-35/+23
2021-08-16xfs: move recovery needed state updates to xfs_log_mount_finishDave Chinner1-8/+16
2021-08-16xfs: XLOG_STATE_IOERROR must dieDave Chinner1-78/+30
2021-08-16xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner1-16/+16
2021-08-10xfs: clear log incompat feature bits when the log is idleDarrick J. Wong1-0/+49
2021-08-10xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong1-0/+14
2021-08-10xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner1-2/+2
2021-08-10xfs: remove kmem_alloc_io()Dave Chinner1-2/+1
2021-07-29xfs: limit iclog tail updatesDave Chinner1-13/+37
2021-07-29xfs: avoid unnecessary waits in xfs_log_force_lsn()Dave Chinner1-5/+37
2021-07-29xfs: log forces imply data device cache flushesDave Chinner1-13/+34
2021-07-29xfs: factor out forced iclog flushesDave Chinner1-24/+18
2021-07-29xfs: fix ordering violation between cache flushes and tail updatesDave Chinner1-10/+26
2021-07-29xfs: fold __xlog_state_release_iclog into xlog_state_release_iclogDave Chinner1-28/+17
2021-07-29xfs: external logs need to flush data deviceDave Chinner1-8/+11
2021-07-29xfs: flush data dev on external log writeDave Chinner1-1/+1
2021-07-03Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-157/+116
2021-06-25xfs: Fix a CIL UAF by getting get rid of the iclog callback lockDave Chinner1-28/+6
2021-06-25xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacksDave Chinner1-10/+6
2021-06-25xfs: don't nest icloglock inside ic_callback_lockDave Chinner1-14/+4
2021-06-21xfs: force the log offline when log intent item recovery failsDarrick J. Wong1-0/+3
2021-06-21xfs: add iclog state trace eventsDave Chinner1-0/+18
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner1-13/+14
2021-06-21xfs: journal IO cache flush reductionsDave Chinner1-43/+23
2021-06-21xfs: remove need_start_rec parameter from xlog_write()Dave Chinner1-22/+22
2021-06-21xfs: remove xfs_blkdev_issue_flushDave Chinner1-1/+1
2021-06-18xfs: separate CIL commit record IODave Chinner1-3/+5
2021-06-18xfs: Fix 64-bit division on 32-bit in xlog_state_switch_iclogs()Geert Uytterhoeven1-2/+2
2021-06-18xfs: log stripe roundoff is a property of the logDave Chinner1-34/+25
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-04xfs: don't allow log writes if the data device is readonlyDarrick J. Wong1-4/+6
2021-02-11xfs: fix boolreturn.cocci warningskernel test robot1-1/+1
2021-02-03xfs: set WQ_SYSFS on all workqueues in debug modeDarrick J. Wong1-2/+3
2021-02-01xfs: fix unused log variable in xfs_log_cover()Brian Foster1-3/+2
2021-01-23xfs: fold sbcount quiesce logging into log coveringBrian Foster1-2/+18
2021-01-23xfs: don't reset log idle state on covering checkpointsBrian Foster1-3/+6
2021-01-23xfs: cover the log during log quiesceBrian Foster1-3/+46