aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-28[XFS] Fixes the leak in reservation space because we weren't ungrantingTim Shimmin1-2/+6
2006-09-28[XFS] Add a debug flag for allocations which are known to be larger thanNathan Scott1-1/+1
2006-09-28[XFS] Ensure xlog_state_do_callback does not report spurious warnings onNathan Scott1-2/+7
2006-07-28[XFS] Fix remount vs no/barrier options by ensuring we clear unwantedNathan Scott1-6/+6
2006-06-28[XFS] Fixup whitespace damage in log_write, remove final warning.Nathan Scott1-2/+2
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-06-09[XFS] Cleanup a missed porting conversion, and freezing.Nathan Scott1-1/+1
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott1-4/+3
2006-06-09[XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott1-5/+5
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-11/+11
2006-01-15return statement cleanup - kill pointless parenthesesJesper Juhl1-26/+26
2006-01-11[XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time toTim Shimmin1-6/+2
2006-01-11[XFS] turn xlog helper macros into real functionsChristoph Hellwig1-20/+93
2006-01-11[XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recoverEric Sandeen1-1/+1
2005-11-02[XFS] Remove old, broken nolog-mode code - noone plans to ever fix it.Nathan Scott1-127/+27
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-11/+14
2005-11-02[XFS] Track external log/realtime device names for correct reporting inNathan Scott1-1/+2
2005-11-02[XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig1-28/+37
2005-11-02[XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig1-1/+3
2005-09-02[XFS] 929956 add log debugging and tracing infoTim Shimmin1-10/+151
2005-09-02[XFS] Fix up the calculation of the reservation overhead to hopefullyTim Shimmin1-13/+41
2005-06-21[XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+3560