aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-7/+9
2009-01-07GFS2: Fix typo in gfs_page_mkwrite()Benjamin Marzinski1-1/+1
2009-01-07GFS2: LSF and LBD are now one and the sameSteven Whitehouse1-1/+1
2009-01-07GFS2: Set GFP_NOFS when allocating page on writeSteven Whitehouse1-0/+1
2009-01-05GFS2: Use DEFINE_SPINLOCKJulia Lawall1-1/+1
2009-01-05GFS2: Fix use-after-free bug on umount (try #2)Steven Whitehouse2-9/+12
2009-01-05Revert "GFS2: Fix use-after-free bug on umount"Steven Whitehouse6-94/+114
2009-01-05GFS2: Streamline alloc calculations for writesSteven Whitehouse4-49/+42
2009-01-05GFS2: Send useful information with uevent messagesSteven Whitehouse1-2/+10
2009-01-05GFS2: Fix use-after-free bug on umountSteven Whitehouse6-114/+94
2009-01-05GFS2: Remove ancient, unused codeSteven Whitehouse3-18/+0
2009-01-05GFS2: Move four functions from super.cSteven Whitehouse5-168/+167
2009-01-05GFS2: Fix bug in gfs2_lock_fs_check_clean()Steven Whitehouse4-75/+68
2009-01-05GFS2: Send some sensible sysfs stuffSteven Whitehouse2-2/+30
2009-01-05GFS2: Kill two daemons with one patchSteven Whitehouse13-341/+130
2009-01-05GFS2: Move gfs2_recoverd into recovery.cSteven Whitehouse6-43/+45
2009-01-05GFS2: Fix "truncate in progress" hangSteven Whitehouse7-7/+75
2009-01-05GFS2: Clean up & move gfs2_quotadSteven Whitehouse9-69/+84
2009-01-05GFS2: Add more detail to debugfs glock dumpsSteven Whitehouse1-3/+8
2009-01-05GFS2: Banish struct gfs2_rgrpd_hostSteven Whitehouse3-21/+13
2009-01-05GFS2: Move rg_free from gfs2_rgrpd_host to gfs2_rgrpdSteven Whitehouse3-16/+16
2009-01-05GFS2: Move rg_igeneration into struct gfs2_rgrpdSteven Whitehouse2-4/+4
2009-01-05GFS2: Banish struct gfs2_dinode_hostSteven Whitehouse12-48/+38
2009-01-05GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksizeSteven Whitehouse11-55/+56
2009-01-05GFS2: Move di_eattr into "proper" inodeSteven Whitehouse5-20/+20