summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_error.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-2/+2
2021-03-26xfs: add error injection for per-AG resv failureGao Xiang1-0/+3
2021-03-26xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang1-0/+2
2021-01-23xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R1-0/+3
2021-01-23xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R1-0/+3
2020-05-07xfs: random buffer write failure errortagBrian Foster1-0/+3
2020-03-12xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong1-2/+3
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong1-0/+2
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-05xfs: always log corruption errorsDarrick J. Wong1-0/+21
2019-11-05xfs: 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-29xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-1/+1
2019-06-29xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2019-02-12xfs: cache unlinked pointers in an rhashtableDarrick J. Wong1-0/+3
2019-02-12xfs: 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-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-05xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong1-2/+3
2018-05-16xfs: implement the metadata repair ioctl flagDarrick J. Wong1-0/+3
2018-03-24xfs: 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-02xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-10-27xfs: buffer lru reference count error injection tagBrian Foster1-0/+3
2017-09-26fs/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-02xfs: Check for m_errortag initialization in xfs_errortag_testCarlos Maiolino1-0/+11
2017-06-28xfs: replace log_badcrc_factor knob with error injection tagBrian Foster1-0/+3
2017-06-28xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong1-0/+3
2017-06-28xfs: expose errortag knobs via sysfsDarrick J. Wong1-1/+155
2017-06-28xfs: 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-24xfs: decouple inode and bmap btree header filesDave Chinner1-3/+1