aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_error.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-06-25xfs: global error sign conversionDave Chinner1-1/+1
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-23/+0
2014-02-27xfs: print useful caller information in xfs_error_reportEric Sandeen1-1/+1
2014-02-27xfs: add xfs_verifier_error()Eric Sandeen1-0/+25
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-3/+1
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+2
2013-10-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen1-1/+1
2013-08-12xfs: consolidate xfs_utils.cDave Chinner1-1/+0
2013-04-21xfs: increase hexdump output in xfs_corruption_errorDave Chinner1-1/+1
2013-03-07xfs: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner1-9/+7
2011-03-07xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner1-0/+1
2011-03-07xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner1-3/+2
2011-01-12xfs: prevent NMI timeouts in cmn_errDave Chinner1-31/+0
2010-12-01xfs: only run xfs_error_test if error injection is activeDave Chinner1-0/+3
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-3/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-05-24xfs: clean up log ticket overrun debug outputDave Chinner1-1/+1
2010-05-19xfs: add const qualifiers to xfs error function argsAlex Elder1-15/+15
2008-12-22[XFS] avoid memory allocations in xfs_fs_vcmn_errChristoph Hellwig1-15/+0
2008-08-13[XFS] kill INDUCE_IO_ERRORChristoph Hellwig1-4/+1
2008-07-28[XFS] streamline init/exit pathChristoph Hellwig1-8/+0
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-3/+2
2008-02-07[XFS] lose xfs_hex_dump in favor of print_hex_dumpEric Sandeen1-31/+0
2007-10-16[XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfsChristoph Hellwig1-13/+7
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner1-0/+1
2007-05-08[XFS] reducing the number of random number functions.Joe Perches1-1/+1
2007-02-10[XFS] Remove a bunch of unused functions from XFS.Eric Sandeen1-26/+0
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-01-12[XFS] Merge in trivial changes, sync up headers with userspaceNathan Scott1-1/+0
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-6/+4
2005-06-21[XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+327