summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-10xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong1-0/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
2026-01-21xfs: factor out a xlog_write_space_advance helperChristoph Hellwig1-12/+20
2026-01-21xfs: improve the iclog space assert in xlog_write_iovecChristoph Hellwig1-1/+1
2026-01-21xfs: add a xlog_write_space_left helperChristoph Hellwig1-9/+13
2026-01-21xfs: improve the calling convention for the xlog_write helpersChristoph Hellwig1-110/+77
2026-01-21xfs: regularize iclog space accounting in xlog_write_partialChristoph Hellwig1-3/+4
2026-01-21xfs: improve the ->iop_format interfaceChristoph Hellwig1-56/+0
2026-01-21xfs: set lv_bytes in xlog_write_one_vecChristoph Hellwig1-2/+3
2026-01-21xfs: add a xlog_write_one_vec helperChristoph Hellwig1-14/+21
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-29Merge 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-156/+86
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-15xfs: only clear log incompat flags at clean unmountDarrick J. Wong1-27/+1
2024-02-22xfs: remove the xfs_buftarg_t typedefChristoph Hellwig1-7/+7
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-06xfs: 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