index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_log.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-07
xfs: move CIL ordering to the logvec chain
Dave Chinner
1
-0
/
+1
2022-07-07
xfs: convert log vector chain to use list heads
Dave Chinner
1
-1
/
+1
2022-05-23
xfs: share xattr name and value buffers when logging xattr updates
Darrick J. Wong
1
-0
/
+7
2022-05-11
xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
Allison Henderson
1
-0
/
+1
2022-05-04
xfs: hide log iovec alignment constraints
Dave Chinner
1
-3
/
+39
2022-04-21
Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-next
Dave Chinner
1
-41
/
+14
2022-04-21
xfs: convert shutdown reasons to unsigned.
Dave Chinner
1
-1
/
+1
2022-04-21
xfs: reserve space and initialise xlog_op_header in item formatting
Dave Chinner
1
-34
/
+8
2022-04-21
xfs: move log iovec alignment to preparation function
Dave Chinner
1
-11
/
+14
2022-04-21
xfs: log tickets don't need log client id
Dave Chinner
1
-9
/
+5
2021-08-16
xfs: AIL needs asynchronous CIL forcing
Dave Chinner
1
-0
/
+1
2021-08-16
xfs: make forced shutdown processing atomic
Dave Chinner
1
-1
/
+1
2021-08-16
xfs: convert log flags to an operational state field
Dave Chinner
1
-1
/
+0
2021-08-09
xfs: clear log incompat feature bits when the log is idle
Darrick J. Wong
1
-0
/
+3
2021-06-21
xfs: xfs_log_force_lsn isn't passed a LSN
Dave Chinner
1
-3
/
+1
2021-06-21
xfs: journal IO cache flush reductions
Dave Chinner
1
-1
/
+0
2021-01-22
xfs: cover the log during log quiesce
Brian Foster
1
-1
/
+1
2021-01-22
xfs: separate log cleaning from log quiesce
Brian Foster
1
-0
/
+1
2021-01-22
xfs: sync lazy sb accounting on quiesce of read-only mounts
Brian Foster
1
-0
/
+1
2020-10-07
xfs: expose the log push threshold
Darrick J. Wong
1
-0
/
+2
2020-03-27
xfs: refactor and split xfs_log_done()
Dave Chinner
1
-4
/
+0
2020-03-23
xfs: remove the aborted parameter to xlog_state_done_syncing
Christoph Hellwig
1
-1
/
+1
2020-03-23
xfs: simplify the xfs_log_release_iclog calling convention
Christoph Hellwig
1
-2
/
+1
2019-07-03
fs: xfs: xfs_log: Change return type from int to void
Hariprasad Kelam
1
-1
/
+1
2019-06-28
xfs: use a list_head for iclog callbacks
Christoph Hellwig
1
-12
/
+3
2019-06-28
xfs: stop using XFS_LI_ABORTED as a parameter flag
Christoph Hellwig
1
-1
/
+1
2018-08-01
xfs: refactor log recovery check
Darrick J. Wong
1
-0
/
+1
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-04-09
xfs: non-scrub - remove unused function parameters
Eric Sandeen
1
-2
/
+1
2018-03-14
xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn
Christoph Hellwig
1
-7
/
+2
2018-03-14
xfs: merge _xfs_log_force and xfs_log_force
Christoph Hellwig
1
-5
/
+1
2017-06-19
xfs: remove double-underscore integer types
Darrick J. Wong
1
-1
/
+1
2017-01-30
xfs: remove unused struct declarations
Eric Sandeen
1
-1
/
+0
2016-06-01
xfs: make several functions static
Eric Sandeen
1
-5
/
+0
2016-04-06
xfs: remove transaction types
Christoph Hellwig
1
-2
/
+1
2015-10-12
xfs: validate metadata LSNs against log on v5 superblocks
Brian Foster
1
-0
/
+1
2015-08-19
xfs: don't leave EFIs on AIL on mount failure
Brian Foster
1
-0
/
+1
2015-06-04
xfs: fix xfs_log_done interface
Christoph Hellwig
1
-10
/
+1
2015-06-04
xfs: saner xfs_trans_commit interface
Christoph Hellwig
1
-1
/
+1
2014-05-20
xfs: log vector rounding leaks log space
Dave Chinner
1
-6
/
+13
2014-02-07
xfs: convert xfs_log_commit_cil() to void
Jie Liu
1
-1
/
+1
2013-12-13
xfs: format log items write directly into the linear CIL buffer
Christoph Hellwig
1
-4
/
+37
2013-12-13
xfs: introduce xlog_copy_iovec
Christoph Hellwig
1
-0
/
+13
2013-10-23
xfs: decouple log and transaction headers
Dave Chinner
1
-8
/
+2
2013-08-13
xfs: Reduce allocations during CIL insertion
Dave Chinner
1
-0
/
+1
2013-08-12
xfs: separate out log format definitions
Dave Chinner
1
-68
/
+21
2013-06-27
xfs: Inode create log items
Dave Chinner
1
-1
/
+2
2013-06-27
xfs: Introduce ordered log vector support
Dave Chinner
1
-0
/
+2
2012-10-17
xfs: xfs_quiesce_attr() should quiesce the log like unmount
Dave Chinner
1
-0
/
+1
2012-10-17
xfs: sync work is now only periodic log work
Dave Chinner
1
-0
/
+3
[next]