aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_error.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-27xfs: expose errortag knobs via sysfsGravatar Darrick J. Wong 1-1/+155
2017-06-27xfs: make errortag a per-mountpoint structureGravatar Darrick J. Wong 1-74/+80
2016-07-20Merge branch 'xfs-4.8-misc-fixes-3' into for-nextGravatar Dave Chinner 1-1/+1
2016-07-20xfs: don't allow negative error tagsGravatar Dan Carpenter 1-1/+1
2016-06-21xfs: check for a valid error_tag in errortag_addGravatar Darrick J. Wong 1-0/+3
2016-01-04xfs: print name of verifier if it failsGravatar Eric Sandeen 1-2/+2
2015-06-22xfs: remove inst_tGravatar Christoph Hellwig 1-2/+2
2015-03-25xfs: %pF is only for function pointersGravatar Scott Wood 1-1/+1
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-1/+1
2014-06-22xfs: Nuke XFS_ERROR macroGravatar Eric Sandeen 1-23/+0
2014-02-27xfs: print useful caller information in xfs_error_reportGravatar Eric Sandeen 1-1/+1
2014-02-27xfs: add xfs_verifier_error()Gravatar Eric Sandeen 1-0/+25
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-3/+1
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-3/+2
2013-10-17xfs: remove newlines from strings passed to __xfs_printkGravatar Eric Sandeen 1-1/+1
2013-08-12xfs: consolidate xfs_utils.cGravatar Dave Chinner 1-1/+0
2013-04-21xfs: increase hexdump output in xfs_corruption_errorGravatar Dave Chinner 1-1/+1
2013-03-07xfs: rename random32() to prandom_u32()Gravatar Akinobu Mita 1-1/+1
2012-05-14xfs: move xfsagino_t to xfs_types.hGravatar Dave Chinner 1-1/+0
2011-03-07xfs: Convert remaining cmn_err() callers to new APIGravatar Dave Chinner 1-9/+7
2011-03-07xfs: kill xfs_fs_repair_cmn_err() macroGravatar Dave Chinner 1-0/+1
2011-03-07xfs: convert xfs_cmn_err to xfs_alert_tagGravatar Dave Chinner 1-3/+2
2011-01-12xfs: prevent NMI timeouts in cmn_errGravatar Dave Chinner 1-31/+0
2010-12-01xfs: only run xfs_error_test if error injection is activeGravatar Dave Chinner 1-0/+3
2010-07-26xfs: remove unneeded #include statementsGravatar Christoph Hellwig 1-3/+0
2010-07-26xfs: drop dmapi hooksGravatar Christoph Hellwig 1-1/+0
2010-05-24xfs: clean up log ticket overrun debug outputGravatar Dave Chinner 1-1/+1
2010-05-19xfs: add const qualifiers to xfs error function argsGravatar Alex Elder 1-15/+15
2008-12-22[XFS] avoid memory allocations in xfs_fs_vcmn_errGravatar Christoph Hellwig 1-15/+0
2008-08-13[XFS] kill INDUCE_IO_ERRORGravatar Christoph Hellwig 1-4/+1
2008-07-28[XFS] streamline init/exit pathGravatar Christoph Hellwig 1-8/+0
2008-07-28[XFS] Remove unused arg from kmem_free()Gravatar Denys Vlasenko 1-3/+2
2008-02-07[XFS] lose xfs_hex_dump in favor of print_hex_dumpGravatar Eric Sandeen 1-31/+0
2007-10-16[XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfsGravatar Christoph Hellwig 1-13/+7
2007-10-15[XFS] Radix tree based inode cachingGravatar David Chinner 1-0/+1