aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-15GFS2: cleanup file_operations messChristoph Hellwig3-14/+16
2009-04-15GFS2: Move umount flush rwsemSteven Whitehouse1-5/+5
2009-04-15GFS2: Fix symlink creation raceSteven Whitehouse1-0/+1
2009-04-15GFS2: Make quotad's waiting interruptibleSteven Whitehouse1-1/+1
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+4
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-2/+2
2009-03-27constify dentry_operations: GFS2Al Viro2-2/+2
2009-03-24GFS2: Fix freeze issueSteven Whitehouse1-2/+0
2009-03-24Fix a minor bug in the previous patchSteven Whitehouse1-2/+3
2009-03-24GFS2: Clean up of glops.cSteven Whitehouse5-89/+57
2009-03-24GFS2: Fix locking bug in failed shared to exclusive conversionBenjamin Marzinski2-3/+5
2009-03-24GFS2: Pagecache usage optimization on GFS2Hisashi Hifumi1-0/+3
2009-03-24GFS2: fix sparse warning: Should it be static?Hannes Eder1-1/+2
2009-03-24GFS2: fix sparse warnings: constant is so big it is ...Hannes Eder1-6/+6
2009-03-24GFS2: Support quota/noquota mount argumentsSteven Whitehouse1-0/+6
2009-03-24GFS2: Fix alignment issue and tidy gfs2_bitfitSteven Whitehouse1-62/+70
2009-03-24GFS2: Add a "demote a glock" interface to sysfsSteven Whitehouse5-4/+61
2009-03-24GFS2: Expose UUID via sysfs/ueventSteven Whitehouse3-0/+39
2009-03-24GFS2: Support generation of discard requestsSteven Whitehouse4-1/+68
2009-03-24GFS2: Fix deadlock on journal flushSteven Whitehouse3-27/+34
2009-03-24GFS2: Fix error path ref counting for root inodeSteven Whitehouse1-0/+2
2009-03-24GFS2: Remove unused field from glockSteven Whitehouse2-3/+0
2009-03-24GFS2: Merge lock_dlm module into GFS2Steven Whitehouse41-2170/+819
2009-03-24GFS2: Remove "double" locking in quotaSteven Whitehouse3-28/+14
2009-03-24GFS2: change gfs2_quota_scan into a shrinkerAbhijith Das7-73/+114
2009-03-24GFS2: Bring back lvb-related stuff to lock_nolock to support quotasAbhijith Das1-0/+82
2009-03-24GFS2: Fix remount argument parsingSteven Whitehouse5-133/+73