summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)Author
9 daysxfs: improve the assert at the top of xfs_log_coverChristoph Hellwig
2025-11-12xfs: remove the xlog_in_core_t typedefChristoph Hellwig
2025-11-12xfs: remove l_iclog_headsChristoph Hellwig
2025-11-12xfs: remove the xlog_rec_header_t typedefChristoph Hellwig
2025-11-12xfs: remove xlog_in_core_2_tChristoph Hellwig
2025-11-12xfs: remove a very outdated comment from xlog_alloc_logChristoph Hellwig
2025-11-12xfs: cleanup xlog_alloc_log a bitChristoph Hellwig
2025-11-12xfs: don't use xlog_in_core_2_t in struct xlog_in_coreChristoph Hellwig
2025-11-12xfs: add a on-disk log header cycle array accessorChristoph Hellwig
2025-11-12xfs: add a XLOG_CYCLE_DATA_SIZE constantChristoph Hellwig
2025-09-29Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig
2025-09-16xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig
2025-09-16xfs: remove the xfs_trans_header_t typedefChristoph Hellwig
2025-09-16xfs: remove the xlog_op_header_t typedefChristoph Hellwig
2025-07-24xfs: use better names for size members in xfs_log_vecChristoph Hellwig
2025-07-24xfs: remove the xlog_ticket_t typedefChristoph Hellwig
2025-05-07xfs: simplify building the bio in xlog_write_iclogChristoph Hellwig
2025-04-16xfs: Fix spelling mistake "drity" -> "dirty"Zhang Xianwei
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig
2025-01-13xfs: remove redundant update for ticket->t_curr_res in xfs_log_ticket_regrantLong Li
2024-11-22xfs: prevent mount and log shutdown raceDave Chinner
2024-09-03xfs: Use xfs set and clear mp state helpersJohn Garry
2024-07-04xfs: grant heads track byte counts, not LSNsDave Chinner
2024-07-04xfs: pass the full grant head to accounting functionsDave Chinner
2024-07-04xfs: collapse xlog_state_set_callback in callerDave Chinner
2024-07-04xfs: l_last_sync_lsn is really AIL stateDave Chinner
2024-07-04xfs: ensure log tail is always up to dateDave Chinner
2024-07-04xfs: AIL doesn't need manual pushingDave Chinner
2024-04-15xfs: only clear log incompat flags at clean unmountDarrick J. Wong
2024-02-22xfs: remove the xfs_buftarg_t typedefChristoph Hellwig
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner
2023-12-06xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong
2023-11-13xfs: up(ic_sema) if flushing data device failsLeah Rumancik
2023-09-12xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong
2023-06-29xfs: journal geometry is not properly bounds checkedDave Chinner
2022-11-30xfs: wait iclog complete before tearing down AILGuo Xuenan
2022-11-16xfs: Print XFS UUID on mount and umount events.Lukas 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 lineXie 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 unmountDarrick J. Wong