| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: Check for m_errortag initialization in xfs_errortag_test | Carlos Maiolino | 2017-07-01 | 1 | -0/+11 |
* | xfs: replace log_badcrc_factor knob with error injection tag | Brian Foster | 2017-06-27 | 1 | -0/+3 |
* | xfs: convert drop_writes to use the errortag mechanism | Darrick J. Wong | 2017-06-27 | 1 | -0/+3 |
* | xfs: expose errortag knobs via sysfs | Darrick J. Wong | 2017-06-27 | 1 | -1/+155 |
* | xfs: make errortag a per-mountpoint structure | Darrick J. Wong | 2017-06-27 | 1 | -74/+80 |
* | Merge branch 'xfs-4.8-misc-fixes-3' into for-next | Dave Chinner | 2016-07-20 | 1 | -1/+1 |
|\ |
|
| * | xfs: don't allow negative error tags | Dan Carpenter | 2016-07-20 | 1 | -1/+1 |
* | | xfs: check for a valid error_tag in errortag_add | Darrick J. Wong | 2016-06-21 | 1 | -0/+3 |
|/ |
|
* | xfs: print name of verifier if it fails | Eric Sandeen | 2016-01-04 | 1 | -2/+2 |
* | xfs: remove inst_t | Christoph Hellwig | 2015-06-22 | 1 | -2/+2 |
* | xfs: %pF is only for function pointers | Scott Wood | 2015-03-25 | 1 | -1/+1 |
* | xfs: move most of xfs_sb.h to xfs_format.h | Christoph Hellwig | 2014-11-28 | 1 | -1/+0 |
* | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 2014-11-28 | 1 | -1/+0 |
* | xfs: global error sign conversion | Dave Chinner | 2014-06-25 | 1 | -1/+1 |
* | xfs: Nuke XFS_ERROR macro | Eric Sandeen | 2014-06-22 | 1 | -23/+0 |
* | xfs: print useful caller information in xfs_error_report | Eric Sandeen | 2014-02-27 | 1 | -1/+1 |
* | xfs: add xfs_verifier_error() | Eric Sandeen | 2014-02-27 | 1 | -0/+25 |
* | xfs: decouple inode and bmap btree header files | Dave Chinner | 2013-10-23 | 1 | -3/+1 |
* | xfs: decouple log and transaction headers | Dave Chinner | 2013-10-23 | 1 | -3/+2 |
* | xfs: remove newlines from strings passed to __xfs_printk | Eric Sandeen | 2013-10-17 | 1 | -1/+1 |
* | xfs: consolidate xfs_utils.c | Dave Chinner | 2013-08-12 | 1 | -1/+0 |
* | xfs: increase hexdump output in xfs_corruption_error | Dave Chinner | 2013-04-21 | 1 | -1/+1 |
* | xfs: rename random32() to prandom_u32() | Akinobu Mita | 2013-03-07 | 1 | -1/+1 |
* | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 2012-05-14 | 1 | -1/+0 |
* | xfs: Convert remaining cmn_err() callers to new API | Dave Chinner | 2011-03-07 | 1 | -9/+7 |
* | xfs: kill xfs_fs_repair_cmn_err() macro | Dave Chinner | 2011-03-07 | 1 | -0/+1 |
* | xfs: convert xfs_cmn_err to xfs_alert_tag | Dave Chinner | 2011-03-07 | 1 | -3/+2 |
* | xfs: prevent NMI timeouts in cmn_err | Dave Chinner | 2011-01-12 | 1 | -31/+0 |
* | xfs: only run xfs_error_test if error injection is active | Dave Chinner | 2010-12-01 | 1 | -0/+3 |
* | xfs: remove unneeded #include statements | Christoph Hellwig | 2010-07-26 | 1 | -3/+0 |
* | xfs: drop dmapi hooks | Christoph Hellwig | 2010-07-26 | 1 | -1/+0 |
* | xfs: clean up log ticket overrun debug output | Dave Chinner | 2010-05-24 | 1 | -1/+1 |
* | xfs: add const qualifiers to xfs error function args | Alex Elder | 2010-05-19 | 1 | -15/+15 |
* | [XFS] avoid memory allocations in xfs_fs_vcmn_err | Christoph Hellwig | 2008-12-22 | 1 | -15/+0 |
* | [XFS] kill INDUCE_IO_ERROR | Christoph Hellwig | 2008-08-13 | 1 | -4/+1 |
* | [XFS] streamline init/exit path | Christoph Hellwig | 2008-07-28 | 1 | -8/+0 |
* | [XFS] Remove unused arg from kmem_free() | Denys Vlasenko | 2008-07-28 | 1 | -3/+2 |
* | [XFS] lose xfs_hex_dump in favor of print_hex_dump | Eric Sandeen | 2008-02-07 | 1 | -31/+0 |
* | [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs | Christoph Hellwig | 2007-10-16 | 1 | -13/+7 |
* | [XFS] Radix tree based inode caching | David Chinner | 2007-10-15 | 1 | -0/+1 |
* | [XFS] reducing the number of random number functions. | Joe Perches | 2007-05-08 | 1 | -1/+1 |
* | [XFS] Remove a bunch of unused functions from XFS. | Eric Sandeen | 2007-02-10 | 1 | -26/+0 |
* | [XFS] Remove version 1 directory code. Never functioned on Linux, just | Nathan Scott | 2006-06-20 | 1 | -2/+0 |
* | [XFS] Merge in trivial changes, sync up headers with userspace | Nathan Scott | 2006-01-12 | 1 | -1/+0 |
* | [XFS] Update license/copyright notices to match the prefered SGI | Nathan Scott | 2005-11-02 | 1 | -25/+11 |
* | [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. | Nathan Scott | 2005-11-02 | 1 | -6/+4 |
* | [XFS] mark various symbols static Patch from Adrian Bunk | Christoph Hellwig | 2005-06-21 | 1 | -1/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+327 |