aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_error.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18xfs: report corruption only as a regular errorDarrick J. Wong1-1/+1
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent1-1/+1
2019-11-04xfs: always log corruption errorsDarrick J. Wong1-0/+21
2019-11-04xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong1-3/+3
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-1/+1
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong1-0/+3
2019-02-11xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic maskMarco Benatto1-1/+2
2018-07-23xfs: force summary counter recalc at next mountDarrick J. Wong1-0/+3
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong1-2/+3
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong1-0/+3
2018-03-23xfs: refactor inode buffer verifier error loggingDarrick J. Wong1-5/+24
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong1-0/+37
2018-01-08xfs: dump the first 128 bytes of any corrupt bufferDarrick J. Wong1-3/+4
2018-01-08xfs: teach error reporting functions to take xfs_failaddr_tDarrick J. Wong1-4/+4
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong1-4/+7
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong1-1/+4
2017-11-06xfs: mark xfs_errortag_ktype staticChristoph Hellwig1-1/+1
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-10-26xfs: buffer lru reference count error injection tagBrian Foster1-0/+3
2017-09-25fs/xfs: Use %pS printk format for direct addressesHelge Deller1-1/+1
2017-08-22xfs: add log item pinning error injection tagBrian Foster1-0/+3
2017-07-01xfs: Check for m_errortag initialization in xfs_errortag_testCarlos Maiolino1-0/+11
2017-06-27xfs: replace log_badcrc_factor knob with error injection tagBrian Foster1-0/+3
2017-06-27xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong1-0/+3
2017-06-27xfs: expose errortag knobs via sysfsDarrick J. Wong1-1/+155
2017-06-27xfs: make errortag a per-mountpoint structureDarrick J. Wong1-74/+80
2016-07-20Merge branch 'xfs-4.8-misc-fixes-3' into for-nextDave Chinner1-1/+1
2016-07-20xfs: don't allow negative error tagsDan Carpenter1-1/+1
2016-06-21xfs: check for a valid error_tag in errortag_addDarrick J. Wong1-0/+3
2016-01-04xfs: print name of verifier if it failsEric Sandeen1-2/+2
2015-06-22xfs: remove inst_tChristoph Hellwig1-2/+2
2015-03-25xfs: %pF is only for function pointersScott Wood1-1/+1
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-06-25xfs: global error sign conversionDave Chinner1-1/+1
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-23/+0
2014-02-27xfs: print useful caller information in xfs_error_reportEric Sandeen1-1/+1
2014-02-27xfs: add xfs_verifier_error()Eric Sandeen1-0/+25
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-3/+1
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+2
2013-10-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen1-1/+1
2013-08-12xfs: consolidate xfs_utils.cDave Chinner1-1/+0
2013-04-21xfs: increase hexdump output in xfs_corruption_errorDave Chinner1-1/+1
2013-03-07xfs: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner1-9/+7
2011-03-07xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner1-0/+1