index
:
pub/scm/linux/kernel/git/ralf/linux.git
master
The Linux/MIPS repository
Ralf Baechle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-10
xfs: fix undersized l_iclog_roundoff values
Darrick J. Wong
1
-0
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-21
xfs: directly include xfs_platform.h
Christoph Hellwig
1
-1
/
+1
2026-01-21
xfs: factor out a xlog_write_space_advance helper
Christoph Hellwig
1
-12
/
+20
2026-01-21
xfs: improve the iclog space assert in xlog_write_iovec
Christoph Hellwig
1
-1
/
+1
2026-01-21
xfs: add a xlog_write_space_left helper
Christoph Hellwig
1
-9
/
+13
2026-01-21
xfs: improve the calling convention for the xlog_write helpers
Christoph Hellwig
1
-110
/
+77
2026-01-21
xfs: regularize iclog space accounting in xlog_write_partial
Christoph Hellwig
1
-3
/
+4
2026-01-21
xfs: improve the ->iop_format interface
Christoph Hellwig
1
-56
/
+0
2026-01-21
xfs: set lv_bytes in xlog_write_one_vec
Christoph Hellwig
1
-2
/
+3
2026-01-21
xfs: add a xlog_write_one_vec helper
Christoph Hellwig
1
-14
/
+21
2026-01-13
xfs: improve the assert at the top of xfs_log_cover
Christoph Hellwig
1
-3
/
+5
2025-11-12
xfs: remove the xlog_in_core_t typedef
Christoph Hellwig
1
-9
/
+9
2025-11-12
xfs: remove l_iclog_heads
Christoph Hellwig
1
-5
/
+6
2025-11-12
xfs: remove the xlog_rec_header_t typedef
Christoph Hellwig
1
-3
/
+3
2025-11-12
xfs: remove xlog_in_core_2_t
Christoph Hellwig
1
-15
/
+6
2025-11-12
xfs: remove a very outdated comment from xlog_alloc_log
Christoph Hellwig
1
-7
/
+0
2025-11-12
xfs: cleanup xlog_alloc_log a bit
Christoph Hellwig
1
-10
/
+8
2025-11-12
xfs: don't use xlog_in_core_2_t in struct xlog_in_core
Christoph Hellwig
1
-37
/
+37
2025-11-12
xfs: add a on-disk log header cycle array accessor
Christoph Hellwig
1
-47
/
+16
2025-11-12
xfs: add a XLOG_CYCLE_DATA_SIZE constant
Christoph Hellwig
1
-9
/
+9
2025-09-29
Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-17
/
+18
2025-09-19
fs: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-2
/
+1
2025-09-18
xfs: remove the expr argument to XFS_TEST_ERROR
Christoph Hellwig
1
-4
/
+4
2025-09-16
xfs: fix log CRC mismatches between i386 and other architectures
Christoph Hellwig
1
-4
/
+4
2025-09-16
xfs: remove the xfs_trans_header_t typedef
Christoph Hellwig
1
-1
/
+1
2025-09-16
xfs: remove the xlog_op_header_t typedef
Christoph Hellwig
1
-8
/
+9
2025-07-24
xfs: use better names for size members in xfs_log_vec
Christoph Hellwig
1
-5
/
+5
2025-07-24
xfs: remove the xlog_ticket_t typedef
Christoph Hellwig
1
-3
/
+3
2025-05-07
xfs: simplify building the bio in xlog_write_iclog
Christoph Hellwig
1
-26
/
+6
2025-04-16
xfs: Fix spelling mistake "drity" -> "dirty"
Zhang Xianwei
1
-1
/
+1
2025-03-03
xfs: add the zoned space allocator
Christoph Hellwig
1
-0
/
+4
2025-01-13
xfs: remove redundant update for ticket->t_curr_res in xfs_log_ticket_regrant
Long Li
1
-2
/
+0
2024-11-22
xfs: prevent mount and log shutdown race
Dave Chinner
1
-0
/
+11
2024-09-03
xfs: Use xfs set and clear mp state helpers
John Garry
1
-1
/
+1
2024-07-04
xfs: grant heads track byte counts, not LSNs
Dave Chinner
1
-156
/
+86
2024-07-04
xfs: pass the full grant head to accounting functions
Dave Chinner
1
-80
/
+77
2024-07-04
xfs: collapse xlog_state_set_callback in caller
Dave Chinner
1
-20
/
+11
2024-07-04
xfs: l_last_sync_lsn is really AIL state
Dave Chinner
1
-72
/
+9
2024-07-04
xfs: ensure log tail is always up to date
Dave Chinner
1
-3
/
+2
2024-07-04
xfs: AIL doesn't need manual pushing
Dave Chinner
1
-130
/
+5
2024-04-15
xfs: only clear log incompat flags at clean unmount
Darrick J. Wong
1
-27
/
+1
2024-02-22
xfs: remove the xfs_buftarg_t typedef
Christoph Hellwig
1
-7
/
+7
2024-02-13
xfs: use GFP_KERNEL in pure transaction contexts
Dave Chinner
1
-1
/
+2
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-4
/
+4
2024-02-13
xfs: convert kmem_free() for kvmalloc users to kvfree()
Dave Chinner
1
-2
/
+2
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
1
-2
/
+3
2023-12-06
xfs: use xfs_defer_pending objects to recover intent items
Darrick J. Wong
1
-0
/
+1
2023-11-13
xfs: up(ic_sema) if flushing data device fails
Leah Rumancik
1
-11
/
+12
2023-09-12
xfs: fix log recovery when unknown rocompat bits are set
Darrick J. Wong
1
-17
/
+0
[next]