aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)Author
2022-05-27xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong
2022-05-27xfs: warn about LARP once per mountDarrick J. Wong
2022-05-11xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson
2022-04-21Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner
2022-04-21xfs: convert shutdown reasons to unsigned.Dave Chinner
2022-04-21xfs: xlog_write() doesn't need optype anymoreDave Chinner
2022-04-21xfs: xlog_write() no longer needs contwr stateDave Chinner
2022-04-21xfs: remove xlog_verify_dest_ptrChristoph Hellwig
2022-04-21xfs: introduce xlog_write_partial()Dave Chinner
2022-04-21xfs: introduce xlog_write_full()Dave Chinner
2022-04-21xfs: change the type of ic_datapChristoph Hellwig
2022-04-21xfs: pass lv chain length into xlog_write()Dave Chinner
2022-04-21xfs: log ticket region debug is largely uselessDave Chinner
2022-04-21xfs: reserve space and initialise xlog_op_header in item formattingDave Chinner
2022-04-21xfs: log tickets don't need log client idDave Chinner
2022-04-21xfs: embed the xlog_op_header in the commit recordDave Chinner
2022-04-21xfs: embed the xlog_op_header in the unmount recordDave Chinner
2022-04-21xfs: only CIL pushes require a start recordDave Chinner
2022-04-01Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-03-29xfs: drop async cache flushes from CIL commits.Dave Chinner
2022-03-29xfs: shutdown during log recovery needs to mark the log shutdownDave Chinner
2022-03-29xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner
2022-03-29xfs: log shutdown triggers should only shut down the logDave Chinner
2022-03-29xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacksDave Chinner
2022-03-24Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-03-20xfs: log items should have a xlog pointer, not a mountDave Chinner
2022-03-20xfs: log worker needs to start before intent/unlink recoveryDave Chinner
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-16xfs: AIL needs asynchronous CIL forcingDave Chinner
2021-08-16xfs: order CIL checkpoint start recordsDave Chinner
2021-08-16xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()Dave Chinner
2021-08-16xfs: pass a CIL context to xlog_write()Dave Chinner
2021-08-16xfs: move xlog_commit_record to xfs_log_cil.cDave Chinner
2021-08-16xfs: log head and tail aren't reliable during shutdownDave Chinner
2021-08-16xfs: don't run shutdown callbacks on active iclogsDave Chinner
2021-08-16xfs: separate out log shutdown callback processingDave Chinner
2021-08-16xfs: rework xlog_state_do_callback()Dave Chinner
2021-08-16xfs: make forced shutdown processing atomicDave Chinner
2021-08-16xfs: convert log flags to an operational state fieldDave Chinner
2021-08-16xfs: move recovery needed state updates to xfs_log_mount_finishDave Chinner
2021-08-16xfs: XLOG_STATE_IOERROR must dieDave Chinner
2021-08-16xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner
2021-08-09xfs: clear log incompat feature bits when the log is idleDarrick J. Wong
2021-08-09xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong
2021-08-09xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner