aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_error.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-06xfs: sysfs: use default_groups in kobj_typeGravatar Greg Kroah-Hartman 1-1/+2
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Gravatar Dave Chinner 1-2/+2
2021-03-25xfs: add error injection for per-AG resv failureGravatar Gao Xiang 1-0/+3
2021-03-25xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGravatar Gao Xiang 1-0/+2
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesGravatar Chandan Babu R 1-0/+3
2021-01-22xfs: Introduce error injection to reduce maximum inode fork extent countGravatar Chandan Babu R 1-0/+3
2020-05-07xfs: random buffer write failure errortagGravatar Brian Foster 1-0/+3
2020-03-12xfs: xfs_buf_corruption_error should take __this_addressGravatar Darrick J. Wong 1-2/+3
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersGravatar Darrick J. Wong 1-0/+2
2019-11-18xfs: report corruption only as a regular errorGravatar Darrick J. Wong 1-1/+1
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameGravatar Ian Kent 1-1/+1
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 1-0/+21
2019-11-04xfs: constify the buffer pointer arguments to error functionsGravatar Darrick J. Wong 1-3/+3
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-1/+1
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufGravatar Christoph Hellwig 1-1/+1
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-0/+1
2019-02-11xfs: cache unlinked pointers in an rhashtableGravatar Darrick J. Wong 1-0/+3
2019-02-11xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic maskGravatar Marco Benatto 1-1/+2
2018-07-23xfs: force summary counter recalc at next mountGravatar Darrick J. Wong 1-0/+3
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorGravatar Darrick J. Wong 1-2/+3
2018-05-15xfs: implement the metadata repair ioctl flagGravatar Darrick J. Wong 1-0/+3
2018-03-23xfs: refactor inode buffer verifier error loggingGravatar Darrick J. Wong 1-5/+24
2018-01-29xfs: refactor inode verifier corruption error printingGravatar Darrick J. Wong 1-0/+37
2018-01-08xfs: dump the first 128 bytes of any corrupt bufferGravatar Darrick J. Wong 1-3/+4
2018-01-08xfs: teach error reporting functions to take xfs_failaddr_tGravatar Darrick J. Wong 1-4/+4
2018-01-08xfs: refactor verifier callers to print address of failing checkGravatar Darrick J. Wong 1-4/+7
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorGravatar Darrick J. Wong 1-1/+4
2017-11-06xfs: mark xfs_errortag_ktype staticGravatar Christoph Hellwig 1-1/+1
2017-11-01xfs: move error injection tags into their own fileGravatar Darrick J. Wong 1-0/+1
2017-10-26xfs: buffer lru reference count error injection tagGravatar Brian Foster 1-0/+3
2017-09-25fs/xfs: Use %pS printk format for direct addressesGravatar Helge Deller 1-1/+1
2017-08-22xfs: add log item pinning error injection tagGravatar Brian Foster 1-0/+3
2017-07-01xfs: Check for m_errortag initialization in xfs_errortag_testGravatar Carlos Maiolino 1-0/+11
2017-06-27xfs: replace log_badcrc_factor knob with error injection tagGravatar Brian Foster 1-0/+3
2017-06-27xfs: convert drop_writes to use the errortag mechanismGravatar Darrick J. Wong 1-0/+3
2017-06-27xfs: expose errortag knobs via sysfsGravatar Darrick J. Wong 1-1/+155
2017-06-27xfs: make errortag a per-mountpoint structureGravatar Darrick J. Wong 1-74/+80
2016-07-20Merge branch 'xfs-4.8-misc-fixes-3' into for-nextGravatar Dave Chinner 1-1/+1
2016-07-20xfs: don't allow negative error tagsGravatar Dan Carpenter 1-1/+1
2016-06-21xfs: check for a valid error_tag in errortag_addGravatar Darrick J. Wong 1-0/+3
2016-01-04xfs: print name of verifier if it failsGravatar Eric Sandeen 1-2/+2
2015-06-22xfs: remove inst_tGravatar Christoph Hellwig 1-2/+2
2015-03-25xfs: %pF is only for function pointersGravatar Scott Wood 1-1/+1
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-1/+1
2014-06-22xfs: Nuke XFS_ERROR macroGravatar Eric Sandeen 1-23/+0
2014-02-27xfs: print useful caller information in xfs_error_reportGravatar Eric Sandeen 1-1/+1
2014-02-27xfs: add xfs_verifier_error()Gravatar Eric Sandeen 1-0/+25