summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_error.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: add error injection to test file mapping exchange recoveryDarrick J. Wong2024-04-151-0/+3
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-2/+2
* xfs: convert kmem_zalloc() to kzalloc()Dave Chinner2024-02-131-2/+2
* xfs: make kobj_type structures constantThomas Weißschuh2023-02-101-1/+1
* Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-12-141-7/+39
|\
| * xfs: add debug knob to slow down write for funDarrick J. Wong2022-11-281-0/+3
| * xfs: add debug knob to slow down writeback for funDarrick J. Wong2022-11-281-0/+16
| * xfs: drop write error injection is unfixable, remove itDave Chinner2022-11-291-7/+20
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* xfs: fix memory leak in xfs_errortag_initZeng Heng2022-10-201-2/+7
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* xfs: add leaf to node error tagAllison Henderson2022-05-111-0/+3
* xfs: add leaf split error tagAllison Henderson2022-05-111-0/+3
* xfs: Add log attribute error tagAllison Henderson2022-05-111-0/+3
* xfs: sysfs: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-061-1/+2
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-2/+2
* xfs: add error injection for per-AG resv failureGao Xiang2021-03-251-0/+3
* xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang2021-03-251-0/+2
* xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R2021-01-221-0/+3
* xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R2021-01-221-0/+3
* xfs: random buffer write failure errortagBrian Foster2020-05-071-0/+3
* xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong2020-03-121-2/+3
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-121-0/+2
* xfs: report corruption only as a regular errorDarrick J. Wong2019-11-181-1/+1
* xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent2019-11-051-1/+1
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-0/+21
* xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong2019-11-041-3/+3
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-1/+1
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-111-0/+3
* xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic maskMarco Benatto2019-02-111-1/+2
* xfs: force summary counter recalc at next mountDarrick J. Wong2018-07-231-0/+3
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-041-2/+3
* xfs: implement the metadata repair ioctl flagDarrick J. Wong2018-05-151-0/+3
* xfs: refactor inode buffer verifier error loggingDarrick J. Wong2018-03-231-5/+24
* xfs: refactor inode verifier corruption error printingDarrick J. Wong2018-01-291-0/+37
* xfs: dump the first 128 bytes of any corrupt bufferDarrick J. Wong2018-01-081-3/+4
* xfs: teach error reporting functions to take xfs_failaddr_tDarrick J. Wong2018-01-081-4/+4
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-4/+7
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-1/+4
* xfs: mark xfs_errortag_ktype staticChristoph Hellwig2017-11-061-1/+1
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: buffer lru reference count error injection tagBrian Foster2017-10-261-0/+3
* fs/xfs: Use %pS printk format for direct addressesHelge Deller2017-09-251-1/+1
* xfs: add log item pinning error injection tagBrian Foster2017-08-221-0/+3
* xfs: Check for m_errortag initialization in xfs_errortag_testCarlos Maiolino2017-07-011-0/+11
* xfs: replace log_badcrc_factor knob with error injection tagBrian Foster2017-06-271-0/+3
* xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong2017-06-271-0/+3