aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-05GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksizeSteven Whitehouse11-55/+56
2009-01-05GFS2: Move di_eattr into "proper" inodeSteven Whitehouse5-20/+20
2009-01-05GFS2: Move "entries" into "proper" inodeSteven Whitehouse4-24/+23
2009-01-05GFS2: Move generation number into "proper" part of inodeSteven Whitehouse2-3/+3
2009-01-05GFS2: sparse annotation of gl->gl_spinHarvey Harrison1-0/+8
2009-01-05GFS2: Fix up jdata writepage/delete_inodeSteven Whitehouse2-12/+11
2009-01-05GFS2: Rationalise header filesSteven Whitehouse14-90/+23
2009-01-05GFS2: Support for FIEMAP ioctlSteven Whitehouse1-0/+46
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-11-14CRED: Wrap task credential accesses in the GFS2 filesystemDavid Howells1-5/+5
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-24/+9
2008-10-23[PATCH] make O_EXCL in nd->intent.flags visible in nd->flagsAl Viro1-1/+1
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds1-1/+2
2008-09-26GFS2: Support for I/O barriersSteven Whitehouse2-3/+19
2008-09-18GFS2: high time to take some time over atimeSteven Whitehouse10-167/+65
2008-09-18GFS2: The war on bloatSteven Whitehouse1-15/+15
2008-09-15GFS2: GFS2 will panic if you misspell any mount optionsAbhijith Das1-6/+9
2008-09-15GFS2: Direct IO write at end of file errorBob Peterson1-1/+1
2008-09-05GFS2: Use an IS_ERR test rather than a NULL testJulien Brunel1-3/+1
2008-09-05GFS2: Fix race relating to glock min-hold timeSteven Whitehouse1-0/+2
2008-08-28dlm: allow multiple lockspace createsDavid Teigland1-1/+2
2008-08-27GFS2: Fix & clean up GFS2 renameSteven Whitehouse3-60/+60
2008-08-13GFS2: rm on multiple nodes causes panicBob Peterson1-18/+38
2008-08-13GFS2: Fix metafs mountsSteven Whitehouse6-535/+448
2008-08-13GFS2: Fix debugfs glock file iteratorSteven Whitehouse1-5/+6
2008-07-26[PATCH] don't pass nameidata to gfs2_lookupi()Al Viro5-8/+8
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-9/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-2/+2
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds32-1946/+1161
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet8-33/+33
2008-07-11[GFS2] Fix GFS2's use of do_div() in its quota calculationsDavid Howells1-1/+1
2008-07-10[GFS2] Remove unused declarationLi Xiaodong1-1/+0
2008-07-10[GFS2] Remove support for unused and pointless flagSteven Whitehouse5-26/+2
2008-07-10[GFS2] Replace rgrp "recent list" with mru listSteven Whitehouse3-99/+12
2008-07-07[GFS2] Allow local DF locks when holding a cached EX glockSteven Whitehouse1-2/+6
2008-07-07[GFS2] Fix delayed demote raceSteven Whitehouse1-1/+4
2008-07-03[GFS2] don't call permission()Miklos Szeredi4-13/+30
2008-07-02Remove BKL from remote_llseek v2Andi Kleen1-2/+2
2008-06-27[GFS2] Fix module buildingSteven Whitehouse2-2/+0
2008-06-27[GFS2] Remove all_list from lock_dlmSteven Whitehouse3-30/+1
2008-06-27[GFS2] Remove obsolete conversion deadlock avoidance codeSteven Whitehouse1-22/+1
2008-06-27[GFS2] Remove remote lock dropping codeSteven Whitehouse10-69/+6
2008-06-27[GFS2] kernel panic mounting volumeBob Peterson1-1/+1
2008-06-27[GFS2] Revise readpage lockingSteven Whitehouse1-13/+16
2008-06-27[GFS2] Fix ordering of args for list_addSteven Whitehouse1-1/+1
2008-06-27[GFS2] trivial sparse lock annotationsHarvey Harrison2-0/+4
2008-06-27[GFS2] No lock_nolockSteven Whitehouse8-266/+71
2008-06-27[GFS2] Fix ordering bug in lock_dlmSteven Whitehouse4-387/+306
2008-06-27[GFS2] Clean up the glock coreSteven Whitehouse13-1049/+736