summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2006-04-21[GFS2] Move BUG() back into the header fileSteven Whitehouse2-1/+1
2006-04-21[GFS2] Add back missing BUG()Steven Whitehouse1-0/+1
2006-04-21[GFS2] sem -> mutex conversion in locking.cSteven Whitehouse3-22/+20
2006-04-20[GFS2] journal recovery patchDavid Teigland3-12/+8
2006-04-20[GFS2] Fix a bug: scheduling under a spinlockSteven Whitehouse5-14/+27
2006-04-18[GFS2] Use vmalloc() in dir codeSteven Whitehouse8-10/+12
2006-04-12[GFS2] Fix bug which was causing postmark to failSteven Whitehouse1-3/+2
2006-04-11[GFS2] Update journal accounting code.Steven Whitehouse3-19/+12
2006-04-07[GFS2] Finally get ref counting correctSteven Whitehouse2-6/+13
2006-04-07[GFS2] Fix a ref count bug and other clean upsSteven Whitehouse14-69/+67
2006-04-04[GFS2] Finish off ioctl supportSteven Whitehouse2-13/+13
2006-03-31[GFS2] Update GFS2 for the recent pull from LinusSteven Whitehouse3-81/+19
2006-03-31[GFS2] Update ioctl() to new interfaceSteven Whitehouse1-102/+36
2006-03-30[GFS] Fix bug in endian conversion for metadata headerSteven Whitehouse6-23/+22
2006-03-30[GFS2] Add missing {} in trans.cSteven Whitehouse1-1/+2
2006-03-29[GFS2] Fix bug in directory expansion codeSteven Whitehouse1-9/+14
2006-03-29[GFS2] Update debugging codeSteven Whitehouse5-53/+52
2006-03-29[GFS2] Update locking in log.cSteven Whitehouse4-59/+22
2006-03-28[DLM] Look for "nodir" in the lockspace mount optionsDavid Teigland1-9/+17
2006-03-28[GFS2] Further updates to dir and logging codeSteven Whitehouse15-318/+416
2006-03-21[GFS2] Remove ioctl supportSteven Whitehouse1-95/+0
2006-03-20[GFS2] Fix bug in directory code and tidy upSteven Whitehouse10-982/+682
2006-03-02[GFS2] Add gfs2meta filesystemSteven Whitehouse3-23/+45
2006-03-01[GFS2] Fix some bugsSteven Whitehouse3-9/+7
2006-03-01[GFS2] Tidy up mount code.Steven Whitehouse8-54/+27
2006-03-01[GFS2] Remove uneeded memory allocationSteven Whitehouse2-19/+13
2006-02-27[GFS2] Macros removal in gfs2.hSteven Whitehouse38-268/+408
2006-02-27[GFS2] Remove pointless comment from nolock/main.cSteven Whitehouse1-3/+0
2006-02-27[GFS2] 80 Column audit of locking modulesSteven Whitehouse2-4/+8
2006-02-27[GFS2] 80 Column audit of GFS2Steven Whitehouse20-72/+146
2006-02-27[GFS2] Use BUG_ON() rather then if (...) BUG();Steven Whitehouse1-2/+2
2006-02-27[GFS2] Audit printk and kmallocSteven Whitehouse10-66/+64
2006-02-23[GFS2] Patch to remove stats counters from GFS2 (II)David Teigland4-6/+0
2006-02-23[GFS2] Patch to remove stats gathering from GFS2David Teigland12-226/+10
2006-02-23[DLM] Remove support for range locks (II)David Teigland3-7/+7
2006-02-22[GFS2] Missed deletion of debugging codeSteven Whitehouse1-1/+0
2006-02-22[GFS2] Add list empty test to databuf_lo_addSteven Whitehouse1-25/+8
2006-02-21[GFS2] Use mutices rather than semaphoresSteven Whitehouse17-118/+118
2006-02-15[GFS2] Fix a case where we didn't get unstuffing rightSteven Whitehouse1-9/+9
2006-02-15[GFS2] Fix for lock recursion problem for internal filesSteven Whitehouse3-8/+25
2006-02-14[GFS2] Fix the bugs I introduced in the last patch but oneSteven Whitehouse1-27/+29
2006-02-14[GFS2] Put back O_DIRECT supportSteven Whitehouse2-26/+75
2006-02-13[GFS2] Change ondisk format (hopefully for the last time)Steven Whitehouse1-17/+19
2006-02-13[GFS2] Fix for root inode ref count bugSteven Whitehouse12-133/+103
2006-02-08[GFS2] Make journaled data files identical to normal files on diskSteven Whitehouse18-1477/+714
2006-01-31[GFS2] Update truncate function (shrinking partial blocks)Steven Whitehouse4-57/+63
2006-01-30[GFS2] Add gfs2_internal_read()Steven Whitehouse12-149/+187
2006-01-30[GFS2] Remove unused prototypeSteven Whitehouse1-1/+0
2006-01-30[GFS2] Make dir.c independant of jdata.cSteven Whitehouse1-9/+255
2006-01-30[GFS2] Use mpage_readpage() in gfs2_readpage()Steven Whitehouse1-1/+2