AFS: Do not describe debug parameters with their value
[safe/jmp/linux-2.6] / fs / gfs2 /
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
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
next