Merge branch 'master'
[sfrench/cifs-2.6.git] / fs / gfs2 /
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