index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_error.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: report corruption only as a regular error
Darrick J. Wong
2019-11-18
1
-1
/
+1
*
xfs: use super s_id instead of struct xfs_mount m_fsname
Ian Kent
2019-11-05
1
-1
/
+1
*
xfs: always log corruption errors
Darrick J. Wong
2019-11-04
1
-0
/
+21
*
xfs: constify the buffer pointer arguments to error functions
Darrick J. Wong
2019-11-04
1
-3
/
+3
*
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
2019-08-26
1
-1
/
+1
*
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
2019-06-28
1
-1
/
+1
*
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
2019-06-28
1
-0
/
+1
*
xfs: cache unlinked pointers in an rhashtable
Darrick J. Wong
2019-02-11
1
-0
/
+3
*
xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic mask
Marco Benatto
2019-02-11
1
-1
/
+2
*
xfs: force summary counter recalc at next mount
Darrick J. Wong
2018-07-23
1
-0
/
+3
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: explicitly pass buffer size to xfs_corruption_error
Darrick J. Wong
2018-06-04
1
-2
/
+3
*
xfs: implement the metadata repair ioctl flag
Darrick J. Wong
2018-05-15
1
-0
/
+3
*
xfs: refactor inode buffer verifier error logging
Darrick J. Wong
2018-03-23
1
-5
/
+24
*
xfs: refactor inode verifier corruption error printing
Darrick J. Wong
2018-01-29
1
-0
/
+37
*
xfs: dump the first 128 bytes of any corrupt buffer
Darrick J. Wong
2018-01-08
1
-3
/
+4
*
xfs: teach error reporting functions to take xfs_failaddr_t
Darrick J. Wong
2018-01-08
1
-4
/
+4
*
xfs: refactor verifier callers to print address of failing check
Darrick J. Wong
2018-01-08
1
-4
/
+7
*
xfs: refactor xfs_verifier_error and xfs_buf_ioerror
Darrick J. Wong
2018-01-08
1
-1
/
+4
*
xfs: mark xfs_errortag_ktype 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: buffer lru reference count error injection tag
Brian Foster
2017-10-26
1
-0
/
+3
*
fs/xfs: Use %pS printk format for direct addresses
Helge Deller
2017-09-25
1
-1
/
+1
*
xfs: add log item pinning error injection tag
Brian Foster
2017-08-22
1
-0
/
+3
*
xfs: Check for m_errortag initialization in xfs_errortag_test
Carlos Maiolino
2017-07-01
1
-0
/
+11
*
xfs: replace log_badcrc_factor knob with error injection tag
Brian Foster
2017-06-27
1
-0
/
+3
*
xfs: convert drop_writes to use the errortag mechanism
Darrick J. Wong
2017-06-27
1
-0
/
+3
*
xfs: expose errortag knobs via sysfs
Darrick J. Wong
2017-06-27
1
-1
/
+155
*
xfs: make errortag a per-mountpoint structure
Darrick J. Wong
2017-06-27
1
-74
/
+80
*
Merge branch 'xfs-4.8-misc-fixes-3' into for-next
Dave Chinner
2016-07-20
1
-1
/
+1
|
\
|
*
xfs: don't allow negative error tags
Dan Carpenter
2016-07-20
1
-1
/
+1
*
|
xfs: check for a valid error_tag in errortag_add
Darrick J. Wong
2016-06-21
1
-0
/
+3
|
/
*
xfs: print name of verifier if it fails
Eric Sandeen
2016-01-04
1
-2
/
+2
*
xfs: remove inst_t
Christoph Hellwig
2015-06-22
1
-2
/
+2
*
xfs: %pF is only for function pointers
Scott Wood
2015-03-25
1
-1
/
+1
*
xfs: move most of xfs_sb.h to xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
xfs: global error sign conversion
Dave Chinner
2014-06-25
1
-1
/
+1
*
xfs: Nuke XFS_ERROR macro
Eric Sandeen
2014-06-22
1
-23
/
+0
*
xfs: print useful caller information in xfs_error_report
Eric Sandeen
2014-02-27
1
-1
/
+1
*
xfs: add xfs_verifier_error()
Eric Sandeen
2014-02-27
1
-0
/
+25
*
xfs: decouple inode and bmap btree header files
Dave Chinner
2013-10-23
1
-3
/
+1
*
xfs: decouple log and transaction headers
Dave Chinner
2013-10-23
1
-3
/
+2
*
xfs: remove newlines from strings passed to __xfs_printk
Eric Sandeen
2013-10-17
1
-1
/
+1
*
xfs: consolidate xfs_utils.c
Dave Chinner
2013-08-12
1
-1
/
+0
*
xfs: increase hexdump output in xfs_corruption_error
Dave Chinner
2013-04-21
1
-1
/
+1
*
xfs: rename random32() to prandom_u32()
Akinobu Mita
2013-03-07
1
-1
/
+1
*
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
2012-05-14
1
-1
/
+0
*
xfs: Convert remaining cmn_err() callers to new API
Dave Chinner
2011-03-07
1
-9
/
+7
*
xfs: kill xfs_fs_repair_cmn_err() macro
Dave Chinner
2011-03-07
1
-0
/
+1
[next]