aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/support
Commit message (Expand)AuthorAgeFilesLines
* xfs: kill support/debug.[ch]Dave Chinner2011-03-072-78/+0
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-072-38/+0
* xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-072-22/+0
* xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner2011-03-072-30/+0
* xfs: Do not name variables "panic"Geert Uytterhoeven2011-01-171-3/+3
* xfs: prevent NMI timeouts in cmn_errDave Chinner2011-01-122-68/+66
* xfs: Add log level to assertion printkAnton Blanchard2011-01-111-1/+2
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: event tracing supportChristoph Hellwig2009-12-142-408/+0
* xfs: kill the STATIC_INLINE macroChristoph Hellwig2009-12-111-18/+0
* xfs: cleanup uuid handlingChristoph Hellwig2009-03-302-75/+0
* Fix xfs debug build breakage by pushing xfs_error.h afterFelix Blyakher2009-03-151-1/+1
* xfs: include header files for prototypesHannes Eder2009-03-061-0/+1
* [XFS] avoid memory allocations in xfs_fs_vcmn_errChristoph Hellwig2008-12-222-7/+32
* [XFS] Remove unused variable in ktrace_free()Lachlan McIlroy2008-12-051-7/+2
* [XFS] Show buffer address with debug hexdump on corruptionBarry Naujok2008-10-301-1/+1
* [XFS] streamline init/exit pathChristoph Hellwig2008-07-282-8/+1
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-2/+2
* [XFS] Include linux/random.h in all builds, not just debug.David Chinner2008-04-301-2/+0
* [XFS] Use power-of-2 sized buffers to reduce overheadDavid Chinner2008-04-182-8/+15
* [XFS] Use atomic counters for ktrace buffer indexesDavid Chinner2008-04-182-14/+9
* [XFS] add __init/__exit mark to specific init/cleanup functionsLachlan McIlroy2008-02-072-3/+3
* [XFS] lose xfs_hex_dump in favor of print_hex_dumpEric Sandeen2008-02-071-0/+6
* [XFS] Remove spin.hEric Sandeen2008-02-072-3/+0
* [XFS] ktrace kt_lock is unused, remove it.Eric Sandeen2008-02-072-5/+0
* [XFS] kill move.[ch]Christoph Hellwig2007-10-152-121/+0
* [XFS] fix ASSERT and ASSERT_ALWAYSChristoph Hellwig2007-09-051-4/+6
* [XFS] reducing the number of random number functions.Joe Perches2007-05-082-18/+1
* [XFS] use struct kvec in struct uioLachlan McIlroy2007-02-101-2/+2
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-3/+27
* [XFS] Prevent buffer overrun in cmn_err().Lachlan McIlroy2007-02-101-10/+13
* [XFS] rename uio_read() to xfs_uio_read()Vlad Apostolov2006-11-112-2/+2
* [XFS] 956618: Linux crashes on boot with XFS-DMAPI filesystem whenVlad Apostolov2006-11-111-3/+1
* BUG_ON conversion for fs/xfs/Eric Sesterhenn2006-10-031-4/+2
* [XFS] Add a debug flag for allocations which are known to be larger thanNathan Scott2006-09-281-1/+1
* [XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott2006-06-092-5/+2
* [XFS] Fixup naming inconsistencies found by Pekka Enberg and one from JanNathan Scott2006-03-221-2/+2
* [XFS] UUID endianess fix. uu_timelow is a 32bit field and needs to beNathan Scott2006-03-141-8/+7
* [XFS] Merge in trivial changes, sync up headers with userspaceNathan Scott2006-01-122-47/+36
* [XFS] endianess annotations and tidying for the uuid codeChristoph Hellwig2006-01-111-9/+14
* [XFS] Mark some lookup tables const. Thanks to Arjan van de Ven forChristoph Hellwig2006-01-111-1/+1
* [PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen2006-01-091-3/+3
* [XFS] Remove no-longer-used qsort source.Nathan Scott2005-11-042-178/+0
* [XFS] Fix sparse warnings in ktrace.[ch]Christoph Hellwig2005-11-022-2/+2
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-0210-247/+112
* [XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig2005-11-021-3/+4
* [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar2005-09-091-1/+1
* [XFS] Sort out some cosmetic differences between XFS trees.Nathan Scott2005-09-051-0/+1
* [XFS] simplify ASSERTChristoph Hellwig2005-06-212-7/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-1610-0/+1191