nfsd: use static memory for callback program and stats
[safe/jmp/linux-2.6] / fs / gfs2 /
2008-01-25 Steven Whitehouse[GFS2] Reorder writeback for glock sync
2008-01-25 Steven Whitehouse[GFS2] Add sync_page to metadata address space operations
2008-01-25 Steven Whitehouse[GFS2] Remove "reclaim limit"
2008-01-25 Steven Whitehouse[GFS2] Remove unused variables
2008-01-25 Steven Whitehouse[GFS2] Use correct include file in ops_address.c
2008-01-25 Steven Whitehouse[GFS2] Don't hold page lock when starting transaction
2008-01-25 Steven Whitehouse[GFS2] Add writepages for GFS2 jdata
2008-01-25 Steven Whitehouse[GFS2] Split gfs2_writepage into three cases
2008-01-25 Steven Whitehouse[GFS2] Introduce gfs2_set_aops()
2008-01-25 Steven Whitehouse[GFS2] Add gfs2_is_writeback()
2008-01-25 Steven Whitehouse[GFS2] Remove unused field in struct gfs2_inode
2008-01-25 Steven Whitehouse[GFS2] Remove useless i_cache from inodes
2008-01-25 Steven Whitehouse[GFS2] Use ->page_mkwrite() for mmap()
2008-01-25 Steven Whitehouse[GFS2] Clean up internal read function
2008-01-25 Wendy Cheng[GFS2] Handle multiple glock demote requests
2008-01-25 Greg Kroah-HartmanKobject: convert fs/* from kobject_unregister() to...
2008-01-25 Greg Kroah-HartmanKobject: change GFS2 to use kobject_init_and_add
2008-01-25 Greg Kroah-Hartmankobject: convert kernel_kset to be a kobject
2008-01-25 Greg Kroah-Hartmankset: convert kernel_subsys to use kset_create
2008-01-25 Greg Kroah-Hartmankset: convert gfs2 dlm to use kset_create
2008-01-25 Greg Kroah-Hartmankset: convert gfs2 to use kset_create
2008-01-25 Greg Kroah-Hartmankobject: convert main fs kobject to use kobject_create
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2007-10-22 Christoph Hellwigexportfs: make struct export_operations const
2007-10-22 Christoph Hellwiggfs2: new export ops
2007-10-17 Alan Coxfs: correct SuS compliance for open of large file witho...
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-16 Steven Whitehousegfs2: convert to new aops
2007-10-15 Linus TorvaldsMerge branch 'locks' of git://linux-nfs.org/~bfields...
2007-10-12 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2007-10-12 Greg Kroah-HartmanDrivers: clean up direct setting of the name of a kset
2007-10-12 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-nmw
2007-10-12 Al ViroFix up more bio fallout
2007-10-10 Steven Whitehouse[GFS2] Get superblock a different way
2007-10-10 Steven Whitehouse[GFS2] Don't try to remove buffers that don't exist
2007-10-10 Benjamin Marzinski[GFS2] Alternate gfs2_iget to avoid looking up inodes...
2007-10-10 Wendy Cheng[GFS2] Data corruption fix
2007-10-10 Steven Whitehouse[GFS2] Clean up journaled data writing
2007-10-10 Bob Peterson[GFS2] GFS2: chmod hung - fix race in thread creation
2007-10-10 Wendy Cheng[GFS2] Move inode deletion out of blocking_cb
2007-10-10 Abhijith Das[GFS2] flocks from same process trip kernel BUG at...
2007-10-10 Steven Whitehouse[GFS2] Clean up gfs2_trans_add_revoke()
2007-10-10 Steven Whitehouse[GFS2] Use slab operations for all gfs2_bufdata allocations
2007-10-10 Steven Whitehouse[GFS2] Replace revoke structure with bufdata structure
2007-10-10 Bob Peterson[GFS2] Fix ordering of dirty/journal for ordered buffer...
2007-10-10 Steven Whitehouse[GFS2] Clean up ordered write code
2007-10-10 Steven Whitehouse[GFS2] Move pin/unpin into lops.c, clean up locking
2007-10-10 Steven Whitehouse[GFS2] Don't mark jdata dirty in gfs2_unstuffer_page()
2007-10-10 Steven Whitehouse[GFS2] Introduce gfs2_remove_from_ail
2007-10-10 Steven Whitehouse[GFS2] Correct lock ordering in unlink
2007-10-10 Wendy Cheng[GFS2] fix inode meta data corruption
2007-10-10 Benjamin Marzinski[GFS2] delay glock demote for a minimum hold time
2007-10-10 Abhijith Das[GFS2] panic after can't parse mount arguments
2007-10-10 Bob Peterson[GFS2] Patch to protect sd_log_num_jdata
2007-10-10 Abhijith Das[GFS2] Wendy's dump lockname in hex & fix glock dump
2007-10-10 Wendy Cheng[GFS2] Reduce truncate IO traffic
2007-10-10 Benjamin Marzinski[GFS2] Add NULL entry to token table
2007-10-10 Steven Whitehouse[GFS2] Add a missing gfs2_trans_add_bh()
2007-10-10 Steven Whitehouse[GFS2] Clean up invalidatepage/releasepage
2007-10-10 Abhijith Das[GFS2] Fix quota do_list operation hang
2007-10-10 Denis Cheng[GFS2] fixed a NULL pointer assignment BUG
2007-10-10 Abhijith Das[GFS2] Force unstuff of hidden quota inode
2007-10-10 Denis Cheng[GFS2] better code for translating characters
2007-10-10 Denis Cheng[GFS2] unneeded typecast
2007-10-10 Denis Cheng[GFS2] use list_for_each_entry instead
2007-10-10 Bob Peterson[GFS2] Ensure journal file cache is flushed after recovery
2007-10-10 Bob Peterson[GFS2] invalid metadata block - REVISED
2007-10-10 Steven Whitehouse[GFS2] Reduce number of gfs2_scand processes to one
2007-10-10 Denis Cheng[GFS2] use the declaration of gfs2_dops in the header...
2007-10-10 Denis Cheng[GFS2] mark struct *_operations const
2007-10-10 Bob Peterson[GFS2] Detach buf data during in-place writeback
2007-10-10 Denis Cheng[GFS2] use an temp variable to reduce a spin_unlock
2007-10-10 Bob Peterson[GFS2] Prevent infinite loop in try_rgrp_unlink()
2007-10-10 Bob Peterson[GFS2] Revert part of earlier log.c changes
2007-10-10 Bob Peterson[GFS2] Move some code inside the log lock
2007-10-10 Steven Whitehouse[GFS2] Fix an oops in glock dumping
2007-10-10 Steve French[GFS2] GFS2 not checking pointer on create when running...
2007-10-10 Jesper Juhl[GFS2] Clean up duplicate includes in fs/gfs2/
2007-10-10 Josef Whiter[GFS2] Fix calculation of demote state
2007-10-10 Steven Whitehouse[GFS2] Fix two races relating to glock callbacks
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-10-09 Pavel EmelyanovGFS2: clean up explicit check for mandatory locks
2007-08-14 Steven Whitehouse[GFS2] Revert remounting w/o acl option leaves acls...
2007-08-14 Steven Whitehouse[GFS2] Fix setting of inherit jdata attr
2007-08-14 Steven Whitehouse[GFS2] Fix incorrect error path in prepare_write()
2007-08-14 Steven Whitehouse[GFS2] Fix incorrect return code in rgrp.c
2007-08-14 Bob Peterson[GFS2] soft lockup in rgblk_search
2007-08-14 Bob Peterson[GFS2] soft lockup detected in databuf_lo_before_commit
2007-07-31 Christoph Hellwigrename setlease to generic_setlease
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Nick Pigginmm: fault feedback #2
2007-07-19 Nick Pigginmm: fault feedback #1
2007-07-19 Nick Pigginmm: merge populate and nopage into fault (fixes nonlinear)
2007-07-19 Nick Pigginmm: fix fault vs invalidate race for linear mappings
2007-07-18 Marc Eshelgfs2: stop giving out non-cluster-coherent leases
2007-07-17 Satyam SharmaIntroduce is_owner_or_cap() to wrap CAP_FOWNER use...
2007-07-17 Christoph Hellwigknfsd: exportfs: add exportfs.h header
2007-07-16 Alexey DobriyanRemove capability.h from mm.h
2007-07-10 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-nmw
2007-07-10 Steven Whitehouse[GFS2] Accept old format NFS filehandles
next