index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
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
2022-04-21
xfs: change the type of ic_datap
Christoph Hellwig
1
-4
/
+3
2022-04-21
xfs: pass lv chain length into xlog_write()
Dave Chinner
1
-30
/
+5
2022-04-21
xfs: log ticket region debug is largely useless
Dave Chinner
1
-101
/
+6
2022-04-21
xfs: reserve space and initialise xlog_op_header in item formatting
Dave Chinner
1
-38
/
+77
2022-04-21
xfs: log tickets don't need log client id
Dave Chinner
1
-39
/
+8
2022-04-21
xfs: embed the xlog_op_header in the commit record
Dave Chinner
1
-16
/
+6
2022-04-21
xfs: embed the xlog_op_header in the unmount record
Dave Chinner
1
-11
/
+28
2022-04-21
xfs: only CIL pushes require a start record
Dave Chinner
1
-45
/
+45
2022-04-02
Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-51
/
+58
2022-03-30
xfs: drop async cache flushes from CIL commits.
Dave Chinner
1
-25
/
+11
2022-03-30
xfs: shutdown during log recovery needs to mark the log shutdown
Dave Chinner
1
-8
/
+10
2022-03-30
xfs: xfs_do_force_shutdown needs to block racing shutdowns
Dave Chinner
1
-0
/
+1
2022-03-30
xfs: log shutdown triggers should only shut down the log
Dave Chinner
1
-9
/
+23
2022-03-30
xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks
Dave Chinner
1
-9
/
+13
2022-03-25
Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-3
/
+2
2022-03-20
xfs: log items should have a xlog pointer, not a mount
Dave Chinner
1
-1
/
+1
2022-03-20
xfs: log worker needs to start before intent/unlink recovery
Dave Chinner
1
-2
/
+1
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
1
-7
/
+7
2021-10-23
xfs: rename _zone variables to _cache
Darrick J. Wong
1
-3
/
+3
2021-10-23
xfs: remove kmem_zone typedef
Darrick J. Wong
1
-1
/
+1
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
1
-14
/
+17
2021-08-19
xfs: convert mount flags to features
Dave Chinner
1
-7
/
+7
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-9
/
+9
2021-08-16
xfs: AIL needs asynchronous CIL forcing
Dave Chinner
1
-17
/
+21
2021-08-16
xfs: order CIL checkpoint start records
Dave Chinner
1
-0
/
+1
2021-08-16
xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()
Dave Chinner
1
-31
/
+16
2021-08-16
xfs: pass a CIL context to xlog_write()
Dave Chinner
1
-7
/
+11
2021-08-16
xfs: move xlog_commit_record to xfs_log_cil.c
Dave Chinner
1
-31
/
+0
2021-08-16
xfs: log head and tail aren't reliable during shutdown
Dave Chinner
1
-24
/
+27
2021-08-16
xfs: don't run shutdown callbacks on active iclogs
Dave Chinner
1
-4
/
+31
2021-08-16
xfs: separate out log shutdown callback processing
Dave Chinner
1
-15
/
+38
2021-08-16
xfs: rework xlog_state_do_callback()
Dave Chinner
1
-43
/
+53
2021-08-16
xfs: make forced shutdown processing atomic
Dave Chinner
1
-55
/
+45
2021-08-16
xfs: convert log flags to an operational state field
Dave Chinner
1
-35
/
+23
2021-08-16
xfs: move recovery needed state updates to xfs_log_mount_finish
Dave Chinner
1
-8
/
+16
2021-08-16
xfs: XLOG_STATE_IOERROR must die
Dave Chinner
1
-78
/
+30
2021-08-16
xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()
Dave Chinner
1
-16
/
+16
2021-08-10
xfs: clear log incompat feature bits when the log is idle
Darrick J. Wong
1
-0
/
+49
2021-08-10
xfs: allow setting and clearing of log incompat feature flags
Darrick J. Wong
1
-0
/
+14
2021-08-10
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
1
-2
/
+2
2021-08-10
xfs: remove kmem_alloc_io()
Dave Chinner
1
-2
/
+1
2021-07-29
xfs: limit iclog tail updates
Dave Chinner
1
-13
/
+37
[next]