index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
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
*
xfs: replace log_badcrc_factor knob with error injection tag
Brian Foster
2017-06-27
1
-4
/
+1
*
xfs: remove unneeded parameter from XFS_TEST_ERROR
Darrick J. Wong
2017-06-27
1
-2
/
+1
*
xfs: remove double-underscore integer types
Darrick J. Wong
2017-06-19
1
-10
/
+10
*
xfs: dump transaction usage details on log reservation overrun
Brian Foster
2017-06-19
1
-0
/
+49
*
xfs: separate shutdown from ticket reservation print helper
Brian Foster
2017-06-19
1
-6
/
+6
*
xfs: corruption needs to respect endianess too!
Christoph Hellwig
2017-04-25
1
-1
/
+1
*
xfs: use dedicated log worker wq to avoid deadlock with cil wq
Brian Foster
2017-04-03
1
-1
/
+1
*
xfs: don't print warnings when xfs_log_force fails
Christoph Hellwig
2017-01-09
1
-10
/
+2
*
Merge branch 'xfs-4.10-misc-fixes-4' into for-next
Dave Chinner
2016-12-09
1
-23
/
+16
|
\
|
*
xfs: Always flush caches when integrity is required
Dave Chinner
2016-12-09
1
-23
/
+16
*
|
xfs: optimise CRC updates
Dave Chinner
2016-12-05
1
-1
/
+1
|
/
*
Merge branch 'xfs-4.8-buf-fixes' into for-next
Dave Chinner
2016-07-20
1
-2
/
+3
|
\
|
*
xfs: exclude never-released buffers from buftarg I/O accounting
Brian Foster
2016-07-20
1
-2
/
+3
*
|
xfs: make several functions static
Eric Sandeen
2016-06-01
1
-4
/
+4
|
/
*
Merge branch 'xfs-4.7-misc-fixes' into for-next
Dave Chinner
2016-05-20
1
-2
/
+2
|
\
|
*
xfs: Add caller function output to xfs_log_force tracepoint
Carlos Maiolino
2016-04-06
1
-2
/
+2
*
|
xfs: remove transaction types
Christoph Hellwig
2016-04-06
1
-56
/
+2
|
/
*
xfs: use named array initializers for log item dumping
Darrick J. Wong
2016-03-07
1
-64
/
+68
*
xfs: remove XFS_BUF_ZEROFLAGS macro
Dave Chinner
2016-02-10
1
-2
/
+2
*
xfs: remove XBF_WRITE flag wrapper macros
Dave Chinner
2016-02-10
1
-5
/
+3
*
xfs: remove XBF_ASYNC flag wrapper macros
Dave Chinner
2016-02-10
1
-5
/
+3
*
xfs: remove XBF_DONE flag wrapper macros
Dave Chinner
2016-02-10
1
-2
/
+2
*
Merge branch 'xfs-misc-fixes-for-4.5' into for-next
Dave Chinner
2016-01-05
1
-2
/
+4
|
\
|
*
xfs: fix log ticket type printing
Darrick J. Wong
2016-01-04
1
-2
/
+4
*
|
xfs: debug mode log record crc error injection
Brian Foster
2016-01-05
1
-7
/
+38
|
/
*
Merge branch 'xfs-logging-fixes' into for-next
Dave Chinner
2015-10-12
1
-6
/
+65
|
\
|
*
xfs: avoid null *src in memcpy call in xlog_write
Eric Sandeen
2015-10-12
1
-4
/
+13
|
*
xfs: validate metadata LSNs against log on v5 superblocks
Brian Foster
2015-10-12
1
-2
/
+52
*
|
xfs: per-filesystem stats counter implementation
Bill O'Donnell
2015-10-12
1
-11
/
+11
|
/
*
Merge branch 'xfs-efi-rework' into for-next
Dave Chinner
2015-08-19
1
-7
/
+30
|
\
|
*
xfs: checksum log record ext headers based on record size
Brian Foster
2015-08-19
1
-1
/
+6
|
*
xfs: don't leave EFIs on AIL on mount failure
Brian Foster
2015-08-19
1
-6
/
+24
*
|
xfs: Use consistent logging message prefixes
Joe Perches
2015-07-29
1
-25
/
+25
|
/
*
Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next
Dave Chinner
2015-06-23
1
-21
/
+19
|
\
|
*
xfs: remove xfs_caddr_t
Christoph Hellwig
2015-06-22
1
-2
/
+2
|
*
xfs: use void pointers in log validation helpers
Christoph Hellwig
2015-06-22
1
-16
/
+14
|
*
xfs: remove __psint_t and __psunsigned_t
Christoph Hellwig
2015-06-22
1
-5
/
+5
*
|
xfs: fix xfs_log_done interface
Christoph Hellwig
2015-06-04
1
-7
/
+4
|
/
[next]