Merge branch 'master'
[firefly-linux-kernel-4.4.55.git] / fs / gfs2 /
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
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()
next