aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_priv.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: make several more functions staticEric Sandeen2010-01-151-5/+0
* xfs: event tracing supportChristoph Hellwig2009-12-141-14/+6
* xfs: add more statics & drop some unused functionsEric Sandeen2009-08-311-2/+0
* xfs: cleanup xlog_breadChristoph Hellwig2009-03-161-1/+0
* xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig2009-02-091-1/+1
* [XFS] sanitize xlog_in_core_t definitionChristoph Hellwig2008-12-011-33/+13
* [XFS] Fix double free of log ticketsDave Chinner2008-11-171-0/+1
* [XFS] Given the log a pointer to the AILDavid Chinner2008-10-301-0/+1
* [XFS] Move memory allocations for log tracing out of the critical pathLachlan McIlroy2008-09-171-1/+0
* [XFS] cleanup xfs_mountfsChristoph Hellwig2008-08-131-1/+1
* [XFS] clean up stale references to semaphoresDavid Chinner2008-08-131-6/+6
* [XFS] Convert l_flushsema to a sv_tMatthew Wilcox2008-07-281-4/+2
* [XFS] Reorganise xlog_t for better cacheline isolation of contentionDavid Chinner2008-04-181-25/+30
* [XFS] Remove the xlog_ticket allocatorDavid Chinner2008-04-181-6/+3
* [XFS] Per iclog callback chain lockDavid Chinner2008-04-181-7/+26
* [XFS] Use atomics for iclog reference countingDavid Chinner2008-04-181-1/+1
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-2/+2
* [XFS] xlog_rec_header/xlog_rec_ext_header endianess annotationsChristoph Hellwig2008-02-071-20/+20
* [XFS] clean up some xfs_log_priv.h macrosChristoph Hellwig2008-02-071-5/+5
* [XFS] clean up some xfs_log_priv.h macrosChristoph Hellwig2008-02-071-31/+16
* [XFS] Unwrap GRANT_LOCK.Eric Sandeen2008-02-071-4/+1
* [XFS] Unwrap LOG_LOCK.Eric Sandeen2008-02-071-3/+1
* [XFS] replace some large xfs_log_priv.h macros by proper functionsChristoph Hellwig2007-10-161-16/+0
* [XFS] clean up xfs_start_flagsEric Sandeen2007-10-151-2/+2
* [XFS] choose single default logbuf count & sizeEric Sandeen2007-10-151-1/+0
* [XFS] Fixes the leak in reservation space because we weren't ungrantingTim Shimmin2006-09-281-0/+6
* [XFS] Remove several macros that are no longer used anywhereEric Sandeen2006-09-281-4/+0
* [XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time toTim Shimmin2006-01-111-12/+3
* [XFS] turn xlog helper macros into real functionsChristoph Hellwig2006-01-111-57/+0
* [XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recoverEric Sandeen2006-01-111-3/+2
* [XFS] Resolve the xlog_grant_log_space hang, revert inline to macro.Nathan Scott2005-11-251-24/+12
* [XFS] Remove old, broken nolog-mode code - noone plans to ever fix it.Nathan Scott2005-11-021-0/+2
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-71/+70
* [XFS] Cleanup some -Wundef flag warnings in the endian macros (thanksNathan Scott2005-09-081-7/+3
* [XFS] 929956 add log debugging and tracing infoTim Shimmin2005-09-021-10/+58
* [XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig2005-06-211-2/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+561