aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/trans.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-05GFS2: Various gfs2_logd improvementsGravatar Benjamin Marzinski 1-0/+18
2009-05-13GFS2: Move journal live test at transaction startGravatar Steven Whitehouse 1-6/+3
2009-03-24GFS2: Fix deadlock on journal flushGravatar Steven Whitehouse 1-6/+10
2009-03-24GFS2: Merge lock_dlm module into GFS2Gravatar Steven Whitehouse 1-2/+1
2008-03-31[GFS2] Update gfs2_trans_add_unrevoke to accept extentsGravatar Steven Whitehouse 1-15/+10
2008-01-25[GFS2] Don't add glocks to the journalGravatar Steven Whitehouse 1-5/+0
2007-10-10[GFS2] Clean up gfs2_trans_add_revoke()Gravatar Steven Whitehouse 1-5/+5
2007-10-10[GFS2] Use slab operations for all gfs2_bufdata allocationsGravatar Steven Whitehouse 1-2/+2
2007-10-10[GFS2] Replace revoke structure with bufdata structureGravatar Steven Whitehouse 1-10/+10
2006-09-19[GFS2] Export lm_interface to kernel headersGravatar Fabio Massimo Di Nitto 1-1/+1
2006-09-04[GFS2] Change all types to uX styleGravatar Steven Whitehouse 1-3/+3
2006-09-01[GFS2] Update copyright, tidy up incore.hGravatar Steven Whitehouse 1-1/+1
2006-05-18[GFS2] Update copyright date to 2006Gravatar Steven Whitehouse 1-1/+1
2006-05-18[GFS2] Remove semaphore.h from C filesGravatar Steven Whitehouse 1-1/+0
2006-04-26[GFS2] Remove GL_NEVER_RECURSE flagGravatar Steven Whitehouse 1-2/+1
2006-04-11[GFS2] Update journal accounting code.Gravatar Steven Whitehouse 1-10/+3
2006-04-07[GFS2] Fix a ref count bug and other clean upsGravatar Steven Whitehouse 1-1/+1
2006-03-30[GFS2] Add missing {} in trans.cGravatar Steven Whitehouse 1-1/+2
2006-03-29[GFS2] Update debugging codeGravatar Steven Whitehouse 1-18/+14
2006-03-29[GFS2] Update locking in log.cGravatar Steven Whitehouse 1-2/+2
2006-03-01[GFS2] Fix some bugsGravatar Steven Whitehouse 1-7/+6
2006-03-01[GFS2] Remove uneeded memory allocationGravatar Steven Whitehouse 1-18/+12
2006-02-27[GFS2] Macros removal in gfs2.hGravatar Steven Whitehouse 1-7/+12
2006-02-21[GFS2] Use mutices rather than semaphoresGravatar Steven Whitehouse 1-2/+2
2006-02-08[GFS2] Make journaled data files identical to normal files on diskGravatar Steven Whitehouse 1-18/+1
2006-01-18[GFS2] Remove gfs2_databuf in favour of gfs2_bufdata structureGravatar Steven Whitehouse 1-9/+9
2006-01-18[GFS2] Make the new argument to gfs2_trans_add_bh() actually do somethingGravatar Steven Whitehouse 1-1/+1
2006-01-18[GFS2] Add an additional argument to gfs2_trans_add_bh()Gravatar Steven Whitehouse 1-1/+2
2006-01-16[GFS2] The core of GFS2Gravatar David Teigland 1-0/+214