summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-19xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong1-0/+2
2026-01-13xfs: improve the assert at the top of xfs_log_coverChristoph Hellwig1-3/+5
2025-11-12xfs: remove the xlog_in_core_t typedefChristoph Hellwig1-9/+9
2025-11-12xfs: remove l_iclog_headsChristoph Hellwig1-5/+6
2025-11-12xfs: remove the xlog_rec_header_t typedefChristoph Hellwig1-3/+3
2025-11-12xfs: remove xlog_in_core_2_tChristoph Hellwig1-15/+6
2025-11-12xfs: remove a very outdated comment from xlog_alloc_logChristoph Hellwig1-7/+0
2025-11-12xfs: cleanup xlog_alloc_log a bitChristoph Hellwig1-10/+8
2025-11-12xfs: don't use xlog_in_core_2_t in struct xlog_in_coreChristoph Hellwig1-37/+37
2025-11-12xfs: add a on-disk log header cycle array accessorChristoph Hellwig1-47/+16
2025-11-12xfs: add a XLOG_CYCLE_DATA_SIZE constantChristoph Hellwig1-9/+9
2025-09-30Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-17/+18
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-2/+1
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig1-4/+4
2025-09-16xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig1-4/+4
2025-09-16xfs: remove the xfs_trans_header_t typedefChristoph Hellwig1-1/+1
2025-09-16xfs: remove the xlog_op_header_t typedefChristoph Hellwig1-8/+9
2025-07-24xfs: use better names for size members in xfs_log_vecChristoph Hellwig1-5/+5
2025-07-24xfs: remove the xlog_ticket_t typedefChristoph Hellwig1-3/+3
2025-05-07xfs: simplify building the bio in xlog_write_iclogChristoph Hellwig1-26/+6
2025-04-16xfs: Fix spelling mistake "drity" -> "dirty"Zhang Xianwei1-1/+1
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig1-0/+4
2025-01-13xfs: remove redundant update for ticket->t_curr_res in xfs_log_ticket_regrantLong Li1-2/+0
2024-11-22xfs: prevent mount and log shutdown raceDave Chinner1-0/+11
2024-09-03xfs: Use xfs set and clear mp state helpersJohn Garry1-1/+1
2024-07-04xfs: grant heads track byte counts, not LSNsDave Chinner1-158/+88
2024-07-04xfs: pass the full grant head to accounting functionsDave Chinner1-80/+77
2024-07-04xfs: collapse xlog_state_set_callback in callerDave Chinner1-20/+11
2024-07-04xfs: l_last_sync_lsn is really AIL stateDave Chinner1-72/+9
2024-07-04xfs: ensure log tail is always up to dateDave Chinner1-3/+2
2024-07-04xfs: AIL doesn't need manual pushingDave Chinner1-130/+5
2024-04-16xfs: only clear log incompat flags at clean unmountDarrick J. Wong1-27/+1
2024-02-22xfs: remove the xfs_buftarg_t typedefChristoph Hellwig1-8/+8
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner1-1/+2
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-4/+4
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner1-2/+2
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner1-2/+3
2023-12-07xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong1-0/+1
2023-11-13xfs: up(ic_sema) if flushing data device failsLeah Rumancik1-11/+12
2023-09-12xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong1-17/+0
2023-06-29xfs: journal geometry is not properly bounds checkedDave Chinner1-32/+15
2022-11-30xfs: wait iclog complete before tearing down AILGuo Xuenan1-11/+25
2022-11-17xfs: Print XFS UUID on mount and umount events.Lukas Herbolt1-4/+6
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-18xfs: remove redundant else for clean codeZeng Heng1-5/+5
2022-08-06xfs: 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-01xfs: rework per-iclog header CIL reservationDave Chinner1-3/+6