index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: 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
*
xfs: separate out log shutdown callback processing
Dave Chinner
2021-08-16
1
-15
/
+38
*
xfs: rework xlog_state_do_callback()
Dave Chinner
2021-08-16
1
-43
/
+53
*
xfs: make forced shutdown processing atomic
Dave Chinner
2021-08-16
1
-55
/
+45
*
xfs: convert log flags to an operational state field
Dave Chinner
2021-08-16
1
-35
/
+23
*
xfs: move recovery needed state updates to xfs_log_mount_finish
Dave Chinner
2021-08-16
1
-8
/
+16
*
xfs: XLOG_STATE_IOERROR must die
Dave Chinner
2021-08-16
1
-78
/
+30
*
xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()
Dave Chinner
2021-08-16
1
-16
/
+16
*
xfs: clear log incompat feature bits when the log is idle
Darrick J. Wong
2021-08-09
1
-0
/
+49
*
xfs: allow setting and clearing of log incompat feature flags
Darrick J. Wong
2021-08-09
1
-0
/
+14
*
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
2021-08-09
1
-2
/
+2
*
xfs: remove kmem_alloc_io()
Dave Chinner
2021-08-09
1
-2
/
+1
*
xfs: limit iclog tail updates
Dave Chinner
2021-07-29
1
-13
/
+37
*
xfs: avoid unnecessary waits in xfs_log_force_lsn()
Dave Chinner
2021-07-29
1
-5
/
+37
*
xfs: log forces imply data device cache flushes
Dave Chinner
2021-07-29
1
-13
/
+34
*
xfs: factor out forced iclog flushes
Dave Chinner
2021-07-29
1
-24
/
+18
*
xfs: fix ordering violation between cache flushes and tail updates
Dave Chinner
2021-07-29
1
-10
/
+26
*
xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog
Dave Chinner
2021-07-29
1
-28
/
+17
*
xfs: external logs need to flush data device
Dave Chinner
2021-07-29
1
-8
/
+11
*
xfs: flush data dev on external log write
Dave Chinner
2021-07-29
1
-1
/
+1
*
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-07-02
1
-157
/
+116
|
\
|
*
xfs: Fix a CIL UAF by getting get rid of the iclog callback lock
Dave Chinner
2021-06-25
1
-28
/
+6
|
*
xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacks
Dave Chinner
2021-06-25
1
-10
/
+6
|
*
xfs: don't nest icloglock inside ic_callback_lock
Dave Chinner
2021-06-25
1
-14
/
+4
|
*
xfs: force the log offline when log intent item recovery fails
Darrick J. Wong
2021-06-21
1
-0
/
+3
|
*
xfs: add iclog state trace events
Dave Chinner
2021-06-21
1
-0
/
+18
|
*
xfs: xfs_log_force_lsn isn't passed a LSN
Dave Chinner
2021-06-21
1
-13
/
+14
|
*
xfs: journal IO cache flush reductions
Dave Chinner
2021-06-21
1
-43
/
+23
|
*
xfs: remove need_start_rec parameter from xlog_write()
Dave Chinner
2021-06-21
1
-22
/
+22
|
*
xfs: remove xfs_blkdev_issue_flush
Dave Chinner
2021-06-21
1
-1
/
+1
|
*
xfs: separate CIL commit record IO
Dave Chinner
2021-06-18
1
-3
/
+5
|
*
xfs: Fix 64-bit division on 32-bit in xlog_state_switch_iclogs()
Geert Uytterhoeven
2021-06-18
1
-2
/
+2
|
*
xfs: log stripe roundoff is a property of the log
Dave Chinner
2021-06-18
1
-34
/
+25
*
|
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-05-26
1
-0
/
+1
|
/
*
xfs: don't allow log writes if the data device is readonly
Darrick J. Wong
2021-05-04
1
-4
/
+6
*
xfs: fix boolreturn.cocci warnings
kernel test robot
2021-02-10
1
-1
/
+1
*
xfs: set WQ_SYSFS on all workqueues in debug mode
Darrick J. Wong
2021-02-03
1
-2
/
+3
*
xfs: fix unused log variable in xfs_log_cover()
Brian Foster
2021-02-01
1
-3
/
+2
*
xfs: fold sbcount quiesce logging into log covering
Brian Foster
2021-01-22
1
-2
/
+18
*
xfs: don't reset log idle state on covering checkpoints
Brian Foster
2021-01-22
1
-3
/
+6
*
xfs: cover the log during log quiesce
Brian Foster
2021-01-22
1
-3
/
+46
[next]