aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_error.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-20xfs: fix memory leak in xfs_errortag_initZeng Heng1-2/+7
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-05-11xfs: add leaf to node error tagAllison Henderson1-0/+3
2022-05-11xfs: add leaf split error tagAllison Henderson1-0/+3
2022-05-11xfs: Add log attribute error tagAllison Henderson1-0/+3
2022-01-06xfs: sysfs: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-2/+2
2021-03-25xfs: add error injection for per-AG resv failureGao Xiang1-0/+3
2021-03-25xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang1-0/+2
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R1-0/+3
2021-01-22xfs: 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-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