nfsd4: reshuffle lease-setting code to allow reuse
[safe/jmp/linux-2.6] / fs / gfs2 / ops_fstype.c
2010-02-12 Abhijith DasGFS2: Fix error code
2010-02-03 Steven WhitehouseGFS2: Extend umount wait coverage to full glock lifetime
2010-02-03 Steven WhitehouseGFS2: Wait for unlock completion on umount
2009-12-03 Christoph HellwigGFS2: add barrier/nobarrier mount options
2009-12-03 Benjamin MarzinskiGFS2: Improve statfs and quota usability
2009-12-03 Steven WhitehouseGFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_ops
2009-12-03 Steven WhitehouseGFS2: Fix -o meta mounts for subsequent mounts (i.e...
2009-09-09 Steven WhitehouseGFS2: Remove unused sysfs file
2009-08-27 Steven WhitehouseGFS2: Remove no_formal_ino generating code
2009-08-26 Steven WhitehouseGFS2: Clean up of extended attribute support
2009-08-24 Bob PetersonGFS2: Add "-o errors=panic|withdraw" mount options
2009-08-17 Steven WhitehouseGFS2: Add online uevent to GFS2
2009-06-12 Steven WhitehouseGFS2: Add tracepoints
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-06-10 Steven WhitehouseGFS2: Merge gfs2_get_sb into gfs2_get_sb_meta
2009-06-05 Steven WhitehouseGFS2: Fix locking issue mounting gfs2meta fs
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-19 Steven WhitehouseGFS2: Umount recovery race fix
2009-05-13 Steven WhitehouseGFS2: Add commit= mount option
2009-05-09 Al ViroReduce path_lookup() abuses
2009-04-15 Nikanth Karthikesangfs2: Remove code handling bio_alloc failure with __GFP...
2009-03-24 Steven WhitehouseGFS2: Clean up of glops.c
2009-03-24 Steven WhitehouseGFS2: Expose UUID via sysfs/uevent
2009-03-24 Steven WhitehouseGFS2: Fix error path ref counting for root inode
2009-03-24 Steven WhitehouseGFS2: Merge lock_dlm module into GFS2
2009-03-24 Steven WhitehouseGFS2: Remove "double" locking in quota
2009-03-24 Abhijith DasGFS2: change gfs2_quota_scan into a shrinker
2009-03-24 Steven WhitehouseGFS2: Fix remount argument parsing
2009-01-05 Steven WhitehouseGFS2: Fix use-after-free bug on umount (try #2)
2009-01-05 Steven WhitehouseRevert "GFS2: Fix use-after-free bug on umount"
2009-01-05 Steven WhitehouseGFS2: Fix use-after-free bug on umount
2009-01-05 Steven WhitehouseGFS2: Fix bug in gfs2_lock_fs_check_clean()
2009-01-05 Steven WhitehouseGFS2: Kill two daemons with one patch
2009-01-05 Steven WhitehouseGFS2: Move gfs2_recoverd into recovery.c
2009-01-05 Steven WhitehouseGFS2: Fix "truncate in progress" hang
2009-01-05 Steven WhitehouseGFS2: Clean up & move gfs2_quotad
2009-01-05 Steven WhitehouseGFS2: Move i_size from gfs2_dinode_host and rename...
2009-01-05 Steven WhitehouseGFS2: Rationalise header files
2008-09-18 Steven WhitehouseGFS2: high time to take some time over atime
2008-09-15 Abhijith DasGFS2: GFS2 will panic if you misspell any mount options
2008-08-13 Steven WhitehouseGFS2: Fix metafs mounts
2008-07-10 Steven Whitehouse[GFS2] Replace rgrp "recent list" with mru list
2008-06-27 Steven Whitehouse[GFS2] Remove remote lock dropping code
2008-06-27 Steven Whitehouse[GFS2] No lock_nolock
2008-05-12 Jean Delvare[GFS2] Prefer strlcpy() over snprintf()
2008-03-31 Benjamin Marzinski[GFS2] Invalidate cache at correct point
2008-03-31 Steven Whitehouse[GFS2] Remove drop of module ref where not needed
2008-03-31 Christoph Hellwig[GFS2] fix file_system_type leak on gfs2meta mount
2008-03-31 Bob Peterson[GFS2] Remove rgrp and glock version numbers
2008-03-31 Steven Whitehouse[GFS2] Remove lm.[ch] and distribute content
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-01-25 Bob Peterson[GFS2] Initialize extent_list earlier
2008-01-25 Bob Peterson[GFS2] Minor correction
2008-01-25 Bob Peterson[GFS2] Eliminate the no longer needed sd_statfs_mutex
2008-01-25 Bob Peterson[GFS2] Journal extent mapping
2008-01-25 Steven Whitehouse[GFS2] Use atomic_t for journal free blocks counter
2008-01-25 Steven Whitehouse[GFS2] Don't add glocks to the journal
2007-10-10 Benjamin Marzinski[GFS2] Alternate gfs2_iget to avoid looking up inodes...
2007-10-10 Steven Whitehouse[GFS2] Clean up journaled data writing
2007-10-10 Steven Whitehouse[GFS2] Clean up ordered write code
2007-10-10 Abhijith Das[GFS2] panic after can't parse mount arguments
2007-10-10 Steven Whitehouse[GFS2] Clean up invalidatepage/releasepage
2007-10-10 Denis Cheng[GFS2] fixed a NULL pointer assignment BUG
2007-10-10 Denis Cheng[GFS2] better code for translating characters
2007-10-10 Denis Cheng[GFS2] unneeded typecast
2007-10-10 Denis Cheng[GFS2] use list_for_each_entry instead
2007-10-10 Bob Peterson[GFS2] Ensure journal file cache is flushed after recovery
2007-10-10 Steven Whitehouse[GFS2] Reduce number of gfs2_scand processes to one
2007-10-10 Denis Cheng[GFS2] use the declaration of gfs2_dops in the header...
2007-07-09 Wendy Cheng[GFS2] Obtaining no_formal_ino from directory entry
2007-07-09 Robert Peterson[GFS2] Can't mount GFS2 file system on AoE device
2007-07-09 Steven Whitehouse[GFS2] Add nanosecond timestamp feature
2007-07-09 Steven Whitehouse[GFS2] Fix sign problem in quota/statfs and cleanup...
2007-07-09 Steven Whitehouse[GFS2] Clean up inode number handling
2007-05-01 Robert Peterson[GFS2] lockdump improvements
2007-05-01 Robert Peterson[GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540)
2007-03-07 Richard Fearn[GFS2] add newline to printk message
2007-01-12 David Chinner[PATCH] Revert bd_mount_mutex back to a semaphore
2006-11-30 Al Viro[GFS2] split and annotate gfs2_inum
2006-10-20 Adrian Bunk[GFS2] fs/gfs2/ops_fstype.c:fill_super_meta(): fix...
2006-10-20 Adrian Bunk[GFS2] fs/gfs2/ops_fstype.c:gfs2_get_sb_meta(): remove...
2006-10-02 Steven Whitehouse[GFS2] Remove duplicate sb reading code
2006-09-25 Steven Whitehouse[GFS2/DLM] Fix trailing whitespace
2006-09-19 Fabio Massimo Di... [GFS2] Export lm_interface to kernel headers
2006-09-08 Steven Whitehouse[GFS2] vfree should be kfree
2006-09-07 Steven Whitehouse[GFS2] Forgot to remove unused include vmalloc.h
2006-09-07 Steven Whitehouse[GFS2] Move glock hash table out of superblock
2006-09-04 Steven Whitehouse[GFS2] More code style updates
2006-09-04 Steven Whitehouse[GFS2] Align all labels against LH side
2006-09-01 Steven Whitehouse[GFS2] Update copyright, tidy up incore.h
2006-08-25 Abhijith Das[GFS2] Allow mounting of gfs2 and gfs2meta at the same...
2006-08-24 Steven Whitehouse[GFS2] Speed up scanning of glocks
2006-08-10 Russell Cattelan[GFS2] Fix a couple of refcount leaks.
2006-07-27 Steven Whitehouse[GFS2] Use a bio to read the superblock
2006-07-05 Steven Whitehouse[GFS2] Make GFS2 work with lock validator
2006-07-03 Andrew Morton[patch 1/1] gfs2: get_sb_dev() fix
2006-06-14 Steven Whitehouse[GFS2] Fix unlinked file handling
2006-05-18 Steven Whitehouse[GFS2] Update copyright date to 2006
2006-05-18 Steven Whitehouse[GFS2] Remove semaphore.h from C files
next