Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
[pandora-kernel.git] / fs / gfs2 /
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
2006-07-06 Steven Whitehouse[GFS2] Fixes to scanning of glocks (again)
2006-07-06 Steven WhitehouseMerge branch 'master'
2006-07-05 Steven Whitehouse[GFS2] Correct logic in glock scanner
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.
next