aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_priv.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: exact busy extent trackingChristoph Hellwig2011-04-281-0/+2
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-04-111-0/+1
|\
| * xfs: convert log tail checking to a warningDave Chinner2011-04-081-0/+1
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* xfs: Convert xlog_warn to new logging interfaceDave Chinner2011-03-071-4/+0
* xfs: convert grant head manipulations to lockless algorithmDave Chinner2010-12-211-8/+15
* xfs: introduce new locks for the log grant ticket wait queuesDave Chinner2010-12-211-4/+12
* xfs: convert log grant heads to atomic variablesDave Chinner2010-12-041-6/+6
* xfs: convert l_tail_lsn to an atomic variable.Dave Chinner2010-12-211-6/+31
* xfs: convert l_last_sync_lsn to an atomic variableDave Chinner2010-12-031-1/+8
* xfs: use wait queues directly for the log wait queuesDave Chinner2010-12-211-5/+20
* xfs: combine grant heads into a single 64 bit integerDave Chinner2010-12-211-4/+22
* xfs: convert log grant ticket queues to list headsDave Chinner2010-12-211-7/+4
* xfs: use struct list_head for the buf cancel tableChristoph Hellwig2010-12-161-2/+4
* xfs: force background CIL push under sustained loadDave Chinner2010-09-291-16/+21
* xfs: Reduce log force overhead for delayed loggingDave Chinner2010-08-241-2/+11
* xfs: enable background pushing of the CILDave Chinner2010-05-241-0/+45
* xfs: Introduce delayed logging core codeDave Chinner2010-05-241-2/+69
* xfs: make the log ticket ID available outside the log infrastructureDave Chinner2010-05-241-2/+0
* xfs: kill off l_sectbb_maskAlex Elder2010-05-191-3/+1
* xfs: record log sector size rather than log2(that)Alex Elder2010-05-191-1/+1
* xfs: clean up xlog_write_adv_cntChristoph Hellwig2010-05-191-0/+8
* 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