index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_log.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: wait iclog complete before tearing down AIL
Guo Xuenan
2022-11-30
1
-11
/
+25
*
xfs: Print XFS UUID on mount and umount events.
Lukas Herbolt
2022-11-16
1
-4
/
+6
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
xfs: remove redundant else for clean code
Zeng Heng
2022-09-19
1
-5
/
+5
*
xfs: check return codes when flushing block devices
Darrick J. Wong
2022-08-05
1
-2
/
+10
*
xfs: delete extra space and tab in blank line
Xie Shaowen
2022-07-31
1
-1
/
+1
*
xfs: xlog_sync() manually adjusts grant head space
Dave Chinner
2022-07-07
1
-12
/
+23
*
xfs: convert log vector chain to use list heads
Dave Chinner
2022-07-07
1
-5
/
+6
*
xfs: rework per-iclog header CIL reservation
Dave Chinner
2022-07-02
1
-3
/
+6
*
xfs: prevent a UAF when log IO errors race with unmount
Darrick J. Wong
2022-07-01
1
-2
/
+7
*
xfs: move xfs_attr_use_log_assist out of xfs_log.c
Darrick J. Wong
2022-05-27
1
-41
/
+0
*
xfs: warn about LARP once per mount
Darrick J. Wong
2022-05-27
1
-2
/
+2
*
xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
Allison Henderson
2022-05-11
1
-0
/
+41
*
Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-next
Dave Chinner
2022-04-21
1
-441
/
+323
|
\
|
*
xfs: xlog_write() doesn't need optype anymore
Dave Chinner
2022-04-21
1
-3
/
+1
|
*
xfs: xlog_write() no longer needs contwr state
Dave Chinner
2022-04-21
1
-18
/
+10
|
*
xfs: remove xlog_verify_dest_ptr
Christoph Hellwig
2022-04-21
1
-34
/
+1
|
*
xfs: introduce xlog_write_partial()
Dave Chinner
2022-04-21
1
-228
/
+196
|
*
xfs: introduce xlog_write_full()
Dave Chinner
2022-04-21
1
-3
/
+66
|
*
xfs: change the type of ic_datap
Christoph Hellwig
2022-04-21
1
-4
/
+3
|
*
xfs: pass lv chain length into xlog_write()
Dave Chinner
2022-04-21
1
-30
/
+5
|
*
xfs: log ticket region debug is largely useless
Dave Chinner
2022-04-21
1
-101
/
+6
|
*
xfs: reserve space and initialise xlog_op_header in item formatting
Dave Chinner
2022-04-21
1
-38
/
+77
|
*
xfs: log tickets don't need log client id
Dave Chinner
2022-04-21
1
-39
/
+8
|
*
xfs: embed the xlog_op_header in the commit record
Dave Chinner
2022-04-21
1
-16
/
+6
|
*
xfs: embed the xlog_op_header in the unmount record
Dave Chinner
2022-04-21
1
-11
/
+28
|
*
xfs: only CIL pushes require a start record
Dave Chinner
2022-04-21
1
-45
/
+45
*
|
xfs: convert shutdown reasons to unsigned.
Dave Chinner
2022-04-21
1
-1
/
+1
|
/
*
Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-04-01
1
-51
/
+58
|
\
|
*
xfs: drop async cache flushes from CIL commits.
Dave Chinner
2022-03-29
1
-25
/
+11
|
*
xfs: shutdown during log recovery needs to mark the log shutdown
Dave Chinner
2022-03-29
1
-8
/
+10
|
*
xfs: xfs_do_force_shutdown needs to block racing shutdowns
Dave Chinner
2022-03-29
1
-0
/
+1
|
*
xfs: log shutdown triggers should only shut down the log
Dave Chinner
2022-03-29
1
-9
/
+23
|
*
xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks
Dave Chinner
2022-03-29
1
-9
/
+13
*
|
Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-03-24
1
-3
/
+2
|
\
|
|
*
xfs: log items should have a xlog pointer, not a mount
Dave Chinner
2022-03-20
1
-1
/
+1
|
*
xfs: log worker needs to start before intent/unlink recovery
Dave Chinner
2022-03-20
1
-2
/
+1
*
|
block: pass a block_device and opf to bio_init
Christoph Hellwig
2022-02-02
1
-7
/
+7
|
/
*
xfs: rename _zone variables to _cache
Darrick J. Wong
2021-10-22
1
-3
/
+3
*
xfs: remove kmem_zone typedef
Darrick J. Wong
2021-10-22
1
-1
/
+1
*
xfs: convert remaining mount flags to state flags
Dave Chinner
2021-08-19
1
-14
/
+17
*
xfs: convert mount flags to features
Dave Chinner
2021-08-19
1
-7
/
+7
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-9
/
+9
*
xfs: AIL needs asynchronous CIL forcing
Dave Chinner
2021-08-16
1
-17
/
+21
*
xfs: order CIL checkpoint start records
Dave Chinner
2021-08-16
1
-0
/
+1
*
xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()
Dave Chinner
2021-08-16
1
-31
/
+16
*
xfs: pass a CIL context to xlog_write()
Dave Chinner
2021-08-16
1
-7
/
+11
*
xfs: move xlog_commit_record to xfs_log_cil.c
Dave Chinner
2021-08-16
1
-31
/
+0
*
xfs: log head and tail aren't reliable during shutdown
Dave Chinner
2021-08-16
1
-24
/
+27
*
xfs: don't run shutdown callbacks on active iclogs
Dave Chinner
2021-08-16
1
-4
/
+31
[next]