summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_error.c
AgeCommit message (Expand)Author
2023-02-10xfs: make kobj_type structures constantThomas Weißschuh
2022-12-14Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-11-28xfs: add debug knob to slow down write for funDarrick J. Wong
2022-11-28xfs: add debug knob to slow down writeback for funDarrick J. Wong
2022-11-29xfs: drop write error injection is unfixable, remove itDave Chinner
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-20xfs: fix memory leak in xfs_errortag_initZeng Heng
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-05-11xfs: add leaf to node error tagAllison Henderson
2022-05-11xfs: add leaf split error tagAllison Henderson
2022-05-11xfs: Add log attribute error tagAllison Henderson
2022-01-06xfs: sysfs: use default_groups in kobj_typeGreg Kroah-Hartman
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-03-25xfs: add error injection for per-AG resv failureGao Xiang
2021-03-25xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R
2021-01-22xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R
2020-05-07xfs: random buffer write failure errortagBrian Foster
2020-03-12xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2019-11-18xfs: report corruption only as a regular errorDarrick J. Wong
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-11-04xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong
2019-02-11xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic maskMarco Benatto
2018-07-23xfs: force summary counter recalc at next mountDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong
2018-03-23xfs: refactor inode buffer verifier error loggingDarrick J. Wong
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong
2018-01-08xfs: dump the first 128 bytes of any corrupt bufferDarrick J. Wong
2018-01-08xfs: teach error reporting functions to take xfs_failaddr_tDarrick J. Wong
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2017-11-06xfs: mark xfs_errortag_ktype staticChristoph Hellwig
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-10-26xfs: buffer lru reference count error injection tagBrian Foster
2017-09-25fs/xfs: Use %pS printk format for direct addressesHelge Deller
2017-08-22xfs: add log item pinning error injection tagBrian Foster
2017-07-01xfs: Check for m_errortag initialization in xfs_errortag_testCarlos Maiolino
2017-06-27xfs: replace log_badcrc_factor knob with error injection tagBrian Foster
2017-06-27xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong
2017-06-27xfs: expose errortag knobs via sysfsDarrick J. Wong
2017-06-27xfs: make errortag a per-mountpoint structureDarrick J. Wong
2016-07-20Merge branch 'xfs-4.8-misc-fixes-3' into for-nextDave Chinner