| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: remove subdirectories | Christoph Hellwig | 2011-08-12 | 2 | -92/+0 |
* | xfs: kill support/debug.[ch] | Dave Chinner | 2011-03-07 | 2 | -78/+0 |
* | xfs: Convert remaining cmn_err() callers to new API | Dave Chinner | 2011-03-07 | 2 | -38/+0 |
* | xfs: convert xfs_fs_cmn_err to new error logging API | Dave Chinner | 2011-03-07 | 2 | -22/+0 |
* | xfs: convert xfs_cmn_err to xfs_alert_tag | Dave Chinner | 2011-03-07 | 2 | -30/+0 |
* | xfs: Do not name variables "panic" | Geert Uytterhoeven | 2011-01-17 | 1 | -3/+3 |
* | xfs: prevent NMI timeouts in cmn_err | Dave Chinner | 2011-01-12 | 2 | -68/+66 |
* | xfs: Add log level to assertion printk | Anton Blanchard | 2011-01-12 | 1 | -1/+2 |
* | xfs: drop dmapi hooks | Christoph Hellwig | 2010-07-26 | 1 | -1/+0 |
* | xfs: event tracing support | Christoph Hellwig | 2009-12-15 | 2 | -408/+0 |
* | xfs: kill the STATIC_INLINE macro | Christoph Hellwig | 2009-12-11 | 1 | -18/+0 |
* | xfs: cleanup uuid handling | Christoph Hellwig | 2009-03-30 | 2 | -75/+0 |
* | Fix xfs debug build breakage by pushing xfs_error.h after | Felix Blyakher | 2009-03-15 | 1 | -1/+1 |
* | xfs: include header files for prototypes | Hannes Eder | 2009-03-07 | 1 | -0/+1 |
* | [XFS] avoid memory allocations in xfs_fs_vcmn_err | Christoph Hellwig | 2008-12-22 | 2 | -7/+32 |
* | [XFS] Remove unused variable in ktrace_free() | Lachlan McIlroy | 2008-12-05 | 1 | -7/+2 |
* | [XFS] Show buffer address with debug hexdump on corruption | Barry Naujok | 2008-10-30 | 1 | -1/+1 |
* | [XFS] streamline init/exit path | Christoph Hellwig | 2008-07-28 | 2 | -8/+1 |
* | [XFS] Remove unused arg from kmem_free() | Denys Vlasenko | 2008-07-28 | 1 | -2/+2 |
* | [XFS] Include linux/random.h in all builds, not just debug. | David Chinner | 2008-04-30 | 1 | -2/+0 |
* | [XFS] Use power-of-2 sized buffers to reduce overhead | David Chinner | 2008-04-18 | 2 | -8/+15 |
* | [XFS] Use atomic counters for ktrace buffer indexes | David Chinner | 2008-04-18 | 2 | -14/+9 |
* | [XFS] add __init/__exit mark to specific init/cleanup functions | Lachlan McIlroy | 2008-02-07 | 2 | -3/+3 |
* | [XFS] lose xfs_hex_dump in favor of print_hex_dump | Eric Sandeen | 2008-02-07 | 1 | -0/+6 |
* | [XFS] Remove spin.h | Eric Sandeen | 2008-02-07 | 2 | -3/+0 |
* | [XFS] ktrace kt_lock is unused, remove it. | Eric Sandeen | 2008-02-07 | 2 | -5/+0 |
* | [XFS] kill move.[ch] | Christoph Hellwig | 2007-10-15 | 2 | -121/+0 |
* | [XFS] fix ASSERT and ASSERT_ALWAYS | Christoph Hellwig | 2007-09-05 | 1 | -4/+6 |
* | [XFS] reducing the number of random number functions. | Joe Perches | 2007-05-08 | 2 | -18/+1 |
* | [XFS] use struct kvec in struct uio | Lachlan McIlroy | 2007-02-10 | 1 | -2/+2 |
* | [XFS] Keep stack usage down for 4k stacks by using noinline. | David Chinner | 2007-02-10 | 1 | -3/+27 |
* | [XFS] Prevent buffer overrun in cmn_err(). | Lachlan McIlroy | 2007-02-10 | 1 | -10/+13 |
* | [XFS] rename uio_read() to xfs_uio_read() | Vlad Apostolov | 2006-11-11 | 2 | -2/+2 |
* | [XFS] 956618: Linux crashes on boot with XFS-DMAPI filesystem when | Vlad Apostolov | 2006-11-11 | 1 | -3/+1 |
* | BUG_ON conversion for fs/xfs/ | Eric Sesterhenn | 2006-10-03 | 1 | -4/+2 |
* | [XFS] Add a debug flag for allocations which are known to be larger than | Nathan Scott | 2006-09-28 | 1 | -1/+1 |
* | [XFS] Portability changes: remove prdev, stick to one diagnostic | Nathan Scott | 2006-06-09 | 2 | -5/+2 |
* | [XFS] Fixup naming inconsistencies found by Pekka Enberg and one from Jan | Nathan Scott | 2006-03-22 | 1 | -2/+2 |
* | [XFS] UUID endianess fix. uu_timelow is a 32bit field and needs to be | Nathan Scott | 2006-03-14 | 1 | -8/+7 |
* | [XFS] Merge in trivial changes, sync up headers with userspace | Nathan Scott | 2006-01-12 | 2 | -47/+36 |
* | [XFS] endianess annotations and tidying for the uuid code | Christoph Hellwig | 2006-01-11 | 1 | -9/+14 |
* | [XFS] Mark some lookup tables const. Thanks to Arjan van de Ven for | Christoph Hellwig | 2006-01-11 | 1 | -1/+1 |
* | [PATCH] mutex subsystem, semaphore to mutex: XFS | Jes Sorensen | 2006-01-10 | 1 | -3/+3 |
* | [XFS] Remove no-longer-used qsort source. | Nathan Scott | 2005-11-04 | 2 | -178/+0 |
* | [XFS] Fix sparse warnings in ktrace.[ch] | Christoph Hellwig | 2005-11-02 | 2 | -2/+2 |
* | [XFS] Update license/copyright notices to match the prefered SGI | Nathan Scott | 2005-11-02 | 10 | -247/+112 |
* | [XFS] Add format checking to cmn_err and icmn_err | Christoph Hellwig | 2005-11-02 | 1 | -3/+4 |
* | [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions | Ingo Molnar | 2005-09-09 | 1 | -1/+1 |
* | [XFS] Sort out some cosmetic differences between XFS trees. | Nathan Scott | 2005-09-05 | 1 | -0/+1 |
* | [XFS] simplify ASSERT | Christoph Hellwig | 2005-06-21 | 2 | -7/+1 |