index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_log.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
-158
/
+88
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
-8
/
+8
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
2023-06-29
xfs: journal geometry is not properly bounds checked
Dave Chinner
1
-32
/
+15
2022-11-30
xfs: wait iclog complete before tearing down AIL
Guo Xuenan
1
-11
/
+25
2022-11-16
xfs: Print XFS UUID on mount and umount events.
Lukas Herbolt
1
-4
/
+6
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-09-19
xfs: remove redundant else for clean code
Zeng Heng
1
-5
/
+5
2022-08-05
xfs: check return codes when flushing block devices
Darrick J. Wong
1
-2
/
+10
2022-07-31
xfs: delete extra space and tab in blank line
Xie Shaowen
1
-1
/
+1
2022-07-07
xfs: xlog_sync() manually adjusts grant head space
Dave Chinner
1
-12
/
+23
2022-07-07
xfs: convert log vector chain to use list heads
Dave Chinner
1
-5
/
+6
2022-07-02
xfs: rework per-iclog header CIL reservation
Dave Chinner
1
-3
/
+6
2022-07-01
xfs: prevent a UAF when log IO errors race with unmount
Darrick J. Wong
1
-2
/
+7
2022-05-27
xfs: move xfs_attr_use_log_assist out of xfs_log.c
Darrick J. Wong
1
-41
/
+0
2022-05-27
xfs: warn about LARP once per mount
Darrick J. Wong
1
-2
/
+2
2022-05-11
xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
Allison Henderson
1
-0
/
+41
2022-04-21
Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-next
Dave Chinner
1
-441
/
+323
2022-04-21
xfs: convert shutdown reasons to unsigned.
Dave Chinner
1
-1
/
+1
2022-04-21
xfs: xlog_write() doesn't need optype anymore
Dave Chinner
1
-3
/
+1
2022-04-21
xfs: xlog_write() no longer needs contwr state
Dave Chinner
1
-18
/
+10
2022-04-21
xfs: remove xlog_verify_dest_ptr
Christoph Hellwig
1
-34
/
+1
2022-04-21
xfs: introduce xlog_write_partial()
Dave Chinner
1
-228
/
+196
2022-04-21
xfs: introduce xlog_write_full()
Dave Chinner
1
-3
/
+66
[next]