summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)Author
2026-03-10xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig
2026-01-21xfs: factor out a xlog_write_space_advance helperChristoph Hellwig
2026-01-21xfs: improve the iclog space assert in xlog_write_iovecChristoph Hellwig
2026-01-21xfs: add a xlog_write_space_left helperChristoph Hellwig
2026-01-21xfs: improve the calling convention for the xlog_write helpersChristoph Hellwig
2026-01-21xfs: regularize iclog space accounting in xlog_write_partialChristoph Hellwig
2026-01-21xfs: improve the ->iop_format interfaceChristoph Hellwig
2026-01-21xfs: set lv_bytes in xlog_write_one_vecChristoph Hellwig
2026-01-21xfs: add a xlog_write_one_vec helperChristoph Hellwig
2026-01-13xfs: 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