[GFS2] Add cast for printk
[linux-2.6] / fs / gfs2 /
2006-07-05  Steven Whitehouse[GFS2] Add cast for printk
2006-07-05  Steven Whitehouse[GFS2] Make GFS2 work with lock validator
2006-07-05  Steven WhitehouseMerge branch 'master'
2006-07-05  Steven Whitehouse[GFS2] Fix locking for Direct I/O reads
2006-07-03  Steven Whitehouse[GFS2] Mark file_operations const
2006-07-03  Steven Whitehouse[GFS2] Make our address_space_operations const
2006-07-03  Steven Whitehouse[GFS2] API change for gfs2_statfs
2006-07-03  Andrew Morton[patch 1/1] gfs2: get_sb_dev() fix
2006-07-03  Steven Whitehouse[GFS2] Remove dependance on tty_write_message()
2006-07-03  Steven WhitehouseMerge git./linux/kernel/git/torvalds/linux-2.6
2006-06-24  Steven Whitehouse[GFS2] Eliminate one instance of __GFP_NOFAIL
2006-06-23  Steven Whitehouse[GFS2] Use generic_file_sendfile directly
2006-06-22  David Teigland[GFS2] gfs2/dlm: mailing list and web page
2006-06-22  Steven Whitehouse[GFS2] Remove unused flag
2006-06-22  Adrian Bunk[GFS2] [-mm patch] fs/gfs2/: make code static
2006-06-22  Steven Whitehouse[GFS2] Remove gfs2_repermission
2006-06-21  Steven Whitehouse[GFS2] Fix double locking problem in rename
2006-06-20  Steven Whitehouse[GFS2] Remove unused ra_state variable
2006-06-20  David Woodhouse[GFS2] Fix printk format warnings in DLM code
2006-06-20  David Woodhouse[GFS2] Fix use of bitops on unsigned int (struct gfs2_h...
2006-06-20  Steven WhitehouseMerge branch 'master'
2006-06-19  Steven Whitehouse[GFS2] Always include glock in transaction
2006-06-19  Steven WhitehouseMerge branch 'master'
2006-06-19  Steven Whitehouse[GFS2] Remove debugging printks
2006-06-14  Steven Whitehouse[GFS2] Fix unlinked file handling
2006-06-06  Steven Whitehouse[GFS2] Fix warning on impossible event in eattr code
2006-06-06  Steven Whitehouse[GFS2] Move some fields around to reduce wasted space
2006-06-06  Steven WhitehouseMerge branch 'master'
2006-05-25  Ryan O'Hara[GFS2] Fix for selinux support
2006-05-25  Steven WhitehouseMerge branch 'master'
2006-05-24  Steven Whitehouse[GFS2] Casts for printing 64bit numbers
2006-05-24  David Teigland[GFS2] Cast 64 bit printk args to unsigned long long.
2006-05-22  Steven Whitehouse[GFS2] Flag up issue in selinux code
2006-05-22  Ryan O'Hara[GFS2] selinux support
2006-05-19  David Teigland[GFS2] setup lock_dlm kobject earlier
2006-05-18  Steven Whitehouse[GFS2] glock debugging and inode cache changes
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-18  Steven Whitehouse[GFS2] Drop log lock on I/O error & tidy up
2006-05-18  Steven Whitehouse[GFS2] Remove bits.c from the Makefile
2006-05-18  Steven Whitehouse[GFS2] Make newly moved functions static
2006-05-18  Steven Whitehouse[GFS2] Merge bits.[ch] into rgrp.c
2006-05-16  Steven Whitehouse[GFS2] Fix ref count bug that used to bite us on umount
2006-05-12  Steven Whitehouse[GFS2] Fix attributes setting logic
2006-05-12  Steven Whitehouse[GFS2] Remove incorrect initialisation of gh_owner
2006-05-12  Steven Whitehouse[GFS2] Reverse block order in build_height
2006-05-12  Steven WhitehouseMerge branch 'master'
2006-05-05  Steven Whitehouse[GFS2] Readpages support
2006-05-05  Robert S Peterson[GFS2] Set d_ops for root inode
2006-05-02  Steven Whitehouse[GFS2] Fix bug in writepage()
2006-04-28  Steven Whitehouse[GFS2] Remove some unused code
2006-04-28  Adrian Bunk[GFS2] [-mm patch] fs/gfs2/: possible cleanups
2006-04-28  Steven Whitehouse[GFS2] Reordering in deallocation to avoid recursive...
2006-04-27  David TeiglandMerge branch 'master'
2006-04-27  David Teigland[GFS2] Remove redundant casts to/from void
2006-04-26  David Teigland[DLM] lock_dlm recover_status patch
2006-04-26  Steven Whitehouse[GFS2] Remove GL_NEVER_RECURSE flag
2006-04-26  Steven Whitehouse[GFS2] Don't do recursive locking in glock layer
2006-04-25  David Teigland[GFS2] Update plock code in DLM locking module
2006-04-25  Steven Whitehouse[GFS2] Remove inherited flags from exported flags.
2006-04-24  Steven Whitehouse[GFS2] Tidy up Makefile & Kconfig
2006-04-24  Steven Whitehouse[GFS2] Tidy up daemon.c
2006-04-24  Steven Whitehouse[GFS2] Tidy up dir code as per Christoph Hellwig's...
2006-04-21  Steven Whitehouse[GFS2] Move BUG() back into the header file
2006-04-21  Steven Whitehouse[GFS2] Add back missing BUG()
2006-04-21  Steven Whitehouse[GFS2] sem -> mutex conversion in locking.c
2006-04-21  Steven WhitehouseMerge branch 'master'
2006-04-20  David Teigland[GFS2] journal recovery patch
2006-04-20  Steven Whitehouse[GFS2] Fix a bug: scheduling under a spinlock
2006-04-18  Steven Whitehouse[GFS2] Use vmalloc() in dir code
2006-04-12  Steven Whitehouse[GFS2] Fix bug which was causing postmark to fail
2006-04-11  Steven Whitehouse[GFS2] Update journal accounting code.
2006-04-07  Steven Whitehouse[GFS2] Finally get ref counting correct
2006-04-07  Steven Whitehouse[GFS2] Fix a ref count bug and other clean ups
2006-04-04  Steven Whitehouse[GFS2] Finish off ioctl support
2006-04-03  Steven WhitehouseMerge branch 'master'
2006-03-31  Steven Whitehouse[GFS2] Update GFS2 for the recent pull from Linus
2006-03-31  Steven WhitehouseMerge branch 'master'
2006-03-31  Steven Whitehouse[GFS2] Update ioctl() to new interface
2006-03-30  Steven Whitehouse[GFS] Fix bug in endian conversion for metadata header
2006-03-30  Steven Whitehouse[GFS2] Add missing {} in trans.c
2006-03-30  Steven Whitehouse[GFS2] Fix bug in directory expansion code
2006-03-29  Steven Whitehouse[GFS2] Update debugging code
2006-03-29  Steven Whitehouse[GFS2] Update locking in log.c
2006-03-28  David Teigland[DLM] Look for "nodir" in the lockspace mount options
2006-03-28  Steven Whitehouse[GFS2] Further updates to dir and logging code
2006-03-21  Steven Whitehouse[GFS2] Remove ioctl support
2006-03-20  Steven WhitehouseMerge branch 'master'
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] Fix some bugs
2006-03-01  Steven Whitehouse[GFS2] Tidy up mount code.
2006-03-01  Steven Whitehouse[GFS2] Remove uneeded memory allocation
2006-02-27  Steven Whitehouse[GFS2] Macros removal in gfs2.h
2006-02-27  Steven WhitehouseMerge branch 'master'
2006-02-27  Steven Whitehouse[GFS2] Remove pointless comment from nolock/main.c
2006-02-27  Steven Whitehouse[GFS2] 80 Column audit of locking modules
2006-02-27  Steven Whitehouse[GFS2] 80 Column audit of GFS2
2006-02-27  Steven Whitehouse[GFS2] Use BUG_ON() rather then if (...) BUG();
2006-02-27  Steven Whitehouse[GFS2] Audit printk and kmalloc
next