aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-7/+7
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds5-51/+71
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro1-2/+2
2010-08-09switch gfs2 to ->evict_inode()Al Viro1-24/+15
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro1-1/+1
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2-6/+4
2010-08-09remove inode_setattrChristoph Hellwig3-15/+46
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-3/+3
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-5/+5
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds7-49/+40
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig3-7/+7
2010-08-07block: BARRIER request should imply SYNCChristoph Hellwig1-1/+1
2010-08-02GFS2: Fix recovery stuck bug (try #2)Steven Whitehouse1-7/+39
2010-07-30GFS2: Fix typo in stuffed file data copy handlingAbhijith Das1-1/+1
2010-07-29Revert "GFS2: recovery stuck on transaction lock"Steven Whitehouse1-10/+0
2010-07-29GFS2: Make "try" lock not try quite so hardSteven Whitehouse1-24/+25
2010-07-29GFS2: remove dependency on __GFP_NOFAILDavid Rientjes1-2/+9
2010-07-29GFS2: Simplify gfs2_write_alloc_requiredBob Peterson6-35/+14
2010-07-29GFS2: Wait for journal id on mount if not specified on mount command lineSteven Whitehouse3-5/+80
2010-07-29GFS2: Use nobh_writepageSteven Whitehouse1-4/+1
2010-07-28GFS2: Use kmalloc when possible for ->readdir()Steven Whitehouse1-6/+25
2010-07-23gfs2: use workqueue instead of slow-workTejun Heo7-49/+40
2010-07-21quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig1-5/+5
2010-07-19mm: add context argument to shrinker callbackDave Chinner3-3/+3
2010-07-15GFS2: rename causes kernel OopsBob Peterson1-1/+1
2010-07-15GFS2: BUG in gfs2_adjust_quotaAbhijith Das1-5/+3
2010-07-15GFS2: Fix kernel NULL pointer dereference by dlm_astdBob Peterson1-4/+8
2010-07-15GFS2: recovery stuck on transaction lockBob Peterson1-0/+10
2010-07-15GFS2: O_TRUNC not working on stuffed files across clusterBob Peterson1-0/+1
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de2-2/+11
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+2
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds7-54/+65
2010-05-24GFS2: Fix permissions checking for setflags ioctl()Steven Whitehouse1-0/+7
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds4-6/+6
2010-05-21gfs: constify xattr_handlerStephen Hemminger4-6/+6
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe19-185/+368
2010-05-21quota: unify ->set_dqblkChristoph Hellwig1-3/+3
2010-05-21quota: unify ->get_dqblkChristoph Hellwig1-3/+3
2010-05-21GFS2: Don't "get" xattrs for ACLs when ACLs are turned offSteven Whitehouse1-0/+4
2010-05-21GFS2: Rework reclaiming unlinked dinodesBob Peterson5-54/+54
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds19-179/+362
2010-05-14GFS2: Fix typoSteven Whitehouse1-1/+1
2010-05-12GFS2: stuck in inode wait, no glocks stuckBob Peterson1-48/+30
2010-05-12GFS2: Eliminate useless err variableBob Peterson1-3/+1
2010-05-10GFS2: Fix writing to non-page aligned gfs2_quota structuresAbhijith Das1-25/+61
2010-05-06GFS2: Add some useful messagesSteven Whitehouse4-1/+6
2010-05-05GFS2: fix quota state reportingChristoph Hellwig1-4/+12
2010-05-05GFS2: Various gfs2_logd improvementsBenjamin Marzinski9-92/+126
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-2/+3
2010-04-14GFS2: glock livelockBob Peterson7-29/+144