aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-7/+9
2009-01-07GFS2: Fix typo in gfs_page_mkwrite()Benjamin Marzinski1-1/+1
2009-01-07GFS2: LSF and LBD are now one and the sameSteven Whitehouse1-1/+1
2009-01-07GFS2: Set GFP_NOFS when allocating page on writeSteven Whitehouse1-0/+1
2009-01-05GFS2: Use DEFINE_SPINLOCKJulia Lawall1-1/+1
2009-01-05GFS2: Fix use-after-free bug on umount (try #2)Steven Whitehouse2-9/+12
2009-01-05Revert "GFS2: Fix use-after-free bug on umount"Steven Whitehouse6-94/+114
2009-01-05GFS2: Streamline alloc calculations for writesSteven Whitehouse4-49/+42
2009-01-05GFS2: Send useful information with uevent messagesSteven Whitehouse1-2/+10
2009-01-05GFS2: Fix use-after-free bug on umountSteven Whitehouse6-114/+94
2009-01-05GFS2: Remove ancient, unused codeSteven Whitehouse3-18/+0
2009-01-05GFS2: Move four functions from super.cSteven Whitehouse5-168/+167
2009-01-05GFS2: Fix bug in gfs2_lock_fs_check_clean()Steven Whitehouse4-75/+68
2009-01-05GFS2: Send some sensible sysfs stuffSteven Whitehouse2-2/+30
2009-01-05GFS2: Kill two daemons with one patchSteven Whitehouse13-341/+130
2009-01-05GFS2: Move gfs2_recoverd into recovery.cSteven Whitehouse6-43/+45
2009-01-05GFS2: Fix "truncate in progress" hangSteven Whitehouse7-7/+75
2009-01-05GFS2: Clean up & move gfs2_quotadSteven Whitehouse9-69/+84
2009-01-05GFS2: Add more detail to debugfs glock dumpsSteven Whitehouse1-3/+8
2009-01-05GFS2: Banish struct gfs2_rgrpd_hostSteven Whitehouse3-21/+13
2009-01-05GFS2: Move rg_free from gfs2_rgrpd_host to gfs2_rgrpdSteven Whitehouse3-16/+16
2009-01-05GFS2: Move rg_igeneration into struct gfs2_rgrpdSteven Whitehouse2-4/+4
2009-01-05GFS2: Banish struct gfs2_dinode_hostSteven Whitehouse12-48/+38
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