aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_error.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15xfs: add error injection to test file mapping exchange recoveryGravatar Darrick J. Wong 1-0/+3
2024-02-13xfs: convert remaining kmem_free() to kfree()Gravatar Dave Chinner 1-2/+2
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Gravatar Dave Chinner 1-2/+2
2023-02-10xfs: make kobj_type structures constantGravatar Thomas Weißschuh 1-1/+1
2022-12-14Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-7/+39
2022-11-28xfs: add debug knob to slow down write for funGravatar Darrick J. Wong 1-0/+3
2022-11-28xfs: add debug knob to slow down writeback for funGravatar Darrick J. Wong 1-0/+16
2022-11-29xfs: drop write error injection is unfixable, remove itGravatar Dave Chinner 1-7/+20
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-1/+1
2022-10-20xfs: fix memory leak in xfs_errortag_initGravatar Zeng Heng 1-2/+7
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-1/+1
2022-05-11xfs: add leaf to node error tagGravatar Allison Henderson 1-0/+3
2022-05-11xfs: add leaf split error tagGravatar Allison Henderson 1-0/+3
2022-05-11xfs: Add log attribute error tagGravatar Allison Henderson 1-0/+3
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