aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-19xfs: remove redundant else for clean codeZeng Heng1-5/+5
2022-08-05xfs: check return codes when flushing block devicesDarrick J. Wong1-2/+10
2022-07-31xfs: delete extra space and tab in blank lineXie Shaowen1-1/+1
2022-07-07xfs: xlog_sync() manually adjusts grant head spaceDave Chinner1-12/+23
2022-07-07xfs: convert log vector chain to use list headsDave Chinner1-5/+6
2022-07-02xfs: rework per-iclog header CIL reservationDave Chinner1-3/+6
2022-07-01xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong1-2/+7
2022-05-27xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong1-41/+0
2022-05-27xfs: warn about LARP once per mountDarrick J. Wong1-2/+2
2022-05-11xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson1-0/+41
2022-04-21Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner1-441/+323
2022-04-21xfs: convert shutdown reasons to unsigned.Dave Chinner1-1/+1
2022-04-21xfs: xlog_write() doesn't need optype anymoreDave Chinner1-3/+1
2022-04-21xfs: xlog_write() no longer needs contwr stateDave Chinner1-18/+10
2022-04-21xfs: remove xlog_verify_dest_ptrChristoph Hellwig1-34/+1
2022-04-21xfs: introduce xlog_write_partial()Dave Chinner1-228/+196
2022-04-21xfs: introduce xlog_write_full()Dave Chinner1-3/+66
2022-04-21xfs: change the type of ic_datapChristoph Hellwig1-4/+3
2022-04-21xfs: pass lv chain length into xlog_write()Dave Chinner1-30/+5
2022-04-21xfs: log ticket region debug is largely uselessDave Chinner1-101/+6
2022-04-21xfs: reserve space and initialise xlog_op_header in item formattingDave Chinner1-38/+77
2022-04-21xfs: log tickets don't need log client idDave Chinner1-39/+8
2022-04-21xfs: embed the xlog_op_header in the commit recordDave Chinner1-16/+6
2022-04-21xfs: embed the xlog_op_header in the unmount recordDave Chinner1-11/+28
2022-04-21xfs: only CIL pushes require a start recordDave Chinner1-45/+45
2022-04-01Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-51/+58
2022-03-29xfs: drop async cache flushes from CIL commits.Dave Chinner1-25/+11
2022-03-29xfs: shutdown during log recovery needs to mark the log shutdownDave Chinner1-8/+10
2022-03-29xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner1-0/+1
2022-03-29xfs: log shutdown triggers should only shut down the logDave Chinner1-9/+23
2022-03-29xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacksDave Chinner1-9/+13
2022-03-24Merge 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-22xfs: rename _zone variables to _cacheDarrick J. Wong1-3/+3
2021-10-22xfs: 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