aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2010-09-17GFS2: gfs2_logd should be using interruptible waitsSteven Whitehouse
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro
2010-08-09switch gfs2 to ->evict_inode()Al Viro
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-08-07block: BARRIER request should imply SYNCChristoph Hellwig
2010-08-02GFS2: Fix recovery stuck bug (try #2)Steven Whitehouse
2010-07-30GFS2: Fix typo in stuffed file data copy handlingAbhijith Das
2010-07-29Revert "GFS2: recovery stuck on transaction lock"Steven Whitehouse
2010-07-29GFS2: Make "try" lock not try quite so hardSteven Whitehouse
2010-07-29GFS2: remove dependency on __GFP_NOFAILDavid Rientjes
2010-07-29GFS2: Simplify gfs2_write_alloc_requiredBob Peterson
2010-07-29GFS2: Wait for journal id on mount if not specified on mount command lineSteven Whitehouse
2010-07-29GFS2: Use nobh_writepageSteven Whitehouse
2010-07-28GFS2: Use kmalloc when possible for ->readdir()Steven Whitehouse
2010-07-23gfs2: use workqueue instead of slow-workTejun Heo
2010-07-21quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig
2010-07-19mm: add context argument to shrinker callbackDave Chinner
2010-07-15GFS2: rename causes kernel OopsBob Peterson
2010-07-15GFS2: BUG in gfs2_adjust_quotaAbhijith Das
2010-07-15GFS2: Fix kernel NULL pointer dereference by dlm_astdBob Peterson
2010-07-15GFS2: recovery stuck on transaction lockBob Peterson
2010-07-15GFS2: O_TRUNC not working on stuffed files across clusterBob Peterson
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds
2010-05-24GFS2: Fix permissions checking for setflags ioctl()Steven Whitehouse
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-05-21gfs: constify xattr_handlerStephen Hemminger
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe
2010-05-21quota: unify ->set_dqblkChristoph Hellwig
2010-05-21quota: unify ->get_dqblkChristoph Hellwig
2010-05-21GFS2: Don't "get" xattrs for ACLs when ACLs are turned offSteven Whitehouse
2010-05-21GFS2: Rework reclaiming unlinked dinodesBob Peterson
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2010-05-14GFS2: Fix typoSteven Whitehouse
2010-05-12GFS2: stuck in inode wait, no glocks stuckBob Peterson
2010-05-12GFS2: Eliminate useless err variableBob Peterson
2010-05-10GFS2: Fix writing to non-page aligned gfs2_quota structuresAbhijith Das
2010-05-06GFS2: Add some useful messagesSteven Whitehouse
2010-05-05GFS2: fix quota state reportingChristoph Hellwig
2010-05-05GFS2: Various gfs2_logd improvementsBenjamin Marzinski
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov