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