aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: improve metadata I/O merging in the elevatorDave Chinner2009-12-161-0/+2
* xfs: event tracing supportChristoph Hellwig2009-12-141-128/+53
* xfs: fix spin_is_locked assert on uni-processor buildsChristoph Hellwig2009-08-121-1/+1
* xfs: inform the xfsaild of the push target before sleepingDave Chinner2009-04-061-18/+19
* xfs: validate log feature fields correctlyDave Chinner2009-04-061-11/+30
* xfs: fix various typosMalcolm Parsons2009-03-291-5/+5
* xfs: cleanup log unmount handlingChristoph Hellwig2009-03-161-14/+1
* xfs: fix error handling in xfs_log_mountChristoph Hellwig2009-02-121-6/+8
* xfs: remove iclog calculation special casesChristoph Hellwig2009-02-091-26/+2
* reduce l_icloglock roundtripsChristoph Hellwig2008-12-041-7/+6
* [XFS] sanitize xlog_in_core_t definitionChristoph Hellwig2008-12-011-9/+3
* [XFS] fix NULL pointer dereference in xfs_log_force_umountChristoph Hellwig2008-12-011-2/+5
* [XFS] Fix double free of log ticketsDave Chinner2008-11-171-14/+25
* [XFS] handle memory allocation failures during log initialisationDave Chinner2008-11-101-3/+36
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-301-1/+1
* [XFS] Given the log a pointer to the AILDavid Chinner2008-10-301-1/+2
* [XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2008-10-301-1/+0
* [XFS] move the AIl traversal over to a consistent interfaceDavid Chinner2008-10-301-2/+2
* [XFS] Use a cursor for AIL traversal.David Chinner2008-10-301-2/+2
* Fix barrier fail detection in XFSChristoph Hellwig2008-10-101-3/+4
* [XFS] Fix barrier status change detection.David Chinner2008-09-171-1/+1
* [XFS] Move memory allocations for log tracing out of the critical pathLachlan McIlroy2008-09-171-20/+40
* [XFS] Fix use after free in xfs_log_done().Lachlan McIlroy2008-08-131-8/+5
* [XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy2008-08-131-1/+1
* [XFS] cleanup xfs_mountfsChristoph Hellwig2008-08-131-2/+2
* [XFS] clean up stale references to semaphoresDavid Chinner2008-08-131-35/+32
* [XFS] Convert l_flushsema to a sv_tMatthew Wilcox2008-07-281-16/+13
* [XFS] Ensure that 2 GiB xfs logs work properly.Michael Nishimoto2008-07-281-6/+10
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-2/+2
* Fix reference counting race on log buffersDave Chinner2008-07-111-4/+11
* [XFS] Catch log unmount failures.David Chinner2008-04-181-3/+3
* [XFS] Sanitise xfs_log_force error checking.David Chinner2008-04-181-2/+23
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-181-1/+1
* [XFS] Fix lock inversion in forced shutdown.David Chinner2008-04-181-1/+1
* [XFS] Reorganise xlog_t for better cacheline isolation of contentionDavid Chinner2008-04-181-3/+2
* [XFS] Remove the xlog_ticket allocatorDavid Chinner2008-04-181-126/+11
* [XFS] Per iclog callback chain lockDavid Chinner2008-04-181-16/+19
* [XFS] Use atomics for iclog reference countingDavid Chinner2008-04-181-16/+20
* [XFS] Prevent AIL lock contention during transaction completionDavid Chinner2008-04-181-9/+6
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-7/+7
* xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz2008-02-131-3/+3
* [XFS] Move AIL pushing into it's own threadDavid Chinner2008-02-071-7/+26
* [XFS] Remove the BPCSHIFT and NB* based macros from XFS.Tim Shimmin2008-02-071-3/+3
* [XFS] Remove bogus assertNiv Sardi2008-02-071-1/+0
* [XFS] Fix up sparse warnings.David Chinner2008-02-071-12/+12
* [XFS] xlog_rec_header/xlog_rec_ext_header endianess annotationsChristoph Hellwig2008-02-071-48/+42
* [XFS] clean up some xfs_log_priv.h macrosChristoph Hellwig2008-02-071-5/+6
* [XFS] clean up some xfs_log_priv.h macrosChristoph Hellwig2008-02-071-6/+8
* [XFS] Remove spin.hEric Sandeen2008-02-071-2/+2
* [XFS] Unwrap GRANT_LOCK.Eric Sandeen2008-02-071-43/+31