summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-02Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-51/+58
2022-03-30xfs: drop async cache flushes from CIL commits.Dave Chinner1-25/+11
2022-03-30xfs: shutdown during log recovery needs to mark the log shutdownDave Chinner1-8/+10
2022-03-30xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner1-0/+1
2022-03-30xfs: log shutdown triggers should only shut down the logDave Chinner1-9/+23
2022-03-30xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacksDave Chinner1-9/+13
2022-03-25Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+2
2022-03-20xfs: log items should have a xlog pointer, not a mountDave Chinner1-1/+1
2022-03-20xfs: log worker needs to start before intent/unlink recoveryDave Chinner1-2/+1
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-7/+7
2021-10-23xfs: rename _zone variables to _cacheDarrick J. Wong1-3/+3
2021-10-23xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
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