aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/support (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-22[XFS] avoid memory allocations in xfs_fs_vcmn_errChristoph Hellwig2-7/+32
2008-12-05[XFS] Remove unused variable in ktrace_free()Lachlan McIlroy1-7/+2
2008-10-30[XFS] Show buffer address with debug hexdump on corruptionBarry Naujok1-1/+1
2008-07-28[XFS] streamline init/exit pathChristoph Hellwig2-8/+1
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-2/+2
2008-04-30[XFS] Include linux/random.h in all builds, not just debug.David Chinner1-2/+0
2008-04-18[XFS] Use power-of-2 sized buffers to reduce overheadDavid Chinner2-8/+15
2008-04-18[XFS] Use atomic counters for ktrace buffer indexesDavid Chinner2-14/+9
2008-02-07[XFS] add __init/__exit mark to specific init/cleanup functionsLachlan McIlroy2-3/+3
2008-02-07[XFS] lose xfs_hex_dump in favor of print_hex_dumpEric Sandeen1-0/+6
2008-02-07[XFS] Remove spin.hEric Sandeen2-3/+0
2008-02-07[XFS] ktrace kt_lock is unused, remove it.Eric Sandeen2-5/+0
2007-10-15[XFS] kill move.[ch]Christoph Hellwig2-121/+0
2007-09-05[XFS] fix ASSERT and ASSERT_ALWAYSChristoph Hellwig1-4/+6
2007-05-08[XFS] reducing the number of random number functions.Joe Perches2-18/+1
2007-02-10[XFS] use struct kvec in struct uioLachlan McIlroy1-2/+2
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner1-3/+27
2007-02-10[XFS] Prevent buffer overrun in cmn_err().Lachlan McIlroy1-10/+13
2006-11-11[XFS] rename uio_read() to xfs_uio_read()Vlad Apostolov2-2/+2
2006-11-11[XFS] 956618: Linux crashes on boot with XFS-DMAPI filesystem whenVlad Apostolov1-3/+1
2006-10-03BUG_ON conversion for fs/xfs/Eric Sesterhenn1-4/+2
2006-09-28[XFS] Add a debug flag for allocations which are known to be larger thanNathan Scott1-1/+1
2006-06-09[XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott2-5/+2
2006-03-22[XFS] Fixup naming inconsistencies found by Pekka Enberg and one from JanNathan Scott1-2/+2
2006-03-14[XFS] UUID endianess fix. uu_timelow is a 32bit field and needs to beNathan Scott1-8/+7
2006-01-12[XFS] Merge in trivial changes, sync up headers with userspaceNathan Scott2-47/+36
2006-01-11[XFS] endianess annotations and tidying for the uuid codeChristoph Hellwig1-9/+14
2006-01-11[XFS] Mark some lookup tables const. Thanks to Arjan van de Ven forChristoph Hellwig1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen1-3/+3
2005-11-04[XFS] Remove no-longer-used qsort source.Nathan Scott2-178/+0
2005-11-02[XFS] Fix sparse warnings in ktrace.[ch]Christoph Hellwig2-2/+2
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott10-247/+112
2005-11-02[XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig1-3/+4
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar1-1/+1
2005-09-05[XFS] Sort out some cosmetic differences between XFS trees.Nathan Scott1-0/+1
2005-06-21[XFS] simplify ASSERTChristoph Hellwig2-7/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds10-0/+1191