summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XFS] Unwrap LOG_LOCK.Eric Sandeen2008-02-071-90/+71
* [XFS] replace some large xfs_log_priv.h macros by proper functionsChristoph Hellwig2007-10-161-9/+32
* [XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig2007-10-161-7/+6
* [XFS] choose single default logbuf count & sizeEric Sandeen2007-10-151-26/+7
* [XFS] Barriers need to be dynamically checked and switched offDavid Chinner2007-10-151-0/+13
* [XFS] Fix sparse NULL vs 0 warningsChristoph Hellwig2007-09-051-6/+6
* [XFS] Lazy Superblock CountersDavid Chinner2007-07-141-3/+1
* [XFS] Fix vmalloc leak on mount/unmount.David Chinner2007-07-141-1/+1
* [XFS] Fix use-after-free during log unmount.David Chinner2007-07-141-7/+9
* [XFS] Only use refcounted pages for I/OChristoph Hellwig2007-07-141-9/+10
* [XFS] Fixes the leak in reservation space because we weren't ungrantingTim Shimmin2006-09-281-2/+6
* [XFS] Add a debug flag for allocations which are known to be larger thanNathan Scott2006-09-281-1/+1
* [XFS] Ensure xlog_state_do_callback does not report spurious warnings onNathan Scott2006-09-281-2/+7
* [XFS] Fix remount vs no/barrier options by ensuring we clear unwantedNathan Scott2006-07-281-6/+6
* [XFS] Fixup whitespace damage in log_write, remove final warning.Nathan Scott2006-06-281-2/+2
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Cleanup a missed porting conversion, and freezing.Nathan Scott2006-06-091-1/+1
* [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott2006-06-091-4/+3
* [XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott2006-06-091-5/+5
OpenPOWER on IntegriCloud