[GFS2] Fix up merge of Linus' kernel into GFS2
[pandora-kernel.git] / fs / gfs2 /
2006-09-25 Steven Whitehouse[GFS2] Fix up merge of Linus' kernel into GFS2
2006-09-25 Steven Whitehouse[GFS2/DLM] Fix trailing whitespace
2006-09-21 Steven Whitehouse[GFS2] Tidy up meta_io code
2006-09-21 Steven WhitehouseMerge branch 'master' into gfs2
2006-09-20 Steven Whitehouse[GFS2] Remove unused constants
2006-09-19 Steven Whitehouse[GFS2] Remove "NFS only" readdir path
2006-09-19 Steven Whitehouse[GFS2] Use list_for_each_entry_safe_reverse in gfs2_ail...
2006-09-19 Fabio Massimo Di... [GFS2] Export lm_interface to kernel headers
2006-09-19 akpm@osdl.org[GFS2] inode-diet-eliminate-i_blksize-and-use-a-per...
2006-09-18 Steven Whitehouse[GFS2] Tweek unlock test in readpage()
2006-09-18 Russell Cattelan[GFS2] Fix for mmap() bug in readpage
2006-09-18 Steven Whitehouse[GFS2] Map multiple blocks at once where possible
2006-09-18 David Teigland[GFS2] print mount errors related to sysfs
2006-09-14 Steven Whitehouse[GFS2] Fix glock hash clearing
2006-09-13 Steven Whitehouse[GFS2] Tidy up log.c
2006-09-13 Steven Whitehouse[GFS2] Use atomic_t rather than kref in glock.c
2006-09-13 Steven WhitehouseMerge branch 'master' into gfs2
2006-09-12 Steven Whitehouse[GFS2] Use hlist for glock hash chains
2006-09-12 Steven Whitehouse[GFS2] Rewrite of examine_bucket()
2006-09-09 Steven Whitehouse[GFS2] Remove unused function from glock.c
2006-09-09 Steven Whitehouse[GFS2] Add consts to glock sorting function
2006-09-09 Steven Whitehouse[GFS2] Make glock hash locks proportional to NR_CPUS
2006-09-09 Steven Whitehouse[GFS2] vfree should be kfree (II)
2006-09-08 Steven Whitehouse[GFS2] Move rwlocks in glock.c into their own array
2006-09-08 Steven Whitehouse[GFS2] Use void * instead of typedef for locking module...
2006-09-08 Steven Whitehouse[GFS2] vfree should be kfree
2006-09-07 Steven Whitehouse[GFS2] Remove unused sync_lvb code from lock modules
2006-09-07 Steven Whitehouse[GFS2] Remove one typedef
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-07 Steven Whitehouse[GFS2] Add gfs2 superblock to glock hash function
2006-09-07 Steven Whitehouse[GFS2] Add brackets in locking/dlm/sysfs.c
2006-09-07 David Teigland[GFS2] use snprintf for sysfs show
2006-09-07 Jan Engelhardt[GFS2] More style changes
2006-09-05 Steven Whitehouse[GFS2] Add a comment in ops_export.c
2006-09-05 Steven Whitehouse[GFS2] More style fixes
2006-09-05 Steven Whitehouse[GFS2] Remove unused code from quota
2006-09-05 Steven Whitehouse[GFS2] Style changes in logging code
2006-09-05 Steven Whitehouse[GFS2] Extended attribute code style changes
2006-09-05 Steven Whitehouse[GFS2] Style changes in rgrp.c
2006-09-05 Steven Whitehouse[GFS2] Fix end of multi-line structures
2006-09-05 Steven Whitehouse[GFS2] Make headers compile on their own
2006-09-05 Steven Whitehouse[GFS2] Directory code style changes
2006-09-04 Steven Whitehouse[GFS2] Some further style changes
2006-09-04 Steven Whitehouse[GFS2] More code style updates
2006-09-04 Steven Whitehouse[GFS2] Style changes in ops_address.c
2006-09-04 Steven Whitehouse[GFS2] Spelling sentinal -> sentinel
2006-09-04 Steven Whitehouse[GFS2] Use const in endian conversion routines
2006-09-04 Steven Whitehouse[GFS2] More style changes
2006-09-04 Steven Whitehouse[GFS2] Remove a cast, tidy gfs2_inode_attr_in
2006-09-04 Steven Whitehouse[GFS2] Change all types to uX style
2006-09-04 Steven Whitehouse[GFS2] Align all labels against LH side
2006-09-04 Steven Whitehouse[GFS2] Tidy up bmap/inode code
2006-09-04 Steven WhitehouseMerge branch 'master' into gfs2
2006-09-04 Steven Whitehouse[GFS2] Tidy up locking code
2006-09-01 Steven Whitehouse[GFS2] Update copyright, tidy up incore.h
2006-08-31 Steven Whitehouse[GFS2] Fix releasepage bug (fixes direct i/o writes)
2006-08-30 Steven Whitehouse[GFS2] Add superblock into key for glock lookups
2006-08-30 Steven Whitehouse[GFS2] Use const on glock lookup key
2006-08-30 Steven Whitehouse[GFS2] Use slab properly with glocks
2006-08-30 Steven Whitehouse[GFS2] Remove unused code from glock layer
2006-08-30 Steven Whitehouse[GFS2] Make glock operations const
2006-08-29 Steven WhitehouseMerge branch 'master' into gfs2
2006-08-25 Abhijith Das[GFS2] Allow mounting of gfs2 and gfs2meta at the same...
2006-08-25 Benjamin Marzinski[GFS2] Fix journal off-by-one error
2006-08-24 Steven Whitehouse[GFS2] Speed up scanning of glocks
2006-08-24 Steven Whitehouse[GFS2] Tidy up error handling in gfs2_releasepage()
2006-08-22 Steven Whitehouse[GFS2] Another list_del bug
2006-08-22 Steven Whitehouse[GFS2] Fix to list_del in lops.c
2006-08-18 Steven Whitehouse[GFS2] Fix leak of gfs2_bufdata
2006-08-10 Russell Cattelan[GFS2] Fix a couple of refcount leaks.
2006-08-08 Steven Whitehouse[GFS2] Fix lack of buffers in writepage bug
2006-08-07 Steven Whitehouse[GFS2] Fix gfs_ prefix in locking.c
2006-08-07 Steven WhitehouseMerge branch 'master'
2006-08-07 David Teigland[GFS2] match plock result with correct request
2006-08-07 David Teigland[GFS2] lockproto api prefix
2006-08-04 Steven Whitehouse[GFS2] Fix lock ordering bug in page fault path
2006-08-01 Steven Whitehouse[GFS2] Fix bug in directory code
2006-07-31 David Teigland[GFS2] add plock owner
2006-07-31 Steven Whitehouse[GFS2] Tidy up in various files
2006-07-31 Steven WhitehouseMerge branch 'master'
2006-07-28 Steven Whitehouse[GFS2] Fix bug in clear_inode
2006-07-27 Steven Whitehouse[GFS2] Fix bug in super block reading code
2006-07-27 Steven Whitehouse[GFS2] Change some allocations to GFP_NOFS
2006-07-27 Steven Whitehouse[GFS2] Use a bio to read the superblock
2006-07-26 Steven Whitehouse[GFS2] Remove page.[ch]
2006-07-26 Steven Whitehouse[GFS2] Tidy gfs2_unstuffer_page
2006-07-25 Steven Whitehouse[GFS2] Alter direct I/O path
2006-07-21 Abhijith Das[GFS2] gfs2_set_flags double locking patch
2006-07-21 David Teigland[GFS2] fix typo in locking/dlm
2006-07-17 Steven Whitehouse[GFS2] Fix endian conversion bug
2006-07-17 Steven Whitehouse[GFS2] Fix use after free bug in dir.c
2006-07-17 Steven WhitehouseMerge branch 'master'
2006-07-13 Wendy Cheng[GFS2] NFS update
2006-07-11 Steven Whitehouse[GFS2] Fix a coupls of warnings in dir.c
2006-07-11 Abhijith Das[PATCH] patch to init di_payload_format field in gfs2_d...
2006-07-11 Steven Whitehouse[GFS2] Fix deadlock in memory allocation
2006-07-11 Steven Whitehouse[GFS2] Add generation number
2006-07-10 Steven Whitehouse[GFS2] Bug fix to gfs2_readpages()
2006-07-10 Steven Whitehouse[GFS2] Remove unused code from dir.c
next