summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-30[GFS2] Bug fix relating to endian conversion in inode.cSteven Whitehouse1-1/+2
2006-01-30[GFS2] Rename get_block and make it externSteven Whitehouse2-7/+9
2006-01-30[GFS2] Remove unused file resize.cSteven Whitehouse3-311/+0
2006-01-24[GFS2] Remove pointless argument relating to truncateSteven Whitehouse3-12/+8
2006-01-18[GFS2] Rename gfs2_meta_pin to gfs2_pinSteven Whitehouse3-10/+10
2006-01-18[GFS2] Change memory allocations to GFP_NOFSSteven Whitehouse1-3/+3
2006-01-18[GFS2] Remove gfs2_databuf in favour of gfs2_bufdata structureSteven Whitehouse5-32/+24
2006-01-18[GFS2] Make the new argument to gfs2_trans_add_bh() actually do somethingSteven Whitehouse3-6/+9
2006-01-18[GFS2] Add an additional argument to gfs2_trans_add_bh()Steven Whitehouse17-85/+86
2006-01-18[GFS2] Update init_dinode() to reduce stack usageSteven Whitehouse2-18/+31
2006-01-18[GFS2] Remove unused code from ondisk.c/gfs2_ondisk.hSteven Whitehouse1-63/+0
2006-01-18[GFS2] Remove unused code from various filesSteven Whitehouse8-232/+1
2006-01-18[GFS2] Remove remains of the GFS2 identify ioctl()David Teigland1-7/+0
2006-01-18[GFS2] Only two args for kobject_uevent() in locking/dlm/mount.cDavid Teigland1-3/+3
2006-01-17[GFS2] An update of the GFS2 lock modulesDavid Teigland10-490/+752
2006-01-17[GFS2] Fix typo in GFS2 MakefileDavid Teigland1-2/+2
2006-01-16[GFS2] The lock modules for GFS2David Teigland9-0/+1916
2006-01-16[GFS2] The core of GFS2David Teigland79-0/+28772