summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)Author
2022-11-09xfs: support in-memory buffer cache targetsDarrick J. Wong
2022-11-09xfs: Print XFS UUID on mount and umount events.xfs-6.2-merge_2022-11-09Lukas Herbolt
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-09-19xfs: remove redundant else for clean codeZeng Heng
2022-08-05xfs: check return codes when flushing block devicesDarrick J. Wong
2022-07-31xfs: delete extra space and tab in blank linexfs-5.20-merge_2022-08-04xfs-5.20-merge-6Xie Shaowen
2022-07-07xfs: xlog_sync() manually adjusts grant head spaceDave Chinner
2022-07-07xfs: convert log vector chain to use list headsDave Chinner
2022-07-02xfs: rework per-iclog header CIL reservationDave Chinner
2022-07-01xfs: prevent a UAF when log IO errors race with unmountxfs-5.19-fixes-4Darrick J. Wong
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.xfs-merge-5.18_2022-04-10xfs-merge-5.18_2022-04-07xfs-5.18-merge-4Dave 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