aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-11/+11
* return statement cleanup - kill pointless parenthesesJesper Juhl2006-01-151-26/+26
* [XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time toTim Shimmin2006-01-111-6/+2
* [XFS] turn xlog helper macros into real functionsChristoph Hellwig2006-01-111-20/+93
* [XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recoverEric Sandeen2006-01-111-1/+1
* [XFS] Remove old, broken nolog-mode code - noone plans to ever fix it.Nathan Scott2005-11-021-127/+27
* [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-11/+14
* [XFS] Track external log/realtime device names for correct reporting inNathan Scott2005-11-021-1/+2
* [XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig2005-11-021-28/+37
* [XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig2005-11-021-1/+3
* [XFS] 929956 add log debugging and tracing infoTim Shimmin2005-09-021-10/+151
* [XFS] Fix up the calculation of the reservation overhead to hopefullyTim Shimmin2005-09-021-13/+41
* [XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig2005-06-211-3/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+3560