summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Use xfs set and clear mp state helpersJohn Garry2024-09-031-1/+1
* xfs: grant heads track byte counts, not LSNsDave Chinner2024-07-041-158/+88
* xfs: pass the full grant head to accounting functionsDave Chinner2024-07-041-80/+77
* xfs: collapse xlog_state_set_callback in callerDave Chinner2024-07-041-20/+11
* xfs: l_last_sync_lsn is really AIL stateDave Chinner2024-07-041-72/+9
* xfs: ensure log tail is always up to dateDave Chinner2024-07-041-3/+2
* xfs: AIL doesn't need manual pushingDave Chinner2024-07-041-130/+5
* xfs: only clear log incompat flags at clean unmountDarrick J. Wong2024-04-151-27/+1
* xfs: remove the xfs_buftarg_t typedefChristoph Hellwig2024-02-221-8/+8
* xfs: use GFP_KERNEL in pure transaction contextsDave Chinner2024-02-131-1/+2
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-4/+4
* xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner2024-02-131-2/+2
* xfs: convert kmem_zalloc() to kzalloc()Dave Chinner2024-02-131-2/+3
* xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong2023-12-061-0/+1
* xfs: up(ic_sema) if flushing data device failsLeah Rumancik2023-11-131-11/+12
* xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong2023-09-121-17/+0
* xfs: journal geometry is not properly bounds checkedDave Chinner2023-06-291-32/+15
* xfs: wait iclog complete before tearing down AILGuo Xuenan2022-11-301-11/+25
* xfs: Print XFS UUID on mount and umount events.Lukas Herbolt2022-11-161-4/+6
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* xfs: remove redundant else for clean codeZeng Heng2022-09-191-5/+5
* xfs: check return codes when flushing block devicesDarrick J. Wong2022-08-051-2/+10
* xfs: delete extra space and tab in blank lineXie Shaowen2022-07-311-1/+1
* xfs: xlog_sync() manually adjusts grant head spaceDave Chinner2022-07-071-12/+23
* xfs: convert log vector chain to use list headsDave Chinner2022-07-071-5/+6
* xfs: rework per-iclog header CIL reservationDave Chinner2022-07-021-3/+6
* xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong2022-07-011-2/+7
* xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong2022-05-271-41/+0
* xfs: warn about LARP once per mountDarrick J. Wong2022-05-271-2/+2
* xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson2022-05-111-0/+41
* Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner2022-04-211-441/+323
|\
| * xfs: xlog_write() doesn't need optype anymoreDave Chinner2022-04-211-3/+1
| * xfs: xlog_write() no longer needs contwr stateDave Chinner2022-04-211-18/+10
| * xfs: remove xlog_verify_dest_ptrChristoph Hellwig2022-04-211-34/+1
| * xfs: introduce xlog_write_partial()Dave Chinner2022-04-211-228/+196
| * xfs: introduce xlog_write_full()Dave Chinner2022-04-211-3/+66
| * xfs: change the type of ic_datapChristoph Hellwig2022-04-211-4/+3
| * xfs: pass lv chain length into xlog_write()Dave Chinner2022-04-211-30/+5
| * xfs: log ticket region debug is largely uselessDave Chinner2022-04-211-101/+6
| * xfs: reserve space and initialise xlog_op_header in item formattingDave Chinner2022-04-211-38/+77
| * xfs: log tickets don't need log client idDave Chinner2022-04-211-39/+8
| * xfs: embed the xlog_op_header in the commit recordDave Chinner2022-04-211-16/+6
| * xfs: embed the xlog_op_header in the unmount recordDave Chinner2022-04-211-11/+28
| * xfs: only CIL pushes require a start recordDave Chinner2022-04-211-45/+45
* | xfs: convert shutdown reasons to unsigned.Dave Chinner2022-04-211-1/+1
|/
* Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-011-51/+58
|\
| * xfs: drop async cache flushes from CIL commits.Dave Chinner2022-03-291-25/+11
| * xfs: shutdown during log recovery needs to mark the log shutdownDave Chinner2022-03-291-8/+10
| * xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner2022-03-291-0/+1
| * xfs: log shutdown triggers should only shut down the logDave Chinner2022-03-291-9/+23