aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_error.c
Commit message (Expand)AuthorAge
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-26
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-28
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-28
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-11
* xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic maskMarco Benatto2019-02-11
* xfs: force summary counter recalc at next mountDarrick J. Wong2018-07-23
* xfs: convert to SPDX license tagsDave Chinner2018-06-06
* xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-04
* xfs: implement the metadata repair ioctl flagDarrick J. Wong2018-05-15
* xfs: refactor inode buffer verifier error loggingDarrick J. Wong2018-03-23
* xfs: refactor inode verifier corruption error printingDarrick J. Wong2018-01-29
* xfs: dump the first 128 bytes of any corrupt bufferDarrick J. Wong2018-01-08
* xfs: teach error reporting functions to take xfs_failaddr_tDarrick J. Wong2018-01-08
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-08
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-08
* xfs: mark xfs_errortag_ktype staticChristoph Hellwig2017-11-06
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-01
* xfs: buffer lru reference count error injection tagBrian Foster2017-10-26
* fs/xfs: Use %pS printk format for direct addressesHelge Deller2017-09-25
* xfs: add log item pinning error injection tagBrian Foster2017-08-22
* xfs: Check for m_errortag initialization in xfs_errortag_testCarlos Maiolino2017-07-02
* xfs: replace log_badcrc_factor knob with error injection tagBrian Foster2017-06-27
* xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong2017-06-27
* xfs: expose errortag knobs via sysfsDarrick J. Wong2017-06-27
* xfs: make errortag a per-mountpoint structureDarrick J. Wong2017-06-27
* Merge branch 'xfs-4.8-misc-fixes-3' into for-nextDave Chinner2016-07-19
|\
| * xfs: don't allow negative error tagsDan Carpenter2016-07-19
* | xfs: check for a valid error_tag in errortag_addDarrick J. Wong2016-06-20
|/
* xfs: print name of verifier if it failsEric Sandeen2016-01-04
* xfs: remove inst_tChristoph Hellwig2015-06-21
* xfs: %pF is only for function pointersScott Wood2015-03-24
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-27
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-27
* xfs: global error sign conversionDave Chinner2014-06-25
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-22
* xfs: print useful caller information in xfs_error_reportEric Sandeen2014-02-26
* xfs: add xfs_verifier_error()Eric Sandeen2014-02-26
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-23
* xfs: decouple log and transaction headersDave Chinner2013-10-23
* xfs: remove newlines from strings passed to __xfs_printkEric Sandeen2013-10-17
* xfs: consolidate xfs_utils.cDave Chinner2013-08-12
* xfs: increase hexdump output in xfs_corruption_errorDave Chinner2013-04-21
* xfs: rename random32() to prandom_u32()Akinobu Mita2013-03-07
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-14
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-06
* xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner2011-03-06
* xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner2011-03-06
* xfs: prevent NMI timeouts in cmn_errDave Chinner2011-01-12
* xfs: only run xfs_error_test if error injection is activeDave Chinner2010-12-01
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-26