aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_fstype.c
Commit message (Expand)AuthorAgeFilesLines
* [GFS2] Invalidate cache at correct pointBenjamin Marzinski2008-03-311-1/+1
* [GFS2] Remove drop of module ref where not neededSteven Whitehouse2008-03-311-1/+0
* [GFS2] fix file_system_type leak on gfs2meta mountChristoph Hellwig2008-03-311-3/+1
* [GFS2] Remove rgrp and glock version numbersBob Peterson2008-03-311-2/+2
* [GFS2] Remove lm.[ch] and distribute contentSteven Whitehouse2008-03-311-1/+70
* Introduce path_put()Jan Blunck2008-02-141-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-2/+3
* [GFS2] Initialize extent_list earlierBob Peterson2008-01-251-1/+0
* [GFS2] Minor correctionBob Peterson2008-01-251-1/+1
* [GFS2] Eliminate the no longer needed sd_statfs_mutexBob Peterson2008-01-251-1/+0
* [GFS2] Journal extent mappingBob Peterson2008-01-251-1/+67
* [GFS2] Use atomic_t for journal free blocks counterSteven Whitehouse2008-01-251-2/+2
* [GFS2] Don't add glocks to the journalSteven Whitehouse2008-01-251-1/+0
* [GFS2] Alternate gfs2_iget to avoid looking up inodes being freedBenjamin Marzinski2007-10-101-1/+1
* [GFS2] Clean up journaled data writingSteven Whitehouse2007-10-101-1/+2
* [GFS2] Clean up ordered write codeSteven Whitehouse2007-10-101-0/+1
* [GFS2] panic after can't parse mount argumentsAbhijith Das2007-10-101-2/+4
* [GFS2] Clean up invalidatepage/releasepageSteven Whitehouse2007-10-101-0/+2
* [GFS2] fixed a NULL pointer assignment BUGDenis Cheng2007-10-101-2/+3
* [GFS2] better code for translating charactersDenis Cheng2007-10-101-1/+2
* [GFS2] unneeded typecastDenis Cheng2007-10-101-1/+1
* [GFS2] use list_for_each_entry insteadDenis Cheng2007-10-101-3/+1
* [GFS2] Ensure journal file cache is flushed after recoveryBob Peterson2007-10-101-1/+1
* [GFS2] Reduce number of gfs2_scand processes to oneSteven Whitehouse2007-10-101-9/+0
* [GFS2] use the declaration of gfs2_dops in the header file insteadDenis Cheng2007-10-101-2/+1
* [GFS2] Obtaining no_formal_ino from directory entryWendy Cheng2007-07-091-1/+1
* [GFS2] Can't mount GFS2 file system on AoE deviceRobert Peterson2007-07-091-0/+3
* [GFS2] Add nanosecond timestamp featureSteven Whitehouse2007-07-091-0/+1
* [GFS2] Fix sign problem in quota/statfs and cleanup _host structuresSteven Whitehouse2007-07-091-10/+3
* [GFS2] Clean up inode number handlingSteven Whitehouse2007-07-091-8/+8
* [GFS2] lockdump improvementsRobert Peterson2007-05-011-0/+1
* [GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540)Robert Peterson2007-05-011-0/+3
* [GFS2] add newline to printk messageRichard Fearn2007-03-071-1/+1
* [PATCH] Revert bd_mount_mutex back to a semaphoreDavid Chinner2007-01-111-2/+2
* [GFS2] split and annotate gfs2_inumAl Viro2006-11-301-2/+2
* [GFS2] fs/gfs2/ops_fstype.c:fill_super_meta(): fix NULL dereferenceAdrian Bunk2006-10-201-2/+2
* [GFS2] fs/gfs2/ops_fstype.c:gfs2_get_sb_meta(): remove unused variableAdrian Bunk2006-10-201-3/+0
* [GFS2] Remove duplicate sb reading codeSteven Whitehouse2006-10-021-28/+13
* [GFS2/DLM] Fix trailing whitespaceSteven Whitehouse2006-09-251-9/+9
* [GFS2] Export lm_interface to kernel headersFabio Massimo Di Nitto2006-09-191-1/+1
* [GFS2] vfree should be kfreeSteven Whitehouse2006-09-081-1/+1
* [GFS2] Forgot to remove unused include vmalloc.hSteven Whitehouse2006-09-071-1/+0
* [GFS2] Move glock hash table out of superblockSteven Whitehouse2006-09-071-8/+1
* [GFS2] More code style updatesSteven Whitehouse2006-09-041-2/+2
* [GFS2] Align all labels against LH sideSteven Whitehouse2006-09-041-51/+22
* [GFS2] Update copyright, tidy up incore.hSteven Whitehouse2006-09-011-1/+1
* [GFS2] Allow mounting of gfs2 and gfs2meta at the same timeAbhijith Das2006-08-251-3/+144
* [GFS2] Speed up scanning of glocksSteven Whitehouse2006-08-241-1/+0
* [GFS2] Fix a couple of refcount leaks.Russell Cattelan2006-08-101-0/+4
* [GFS2] Use a bio to read the superblockSteven Whitehouse2006-07-271-5/+0