aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/ops_fstype.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-15gfs2: Remove code handling bio_alloc failure with __GFP_WAITGravatar Nikanth Karthikesan 1-5/+0
2009-03-24GFS2: Clean up of glops.cGravatar Steven Whitehouse 1-3/+3
2009-03-24GFS2: Expose UUID via sysfs/ueventGravatar Steven Whitehouse 1-0/+1
2009-03-24GFS2: Fix error path ref counting for root inodeGravatar Steven Whitehouse 1-0/+2
2009-03-24GFS2: Merge lock_dlm module into GFS2Gravatar Steven Whitehouse 1-40/+94
2009-03-24GFS2: Remove "double" locking in quotaGravatar Steven Whitehouse 1-1/+0
2009-03-24GFS2: change gfs2_quota_scan into a shrinkerGravatar Abhijith Das 1-1/+0
2009-03-24GFS2: Fix remount argument parsingGravatar Steven Whitehouse 1-2/+9
2009-01-05GFS2: Fix use-after-free bug on umount (try #2)Gravatar Steven Whitehouse 1-8/+12
2009-01-05Revert "GFS2: Fix use-after-free bug on umount"Gravatar Steven Whitehouse 1-88/+10
2009-01-05GFS2: Fix use-after-free bug on umountGravatar Steven Whitehouse 1-10/+88
2009-01-05GFS2: Fix bug in gfs2_lock_fs_check_clean()Gravatar Steven Whitehouse 1-0/+67
2009-01-05GFS2: Kill two daemons with one patchGravatar Steven Whitehouse 1-25/+0
2009-01-05GFS2: Move gfs2_recoverd into recovery.cGravatar Steven Whitehouse 1-0/+1
2009-01-05GFS2: Fix "truncate in progress" hangGravatar Steven Whitehouse 1-0/+2
2009-01-05GFS2: Clean up & move gfs2_quotadGravatar Steven Whitehouse 1-4/+1
2009-01-05GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksizeGravatar Steven Whitehouse 1-1/+1
2009-01-05GFS2: Rationalise header filesGravatar Steven Whitehouse 1-3/+0
2008-09-18GFS2: high time to take some time over atimeGravatar Steven Whitehouse 1-18/+5
2008-09-15GFS2: GFS2 will panic if you misspell any mount optionsGravatar Abhijith Das 1-6/+9
2008-08-13GFS2: Fix metafs mountsGravatar Steven Whitehouse 1-177/+389
2008-07-10[GFS2] Replace rgrp "recent list" with mru listGravatar Steven Whitehouse 1-1/+0
2008-06-27[GFS2] Remove remote lock dropping codeGravatar Steven Whitehouse 1-1/+1
2008-06-27[GFS2] No lock_nolockGravatar Steven Whitehouse 1-2/+3
2008-05-12[GFS2] Prefer strlcpy() over snprintf()Gravatar Jean Delvare 1-2/+2
2008-03-31[GFS2] Invalidate cache at correct pointGravatar Benjamin Marzinski 1-1/+1
2008-03-31[GFS2] Remove drop of module ref where not neededGravatar Steven Whitehouse 1-1/+0
2008-03-31[GFS2] fix file_system_type leak on gfs2meta mountGravatar Christoph Hellwig 1-3/+1
2008-03-31[GFS2] Remove rgrp and glock version numbersGravatar Bob Peterson 1-2/+2
2008-03-31[GFS2] Remove lm.[ch] and distribute contentGravatar Steven Whitehouse 1-1/+70
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-2/+3
2008-01-25[GFS2] Initialize extent_list earlierGravatar Bob Peterson 1-1/+0
2008-01-25[GFS2] Minor correctionGravatar Bob Peterson 1-1/+1
2008-01-25[GFS2] Eliminate the no longer needed sd_statfs_mutexGravatar Bob Peterson 1-1/+0
2008-01-25[GFS2] Journal extent mappingGravatar Bob Peterson 1-1/+67
2008-01-25[GFS2] Use atomic_t for journal free blocks counterGravatar Steven Whitehouse 1-2/+2
2008-01-25[GFS2] Don't add glocks to the journalGravatar Steven Whitehouse 1-1/+0
2007-10-10[GFS2] Alternate gfs2_iget to avoid looking up inodes being freedGravatar Benjamin Marzinski 1-1/+1
2007-10-10[GFS2] Clean up journaled data writingGravatar Steven Whitehouse 1-1/+2
2007-10-10[GFS2] Clean up ordered write codeGravatar Steven Whitehouse 1-0/+1
2007-10-10[GFS2] panic after can't parse mount argumentsGravatar Abhijith Das 1-2/+4
2007-10-10[GFS2] Clean up invalidatepage/releasepageGravatar Steven Whitehouse 1-0/+2
2007-10-10[GFS2] fixed a NULL pointer assignment BUGGravatar Denis Cheng 1-2/+3
2007-10-10[GFS2] better code for translating charactersGravatar Denis Cheng 1-1/+2
2007-10-10[GFS2] unneeded typecastGravatar Denis Cheng 1-1/+1
2007-10-10[GFS2] use list_for_each_entry insteadGravatar Denis Cheng 1-3/+1
2007-10-10[GFS2] Ensure journal file cache is flushed after recoveryGravatar Bob Peterson 1-1/+1
2007-10-10[GFS2] Reduce number of gfs2_scand processes to oneGravatar Steven Whitehouse 1-9/+0
2007-10-10[GFS2] use the declaration of gfs2_dops in the header file insteadGravatar Denis Cheng 1-2/+1