Age | Commit message (Expand) | Author | Files | Lines |
2019-11-18 | xfs: report corruption only as a regular error | Darrick J. Wong | 1 | -1/+1 |
2019-11-05 | xfs: use super s_id instead of struct xfs_mount m_fsname | Ian Kent | 1 | -1/+1 |
2019-11-05 | xfs: always log corruption errors | Darrick J. Wong | 1 | -0/+21 |
2019-11-05 | xfs: constify the buffer pointer arguments to error functions | Darrick J. Wong | 1 | -3/+3 |
2019-08-26 | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa | 1 | -1/+1 |
2019-06-29 | xfs: add struct xfs_mount pointer to struct xfs_buf | Christoph Hellwig | 1 | -1/+1 |
2019-06-29 | xfs: move xfs_ino_geometry to xfs_shared.h | Darrick J. Wong | 1 | -0/+1 |
2019-02-12 | xfs: cache unlinked pointers in an rhashtable | Darrick J. Wong | 1 | -0/+3 |
2019-02-12 | xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic mask | Marco Benatto | 1 | -1/+2 |
2018-07-23 | xfs: force summary counter recalc at next mount | Darrick J. Wong | 1 | -0/+3 |
2018-06-07 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
2018-06-05 | xfs: explicitly pass buffer size to xfs_corruption_error | Darrick J. Wong | 1 | -2/+3 |
2018-05-16 | xfs: implement the metadata repair ioctl flag | Darrick J. Wong | 1 | -0/+3 |
2018-03-24 | xfs: refactor inode buffer verifier error logging | Darrick J. Wong | 1 | -5/+24 |
2018-01-29 | xfs: refactor inode verifier corruption error printing | Darrick J. Wong | 1 | -0/+37 |
2018-01-08 | xfs: dump the first 128 bytes of any corrupt buffer | Darrick J. Wong | 1 | -3/+4 |
2018-01-08 | xfs: teach error reporting functions to take xfs_failaddr_t | Darrick J. Wong | 1 | -4/+4 |
2018-01-08 | xfs: refactor verifier callers to print address of failing check | Darrick J. Wong | 1 | -4/+7 |
2018-01-08 | xfs: refactor xfs_verifier_error and xfs_buf_ioerror | Darrick J. Wong | 1 | -1/+4 |
2017-11-06 | xfs: mark xfs_errortag_ktype static | Christoph Hellwig | 1 | -1/+1 |
2017-11-02 | xfs: move error injection tags into their own file | Darrick J. Wong | 1 | -0/+1 |
2017-10-27 | xfs: buffer lru reference count error injection tag | Brian Foster | 1 | -0/+3 |
2017-09-26 | fs/xfs: Use %pS printk format for direct addresses | Helge Deller | 1 | -1/+1 |
2017-08-22 | xfs: add log item pinning error injection tag | Brian Foster | 1 | -0/+3 |
2017-07-02 | xfs: Check for m_errortag initialization in xfs_errortag_test | Carlos Maiolino | 1 | -0/+11 |
2017-06-28 | xfs: replace log_badcrc_factor knob with error injection tag | Brian Foster | 1 | -0/+3 |
2017-06-28 | xfs: convert drop_writes to use the errortag mechanism | Darrick J. Wong | 1 | -0/+3 |
2017-06-28 | xfs: expose errortag knobs via sysfs | Darrick J. Wong | 1 | -1/+155 |
2017-06-28 | xfs: make errortag a per-mountpoint structure | Darrick J. Wong | 1 | -74/+80 |
2016-07-20 | Merge branch 'xfs-4.8-misc-fixes-3' into for-next | Dave Chinner | 1 | -1/+1 |
2016-07-20 | xfs: don't allow negative error tags | Dan Carpenter | 1 | -1/+1 |
2016-06-21 | xfs: check for a valid error_tag in errortag_add | Darrick J. Wong | 1 | -0/+3 |
2016-01-04 | xfs: print name of verifier if it fails | Eric Sandeen | 1 | -2/+2 |
2015-06-22 | xfs: remove inst_t | Christoph Hellwig | 1 | -2/+2 |
2015-03-25 | xfs: %pF is only for function pointers | Scott Wood | 1 | -1/+1 |
2014-11-28 | xfs: move most of xfs_sb.h to xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
2014-11-28 | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
2014-06-25 | xfs: global error sign conversion | Dave Chinner | 1 | -1/+1 |
2014-06-22 | xfs: Nuke XFS_ERROR macro | Eric Sandeen | 1 | -23/+0 |
2014-02-27 | xfs: print useful caller information in xfs_error_report | Eric Sandeen | 1 | -1/+1 |
2014-02-27 | xfs: add xfs_verifier_error() | Eric Sandeen | 1 | -0/+25 |
2013-10-24 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -3/+1 |
2013-10-24 | xfs: decouple log and transaction headers | Dave Chinner | 1 | -3/+2 |
2013-10-17 | xfs: remove newlines from strings passed to __xfs_printk | Eric Sandeen | 1 | -1/+1 |
2013-08-13 | xfs: consolidate xfs_utils.c | Dave Chinner | 1 | -1/+0 |
2013-04-21 | xfs: increase hexdump output in xfs_corruption_error | Dave Chinner | 1 | -1/+1 |
2013-03-07 | xfs: rename random32() to prandom_u32() | Akinobu Mita | 1 | -1/+1 |
2012-05-15 | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 1 | -1/+0 |
2011-03-07 | xfs: Convert remaining cmn_err() callers to new API | Dave Chinner | 1 | -9/+7 |
2011-03-07 | xfs: kill xfs_fs_repair_cmn_err() macro | Dave Chinner | 1 | -0/+1 |