aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-14GFS2: Fix permissions on "recover" fileSteven Whitehouse1-10/+10
2009-07-30GFS2: remove dcache entries for remote deleted inodesBenjamin Marzinski5-5/+65
2009-07-30GFS2: Fix incorrent statfs consistency checkBenjamin Marzinski1-11/+3
2009-07-30GFS2: Don't put unlikely reclaim candidates on the reclaim list.Benjamin Marzinski1-26/+46
2009-07-30GFS2: Don't try and dealloc own inodeSteven Whitehouse1-3/+6
2009-07-30GFS2: Fix panic in glock memory shrinkerBenjamin Marzinski1-0/+4
2009-07-30GFS2: keep statfs info in sync on growsBenjamin Marzinski3-14/+68
2009-07-30GFS2: Shrink the shrinkerSteven Whitehouse1-18/+5
2009-07-13tracing/events: Move TRACE_SYSTEM outside of include guardLi Zefan1-4/+4
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz1-1/+1
2009-06-12GFS2: Remove lock_kernel from gfs2_put_super()Steven Whitehouse1-4/+0
2009-06-12GFS2: Add tracepointsSteven Whitehouse8-6/+442
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+4
2009-06-11gfs2: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig2-15/+0
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-3/+3
2009-06-10GFS2: Merge gfs2_get_sb into gfs2_get_sb_metaSteven Whitehouse1-12/+4
2009-06-10GFS2: Fix cache coherency between truncate and O_DIRECT readSteven Whitehouse1-1/+1
2009-06-05GFS2: Fix locking issue mounting gfs2meta fsSteven Whitehouse1-14/+22
2009-06-03GFS2: Remove unused variableSteven Whitehouse1-2/+0
2009-06-02GFS2: smbd proccess hangs with flock() call.Abhijith Das1-2/+2
2009-05-26GFS2: Remove args subdir from gfs2 sysfs filesSteven Whitehouse1-51/+1
2009-05-26GFS2: Remove lockstruct subdir from gfs2 sysfs filesSteven Whitehouse1-33/+8
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen2-3/+3
2009-05-22GFS2: Move gfs2_unlink_ok into ops_inode.cSteven Whitehouse3-41/+38
2009-05-22GFS2: Move gfs2_readlinki into ops_inode.cSteven Whitehouse3-58/+56
2009-05-22GFS2: Move gfs2_rmdiri into ops_inode.cSteven Whitehouse3-54/+53
2009-05-22GFS2: Merge mount.c and ops_super.c into super.cSteven Whitehouse4-956/+903
2009-05-22GFS2: Clean up some file namesSteven Whitehouse12-55/+34
2009-05-21GFS2: Be more aggressive in reclaiming unlinked inodesSteven Whitehouse2-3/+4
2009-05-21GFS2: Add a rgrp bitmap full flagSteven Whitehouse2-30/+50
2009-05-20GFS2: Improve resource group error handlingSteven Whitehouse7-67/+99
2009-05-19GFS2: Don't warn when delete inode fails on ro filesystemSteven Whitehouse1-1/+1
2009-05-19GFS2: Umount recovery race fixSteven Whitehouse9-124/+122
2009-05-13GFS2: Remove a couple of unused sysfs entriesSteven Whitehouse1-13/+0
2009-05-13GFS2: Add commit= mount optionSteven Whitehouse5-60/+60
2009-05-13GFS2: Move journal live test at transaction startSteven Whitehouse1-6/+3
2009-05-12GFS2: Fix timestamps on writeAbhijith Das1-10/+10
2009-05-11GFS2: Something nonlinear this way comes!Steven Whitehouse1-13/+16
2009-05-11GFS2: Optimise writepage for metadataSteven Whitehouse1-9/+57
2009-05-11GFS2: Update the rw flagsSteven Whitehouse3-20/+38
2009-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-4/+4
2009-05-09Reduce path_lookup() abusesAl Viro1-4/+4
2009-05-09GFS2: Fix glock ref counting bugSteven Whitehouse1-0/+1
2009-04-23GFS2: Ensure that the inode goal block settings are updatedSteven Whitehouse1-1/+9
2009-04-23GFS2: Fix bug in block allocationSteven Whitehouse1-2/+1
2009-04-20GFS2: Fix page_mkwrite() return codeSteven Whitehouse1-1/+3
2009-04-20GFS2: Clear dirty bit at end of inode glock syncSteven Whitehouse1-0/+6
2009-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds6-21/+24
2009-04-15gfs2: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan1-5/+0
2009-04-15GFS2: Use DEFINE_SPINLOCKXu Gang1-1/+1