[GFS2] Fix a bug: scheduling under a spinlock
[pandora-kernel.git] / fs / gfs2 /
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
2006-02-23 David Teigland[GFS2] Patch to remove stats counters from GFS2 (II)
2006-02-23 David Teigland[GFS2] Patch to remove stats gathering from GFS2
2006-02-23 David Teigland[DLM] Remove support for range locks (II)
2006-02-23 Steven WhitehouseMerge branch 'master'
2006-02-22 Steven Whitehouse[GFS2] Missed deletion of debugging code
2006-02-22 Steven Whitehouse[GFS2] Add list empty test to databuf_lo_add
2006-02-21 Steven Whitehouse[GFS2] Use mutices rather than semaphores
2006-02-15 Steven Whitehouse[GFS2] Fix a case where we didn't get unstuffing right
2006-02-15 Steven Whitehouse[GFS2] Fix for lock recursion problem for internal...
2006-02-14 Steven Whitehouse[GFS2] Fix the bugs I introduced in the last patch...
2006-02-14 Steven Whitehouse[GFS2] Put back O_DIRECT support
2006-02-13 Steven Whitehouse[GFS2] Change ondisk format (hopefully for the last...
2006-02-13 Steven Whitehouse[GFS2] Fix for root inode ref count bug
2006-02-08 Steven Whitehouse[GFS2] Make journaled data files identical to normal...
2006-01-31 Steven Whitehouse[GFS2] Update truncate function (shrinking partial...
2006-01-30 Steven Whitehouse[GFS2] Add gfs2_internal_read()
2006-01-30 Steven Whitehouse[GFS2] Remove unused prototype
2006-01-30 Steven Whitehouse[GFS2] Make dir.c independant of jdata.c
2006-01-30 Steven Whitehouse[GFS2] Use mpage_readpage() in gfs2_readpage()
2006-01-30 Steven Whitehouse[GFS2] Bug fix relating to endian conversion in inode.c
2006-01-30 Steven Whitehouse[GFS2] Rename get_block and make it extern
2006-01-30 Steven Whitehouse[GFS2] Remove unused file resize.c
2006-01-24 Steven Whitehouse[GFS2] Remove pointless argument relating to truncate
2006-01-20 David TeiglandMerge branch 'master'
2006-01-18 Steven Whitehouse[GFS2] Rename gfs2_meta_pin to gfs2_pin
2006-01-18 Steven Whitehouse[GFS2] Change memory allocations to GFP_NOFS
2006-01-18 Steven Whitehouse[GFS2] Remove gfs2_databuf in favour of gfs2_bufdata...
2006-01-18 Steven Whitehouse[GFS2] Make the new argument to gfs2_trans_add_bh(...
2006-01-18 Steven Whitehouse[GFS2] Add an additional argument to gfs2_trans_add_bh()
2006-01-18 Steven Whitehouse[GFS2] Update init_dinode() to reduce stack usage
2006-01-18 Steven Whitehouse[GFS2] Remove unused code from ondisk.c/gfs2_ondisk.h
2006-01-18 Steven Whitehouse[GFS2] Remove unused code from various files
2006-01-18 David Teigland[GFS2] Remove remains of the GFS2 identify ioctl()
2006-01-18 David Teigland[GFS2] Only two args for kobject_uevent() in locking...
2006-01-18 David TeiglandMerge branch 'master'
2006-01-17 David Teigland[GFS2] An update of the GFS2 lock modules
2006-01-17 David Teigland[GFS2] Fix typo in GFS2 Makefile
2006-01-16 David Teigland[GFS2] The lock modules for GFS2
2006-01-16 David Teigland[GFS2] The core of GFS2