index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2019-09-05
xfs: push the grant head when the log head moves forward
Dave Chinner
1
-25
/
+47
2019-09-05
xfs: push iclog state cleaning into xlog_state_clean_log
Dave Chinner
1
-24
/
+33
2019-09-05
xfs: factor iclog state processing out of xlog_state_do_callback()
Dave Chinner
1
-98
/
+98
2019-09-05
xfs: factor callbacks out of xlog_state_do_callback()
Dave Chinner
1
-28
/
+48
2019-09-05
xfs: factor debug code out of xlog_state_do_callback()
Dave Chinner
1
-35
/
+44
2019-09-05
xfs: fix missed wakeup on l_flush_wait
Rik van Riel
1
-5
/
+4
2019-09-05
xfs: push the AIL in xlog_grant_head_wake
Dave Chinner
1
-1
/
+28
2019-08-26
xfs: add kmem_alloc_io()
Dave Chinner
1
-2
/
+3
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
1
-2
/
+1
2019-08-03
fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().
Tetsuo Handa
1
-4
/
+1
2019-07-03
fs: xfs: xfs_log: Change return type from int to void
Hariprasad Kelam
1
-6
/
+2
2019-06-28
xfs: fix iclog allocation size
Christoph Hellwig
1
-1
/
+2
2019-06-28
xfs: remove unused header files
Eric Sandeen
1
-4
/
+0
2019-06-28
xfs: use a list_head for iclog callbacks
Christoph Hellwig
1
-42
/
+9
2019-06-28
xfs: stop using XFS_LI_ABORTED as a parameter flag
Christoph Hellwig
1
-14
/
+11
2019-06-28
xfs: move the log ioend workqueue to struct xlog
Christoph Hellwig
1
-2
/
+11
2019-06-28
xfs: use bios directly to write log buffers
Christoph Hellwig
1
-122
/
+108
2019-06-28
xfs: make use of the l_targ field in struct xlog
Christoph Hellwig
1
-3
/
+3
2019-06-28
xfs: remove the syncing argument from xlog_verify_iclog
Christoph Hellwig
1
-8
/
+6
2019-06-28
xfs: update both stat counters together in xlog_sync
Christoph Hellwig
1
-1
/
+1
2019-06-28
xfs: factor out iclog size calculation from xlog_sync
Christoph Hellwig
1
-26
/
+41
2019-06-28
xfs: factor out splitting of an iclog from xlog_sync
Christoph Hellwig
1
-30
/
+33
2019-06-28
xfs: factor out log buffer writing from xlog_sync
Christoph Hellwig
1
-80
/
+45
2019-06-28
xfs: don't use REQ_PREFLUSH for split log writes
Christoph Hellwig
1
-1
/
+1
2019-06-28
xfs: remove XLOG_STATE_IOABORT
Christoph Hellwig
1
-9
/
+11
2019-06-28
xfs: reformat xlog_get_lowest_lsn
Christoph Hellwig
1
-14
/
+10
2019-06-28
xfs: cleanup xlog_get_iclog_buffer_size
Christoph Hellwig
1
-41
/
+11
2019-06-28
xfs: remove the l_iclog_size_log field from struct xlog
Christoph Hellwig
1
-9
/
+0
2019-06-28
xfs: remove the no-op spinlock_destroy stub
Christoph Hellwig
1
-2
/
+0
2019-05-24
xfs: fix broken log reservation debugging
Darrick J. Wong
1
-2
/
+9
2019-04-14
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
Darrick J. Wong
1
-1
/
+2
2018-08-03
xfs: fix a comment in xfs_log_reserve
Huang Chong
1
-1
/
+1
2018-08-01
xfs: refactor log recovery check
Darrick J. Wong
1
-0
/
+9
2018-07-23
xfs: force summary counter recalc at next mount
Darrick J. Wong
1
-1
/
+15
2018-07-23
xfs: refactor unmount record write
Darrick J. Wong
1
-62
/
+69
2018-06-08
xfs: clean up MIN/MAX
Dave Chinner
1
-2
/
+2
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-05-10
xfs: get rid of the log item descriptor
Dave Chinner
1
-5
/
+5
2018-05-10
xfs: log item flags are racy
Dave Chinner
1
-1
/
+1
2018-04-09
xfs: non-scrub - remove unused function parameters
Eric Sandeen
1
-1
/
+0
2018-03-23
xfs: unwind the try_again loop in xfs_log_force
Christoph Hellwig
1
-30
/
+42
2018-03-23
xfs: refactor xfs_log_force_lsn
Christoph Hellwig
1
-80
/
+62
2018-03-14
xfs: refactor xfs_log_force
Christoph Hellwig
1
-81
/
+63
2018-03-14
xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn
Christoph Hellwig
1
-16
/
+2
2018-03-14
xfs: merge _xfs_log_force and xfs_log_force
Christoph Hellwig
1
-21
/
+5
2018-03-11
xfs: Rename xa_ elements to ail_
Matthew Wilcox
1
-3
/
+3
2018-01-29
Use list_head infra-structure for buffer's log items list
Carlos Maiolino
1
-0
/
+1
2018-01-29
Split buffer's b_fspriv field
Carlos Maiolino
1
-4
/
+4
2018-01-12
xfs: use %px for data pointers when debugging
Darrick J. Wong
1
-2
/
+2
2018-01-12
xfs: change 0x%p -> %p in print messages
Darrick J. Wong
1
-2
/
+2
[next]