Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
[safe/jmp/linux-2.6] / fs / gfs2 / ops_fstype.c
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
2006-05-12 Steven Whitehouse[GFS2] Remove incorrect initialisation of gh_owner
2006-05-05 Robert S Peterson[GFS2] Set d_ops for root inode
2006-04-26 Steven Whitehouse[GFS2] Remove GL_NEVER_RECURSE flag
2006-04-20 David Teigland[GFS2] journal recovery patch
2006-04-07 Steven Whitehouse[GFS2] Fix a ref count bug and other clean ups
2006-03-29 Steven Whitehouse[GFS2] Update locking in log.c
2006-03-28 Steven Whitehouse[GFS2] Further updates to dir and logging code
2006-03-20 Steven Whitehouse[GFS2] Fix bug in directory code and tidy up
2006-03-02 Steven Whitehouse[GFS2] Add gfs2meta filesystem
2006-03-01 Steven Whitehouse[GFS2] Tidy up mount code.
2006-02-27 Steven Whitehouse[GFS2] Macros removal in gfs2.h
2006-02-27 Steven Whitehouse[GFS2] 80 Column audit of GFS2
2006-02-27 Steven Whitehouse[GFS2] Audit printk and kmalloc
2006-02-21 Steven Whitehouse[GFS2] Use mutices rather than semaphores
2006-02-13 Steven Whitehouse[GFS2] Fix for root inode ref count bug
2006-01-30 Steven Whitehouse[GFS2] Add gfs2_internal_read()
2006-01-16 David Teigland[GFS2] The core of GFS2