| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: allow setting full range of panic tags | Donald Douwsma | 2023-02-09 | 1 | -1/+11 |
* | xfs: add debug knob to slow down writeback for fun | Darrick J. Wong | 2022-11-28 | 1 | -0/+13 |
* | xfs: convert ptag flags to unsigned. | Dave Chinner | 2022-04-21 | 1 | -10/+10 |
* | xfs: add trace point for fs shutdown | Darrick J. Wong | 2021-08-18 | 1 | -0/+12 |
* | xfs: xfs_buf_corruption_error should take __this_address | Darrick J. Wong | 2020-03-12 | 1 | -1/+1 |
* | xfs: kill the XFS_WANT_CORRUPT_* macros | Darrick J. Wong | 2019-11-12 | 1 | -26/+0 |
* | xfs: always log corruption errors | Darrick J. Wong | 2019-11-04 | 1 | -0/+1 |
* | xfs: constify the buffer pointer arguments to error functions | Darrick J. Wong | 2019-11-04 | 1 | -3/+3 |
* | xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic mask | Marco Benatto | 2019-02-11 | 1 | -0/+1 |
* | xfs: convert to SPDX license tags | Dave Chinner | 2018-06-06 | 1 | -13/+1 |
* | xfs: explicitly pass buffer size to xfs_corruption_error | Darrick J. Wong | 2018-06-04 | 1 | -4/+5 |
* | xfs: refactor inode buffer verifier error logging | Darrick J. Wong | 2018-03-23 | 1 | -0/+3 |
* | xfs: refactor inode verifier corruption error printing | Darrick J. Wong | 2018-01-29 | 1 | -0/+3 |
* | xfs: dump the first 128 bytes of any corrupt buffer | Darrick J. Wong | 2018-01-08 | 1 | -0/+3 |
* | xfs: teach error reporting functions to take xfs_failaddr_t | Darrick J. Wong | 2018-01-08 | 1 | -2/+3 |
* | xfs: refactor verifier callers to print address of failing check | Darrick J. Wong | 2018-01-08 | 1 | -1/+2 |
* | xfs: refactor xfs_verifier_error and xfs_buf_ioerror | Darrick J. Wong | 2018-01-08 | 1 | -1/+1 |
* | xfs: move error injection tags into their own file | Darrick J. Wong | 2017-11-01 | 1 | -83/+0 |
* | xfs: buffer lru reference count error injection tag | Brian Foster | 2017-10-26 | 1 | -1/+3 |
* | xfs: add log item pinning error injection tag | Brian Foster | 2017-08-22 | 1 | -1/+3 |
* | xfs: replace log_badcrc_factor knob with error injection tag | Brian Foster | 2017-06-27 | 1 | -1/+3 |
* | xfs: convert drop_writes to use the errortag mechanism | Darrick J. Wong | 2017-06-27 | 1 | -1/+11 |
* | xfs: remove unneeded parameter from XFS_TEST_ERROR | Darrick J. Wong | 2017-06-27 | 1 | -2/+2 |
* | xfs: expose errortag knobs via sysfs | Darrick J. Wong | 2017-06-27 | 1 | -0/+1 |
* | xfs: make errortag a per-mountpoint structure | Darrick J. Wong | 2017-06-27 | 1 | -11/+14 |
* | xfs: simulate per-AG reservations being critically low | Darrick J. Wong | 2016-10-05 | 1 | -1/+3 |
* | xfs: implement deferred bmbt map/unmap operations | Darrick J. Wong | 2016-10-04 | 1 | -1/+3 |
* | xfs: connect refcount adjust functions to upper layers | Darrick J. Wong | 2016-10-03 | 1 | -1/+3 |
* | xfs: adjust refcount of an extent of blocks in refcount btree | Darrick J. Wong | 2016-10-03 | 1 | -1/+3 |
* | xfs: propagate bmap updates to rmapbt | Darrick J. Wong | 2016-08-03 | 1 | -1/+3 |
* | xfs: add tracepoints and error injection for deferred extent freeing | Darrick J. Wong | 2016-08-03 | 1 | -1/+3 |
* | xfs: don't allow negative error tags | Dan Carpenter | 2016-07-20 | 1 | -1/+1 |
* | xfs: remove inst_t | Christoph Hellwig | 2015-06-22 | 1 | -2/+2 |
* | xfs: pass mp to XFS_WANT_CORRUPTED_RETURN | Eric Sandeen | 2015-02-23 | 1 | -2/+2 |
* | xfs: pass mp to XFS_WANT_CORRUPTED_GOTO | Eric Sandeen | 2015-02-23 | 1 | -2/+2 |
* | xfs: global error sign conversion | Dave Chinner | 2014-06-25 | 1 | -2/+2 |
* | xfs: Nuke XFS_ERROR macro | Eric Sandeen | 2014-06-22 | 1 | -11/+2 |
* | xfs: add xfs_verifier_error() | Eric Sandeen | 2014-02-27 | 1 | -0/+1 |
* | xfs: kill support/debug.[ch] | Dave Chinner | 2011-03-07 | 1 | -4/+0 |
* | xfs: kill xfs_fs_mount_cmn_err() macro | Dave Chinner | 2011-03-07 | 1 | -6/+0 |
* | xfs: kill xfs_fs_repair_cmn_err() macro | Dave Chinner | 2011-03-07 | 1 | -3/+0 |
* | xfs: convert xfs_cmn_err to xfs_alert_tag | Dave Chinner | 2011-03-07 | 1 | -4/+2 |
* | xfs: prevent NMI timeouts in cmn_err | Dave Chinner | 2011-01-12 | 1 | -12/+6 |
* | xfs: only run xfs_error_test if error injection is active | Dave Chinner | 2010-12-01 | 1 | -2/+3 |
* | xfs: add const qualifiers to xfs error function args | Alex Elder | 2010-05-19 | 1 | -4/+5 |
* | [XFS] avoid memory allocations in xfs_fs_vcmn_err | Christoph Hellwig | 2008-12-22 | 1 | -4/+8 |
* | [XFS] kill INDUCE_IO_ERROR | Christoph Hellwig | 2008-08-13 | 1 | -10/+2 |
* | [XFS] streamline init/exit path | Christoph Hellwig | 2008-07-28 | 1 | -1/+0 |
* | [XFS] lose xfs_hex_dump in favor of print_hex_dump | Eric Sandeen | 2008-02-07 | 1 | -0/+2 |
* | [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs | Christoph Hellwig | 2007-10-16 | 1 | -3/+2 |