aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-6/+3
2010-03-29GFS2: Clean up stuffed file copyingSteven Whitehouse2-10/+15
2010-03-29GFS2: Remove space from slab cache nameSteven Whitehouse1-1/+1
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds4-5/+3
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-03-11GFS2: Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1
2010-03-11GFS2: Allow the number of committed revokes to temporarily be negativeBenjamin Marzinski2-3/+2
2010-03-09GFS2: do not select QUOTAChristoph Hellwig1-1/+0
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds4-5/+10
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+3
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig4-5/+10
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-86/+27
2010-03-03Switch gfs2 to nd_set_link()Al Viro1-86/+27
2010-03-01GFS2: print glock numbers in hexBob Peterson1-1/+1
2010-03-01GFS2: ordered writes are backwardsDave Chinner1-2/+2
2010-03-01GFS2: Remove loopy umount codeSteven Whitehouse5-37/+4
2010-03-01GFS2: Metadata address space clean upSteven Whitehouse13-95/+101
2010-02-12GFS2: Fix bmap allocation corner-case bugSteven Whitehouse1-1/+1
2010-02-12GFS2: Fix error codeAbhijith Das1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-03GFS2: Extend umount wait coverage to full glock lifetimeSteven Whitehouse5-7/+17
2010-02-03GFS2: Wait for unlock completion on umountSteven Whitehouse4-1/+13
2010-02-01GFS2: Use GFP_NOFS for alloc structureSteven Whitehouse1-1/+1
2010-02-01GFS2: Fix previous patchSteven Whitehouse1-0/+1
2010-02-01GFS2: Don't withdraw on partial rindex entriesBenjamin Marzinski1-5/+0
2010-01-12GFS2: Fix refcnt leak on gfs2_follow_link() error pathOGAWA Hirofumi1-1/+2