nfsd: use static memory for callback program and stats
[safe/jmp/linux-2.6] / fs / gfs2 /
2008-04-21 David Teiglanddlm: move plock code from gfs2
2008-04-18 Roel Kluin[GFS2] fix assertion in log_refund()
2008-04-10 Josef Bacik[GFS2] fix GFP_KERNEL misuses
2008-03-31 Julia Lawall[GFS2] test for IS_ERR rather than 0
2008-03-31 Benjamin Marzinski[GFS2] Invalidate cache at correct point
2008-03-31 akpm@linux-foundat... [GFS2] fs/gfs2/recovery.c: suppress warnings
2008-03-31 Bob Peterson[GFS2] Faster gfs2_bitfit algorithm
2008-03-31 Steven Whitehouse[GFS2] Streamline quota lock/check for no-quota case
2008-03-31 Steven Whitehouse[GFS2] Remove drop of module ref where not needed
2008-03-31 Abhijith Das[GFS2] gfs2_adjust_quota has broken unstuffing code
2008-03-31 Cyrill Gorcunov[GFS2] possible null pointer dereference fixup
2008-03-31 Steven Whitehouse[GFS2] Need to ensure that sector_t is 64bits for GFS2
2008-03-31 Denis Cheng[GFS2] re-support special inode
2008-03-31 Denis Cheng[GFS2] remove gfs2_dev_iops
2008-03-31 Christoph Hellwig[GFS2] fix file_system_type leak on gfs2meta mount
2008-03-31 Steven Whitehouse[GFS2] Allow bmap to allocate extents
2008-03-31 Steven Whitehouse[GFS2] Fix a page lock / glock deadlock
2008-03-31 Adrian Bunk[GFS2] proper extern for gfs2/locking/dlm/mount.c:gdlm_ops
2008-03-31 Adrian Bunk[GFS2] gfs2/ops_file.c should #include "ops_inode.h"
2008-03-31 Marcin Slusarz[GFS2] be*_add_cpu conversion
2008-03-31 Steven Whitehouse[GFS2] Fix bug where we called drop_bh incorrectly
2008-03-31 Steven Whitehouse[GFS2] Get inode buffer only once per block map call
2008-03-31 Steven Whitehouse[GFS2] Eliminate (almost) duplicate field from gfs2_inode
2008-03-31 Steven Whitehouse[GFS2] Add a function to interate over an extent
2008-03-31 Steven Whitehouse[GFS2] The case of the missing asterisk
2008-03-31 Steven Whitehouse[GFS2] Add extent allocation to block allocator
2008-03-31 Steven Whitehouse[GFS2] Merge gfs2_alloc_meta and gfs2_alloc_data
2008-03-31 Steven Whitehouse[GFS2] Update gfs2_trans_add_unrevoke to accept extents
2008-03-31 Steven Whitehouse[GFS2] Merge the rd_last_alloc_meta and rd_last_alloc_d...
2008-03-31 Steven Whitehouse[GFS2] Reduce inode size by merging fields
2008-03-31 Bob Peterson[GFS2] Remove unused counters
2008-03-31 Steven Whitehouse[GFS2] Shrink & rename di_depth
2008-03-31 Bob Peterson[GFS2] Remove rgrp and glock version numbers
2008-03-31 Steven Whitehouse[GFS2] Remove lm.[ch] and distribute content
2008-03-31 Bob Peterson[GFS2] Eliminate gl_req_bh
2008-03-31 Steven Whitehouse[GFS2] Add consts to various bits of rgrp.c
2008-03-31 Steven Whitehouse[GFS2] Introduce array of buffers to struct metapath
2008-03-31 Steven Whitehouse[GFS2] Move part of gfs2_block_map into a separate...
2008-03-31 Bob Peterson[GFS2] Get rid of gl_waiters2
2008-03-31 Bob Peterson[GFS2] Combine rg_flags and rd_flags
2008-03-31 Bob Peterson[GFS2] Allocate gfs2_rgrpd from slab memory
2008-03-31 Bob Peterson[GFS2] Plug an unlikely leak
2008-03-31 Adrian Bunk[GFS2] make gfs2_glock_hold() static
2008-03-31 Bob Peterson[GFS2] Only wake the reclaim daemon if we need to
2008-03-31 Bob Peterson[GFS2] Misc fixups
2008-03-31 Bob Peterson[GFS2] Only do lo_incore_commit once
2008-03-31 Bob Peterson[GFS2] Fix debug inode printing
2008-03-31 Bob Peterson[GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc
2008-03-31 Steven Whitehouse[GFS2] Streamline indirect pointer tree height calculation
2008-03-31 Steven Whitehouse[GFS2] Speed up gfs2_write_alloc_required, deprecate...
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-07 David Howellsiget: use iget_failed() in GFS2
2008-02-07 David HowellsConvert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
2008-02-07 Pavel Emelyanovgfs2: make gfs2_glock.gl_owner_pid be a struct pid *
2008-02-07 Pavel Emelyanovgfs2: make gfs2_holder.gh_owner_pid be a struct pid *
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2008-02-03 Joe Perchesfs/: Spelling fixes
2008-01-25 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-nmw
2008-01-25 Abhijith Das[GFS2] Allow journal recovery on read-only mount
2008-01-25 Bob Peterson[GFS2] Lockup on error
2008-01-25 Steven Whitehouse[GFS2] Fix page_mkwrite truncation race path
2008-01-25 Bob Peterson[GFS2] Fix typo
2008-01-25 Steven Whitehouse[GFS2] Fix write alloc required shortcut calculation
2008-01-25 Bob Peterson[GFS2] gfs2_alloc_required performance
2008-01-25 Bob Peterson[GFS2] Remove unneeded i_spin
2008-01-25 Steven Whitehouse[GFS2] Reduce inode size by moving i_alloc out of line
2008-01-25 Steven Whitehouse[GFS2] Fix assert in log code
2008-01-25 Steven Whitehouse[GFS2] Fix problems relating to execution of files...
2008-01-25 Bob Peterson[GFS2] Initialize extent_list earlier
2008-01-25 Steven Whitehouse[GFS2] Allow page migration for writeback and ordered...
2008-01-25 Steven Whitehouse[GFS2] Remove unused variable
2008-01-25 Steven Whitehouse[GFS2] Fix log block mapper
2008-01-25 Bob Peterson[GFS2] Minor correction
2008-01-25 Bob Peterson[GFS2] Eliminate the no longer needed sd_statfs_mutex
2008-01-25 Bob Peterson[GFS2] Incremental patch to fix compiler warning
2008-01-25 Bob Peterson[GFS2] Function meta_read optimization
2008-01-25 Bob Peterson[GFS2] Only fetch the dinode once in block_map
2008-01-25 Bob Peterson[GFS2] Reorganize function gfs2_glmutex_lock
2008-01-25 Bob Peterson[GFS2] Run through full bitmaps quicker in gfs2_bitfit
2008-01-25 Bob Peterson[GFS2] Get rid of useless "found" variable in quota.c
2008-01-25 Bob Peterson[GFS2] Journal extent mapping
2008-01-25 Bob Peterson[GFS2] Remove function gfs2_get_block
2008-01-25 David Teigland[GFS2] use pid for plock owner for nfs clients
2008-01-25 Steven Whitehouse[GFS2] Remove unused variable
2008-01-25 Abhijith Das[GFS2] patch to check for recursive lock requests in...
2008-01-25 Wendy Cheng[GFS2] Remove lock methods for lock_nolock protocol
2008-01-25 Fabio M. Di Nitto[GFS2] Remove unrequired code
2008-01-25 Fabio Massimo Di... [GFS2] Fix build warnings
2008-01-25 Ryan O'Hara[GFS2] remove unnecessary permission checks
2008-01-25 Fabio Massimo Di... [GFS2] Fix runtime issue with UP kernels
2008-01-25 David Teigland[GFS2] tidy up error message
2008-01-25 Fabio Massimo Di... [GFS2] Check for installation of mount helpers for...
2008-01-25 Steven Whitehouse[GFS2] Don't periodically update the jindex
2008-01-25 Steven Whitehouse[GFS2] Move gfs2_logd into log.c
2008-01-25 Steven Whitehouse[GFS2] Use atomic_t for journal free blocks counter
2008-01-25 Steven Whitehouse[GFS2] Don't add glocks to the journal
2008-01-25 David Teigland[GFS2] check kthread_should_stop when waiting
2008-01-25 Bob Peterson[GFS2] Given device ID rather than s_id in "id" sysfs...
2008-01-25 Steven Whitehouse[GFS2] Remove flags no longer required
next