index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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: use a list_head for iclog callbacks
Christoph Hellwig
2019-06-28
1
-42
/
+9
*
xfs: stop using XFS_LI_ABORTED as a parameter flag
Christoph Hellwig
2019-06-28
1
-14
/
+11
*
xfs: move the log ioend workqueue to struct xlog
Christoph Hellwig
2019-06-28
1
-2
/
+11
*
xfs: use bios directly to write log buffers
Christoph Hellwig
2019-06-28
1
-122
/
+108
*
xfs: make use of the l_targ field in struct xlog
Christoph Hellwig
2019-06-28
1
-3
/
+3
*
xfs: remove the syncing argument from xlog_verify_iclog
Christoph Hellwig
2019-06-28
1
-8
/
+6
*
xfs: update both stat counters together in xlog_sync
Christoph Hellwig
2019-06-28
1
-1
/
+1
*
xfs: factor out iclog size calculation from xlog_sync
Christoph Hellwig
2019-06-28
1
-26
/
+41
*
xfs: factor out splitting of an iclog from xlog_sync
Christoph Hellwig
2019-06-28
1
-30
/
+33
*
xfs: factor out log buffer writing from xlog_sync
Christoph Hellwig
2019-06-28
1
-80
/
+45
*
xfs: don't use REQ_PREFLUSH for split log writes
Christoph Hellwig
2019-06-28
1
-1
/
+1
*
xfs: remove XLOG_STATE_IOABORT
Christoph Hellwig
2019-06-28
1
-9
/
+11
*
xfs: reformat xlog_get_lowest_lsn
Christoph Hellwig
2019-06-28
1
-14
/
+10
*
xfs: cleanup xlog_get_iclog_buffer_size
Christoph Hellwig
2019-06-28
1
-41
/
+11
*
xfs: remove the l_iclog_size_log field from struct xlog
Christoph Hellwig
2019-06-28
1
-9
/
+0
*
xfs: remove the no-op spinlock_destroy stub
Christoph Hellwig
2019-06-28
1
-2
/
+0
*
xfs: fix broken log reservation debugging
Darrick J. Wong
2019-05-24
1
-2
/
+9
*
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
Darrick J. Wong
2019-04-14
1
-1
/
+2
*
xfs: fix a comment in xfs_log_reserve
Huang Chong
2018-08-03
1
-1
/
+1
*
xfs: refactor log recovery check
Darrick J. Wong
2018-08-01
1
-0
/
+9
*
xfs: force summary counter recalc at next mount
Darrick J. Wong
2018-07-23
1
-1
/
+15
*
xfs: refactor unmount record write
Darrick J. Wong
2018-07-23
1
-62
/
+69
*
xfs: clean up MIN/MAX
Dave Chinner
2018-06-08
1
-2
/
+2
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: get rid of the log item descriptor
Dave Chinner
2018-05-10
1
-5
/
+5
*
xfs: log item flags are racy
Dave Chinner
2018-05-10
1
-1
/
+1
*
xfs: non-scrub - remove unused function parameters
Eric Sandeen
2018-04-09
1
-1
/
+0
*
xfs: unwind the try_again loop in xfs_log_force
Christoph Hellwig
2018-03-23
1
-30
/
+42
*
xfs: refactor xfs_log_force_lsn
Christoph Hellwig
2018-03-23
1
-80
/
+62
*
xfs: refactor xfs_log_force
Christoph Hellwig
2018-03-14
1
-81
/
+63
*
xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn
Christoph Hellwig
2018-03-14
1
-16
/
+2
*
xfs: merge _xfs_log_force and xfs_log_force
Christoph Hellwig
2018-03-14
1
-21
/
+5
*
xfs: Rename xa_ elements to ail_
Matthew Wilcox
2018-03-11
1
-3
/
+3
*
Use list_head infra-structure for buffer's log items list
Carlos Maiolino
2018-01-29
1
-0
/
+1
*
Split buffer's b_fspriv field
Carlos Maiolino
2018-01-29
1
-4
/
+4
*
xfs: use %px for data pointers when debugging
Darrick J. Wong
2018-01-12
1
-2
/
+2
*
xfs: change 0x%p -> %p in print messages
Darrick J. Wong
2018-01-12
1
-2
/
+2
*
xfs: print transaction log reservation on overrun
Brian Foster
2018-01-08
1
-1
/
+3
*
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-27
1
-3
/
+3
*
xfs: mark xlog_verify_dest_ptr STATIC
Christoph Hellwig
2017-11-06
1
-1
/
+1
*
xfs: move error injection tags into their own file
Darrick J. Wong
2017-11-01
1
-0
/
+1
*
xfs: validate sb_logsunit is a multiple of the fs blocksize
Darrick J. Wong
2017-10-26
1
-1
/
+13
*
xfs: drain the buffer LRU on mount
Brian Foster
2017-10-26
1
-0
/
+16
*
xfs: Fix bool initialization/comparison
Thomas Meyer
2017-10-11
1
-1
/
+1
*
xfs: fix incorrect log_flushed on fsync
Amir Goldstein
2017-09-01
1
-7
/
+0
*
xfs: evict all inodes involved with log redo item
Darrick J. Wong
2017-09-01
1
-0
/
+12
*
xfs: toggle readonly state around xfs_log_mount_finish
Eric Sandeen
2017-08-22
1
-0
/
+7
*
xfs: write unmount record for ro mounts
Eric Sandeen
2017-08-22
1
-2
/
+5
*
xfs: clear MS_ACTIVE after finishing log recovery
Darrick J. Wong
2017-08-17
1
-0
/
+11
*
xfs: fix semicolon.cocci warnings
kbuild test robot
2017-06-27
1
-1
/
+1
[next]