summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2008-05-12[GFS2] Prefer strlcpy() over snprintf()Jean Delvare
2008-05-12[GFS2] Fix cast from unsigned int to s64Andrew Price
2008-05-12[GFS2] filesystem consistency error from do_stripBob Peterson
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28mm: remove nopageNick Piggin
2008-04-21dlm: move plock code from gfs2David Teigland
2008-04-18[GFS2] fix assertion in log_refund()Roel Kluin
2008-04-10[GFS2] fix GFP_KERNEL misusesJosef Bacik
2008-03-31[GFS2] test for IS_ERR rather than 0Julia Lawall
2008-03-31[GFS2] Invalidate cache at correct pointBenjamin Marzinski
2008-03-31[GFS2] fs/gfs2/recovery.c: suppress warningsakpm@linux-foundation.org
2008-03-31[GFS2] Faster gfs2_bitfit algorithmBob Peterson
2008-03-31[GFS2] Streamline quota lock/check for no-quota caseSteven Whitehouse
2008-03-31[GFS2] Remove drop of module ref where not neededSteven Whitehouse
2008-03-31[GFS2] gfs2_adjust_quota has broken unstuffing codeAbhijith Das
2008-03-31[GFS2] possible null pointer dereference fixupCyrill Gorcunov
2008-03-31[GFS2] Need to ensure that sector_t is 64bits for GFS2Steven Whitehouse
2008-03-31[GFS2] re-support special inodeDenis Cheng
2008-03-31[GFS2] remove gfs2_dev_iopsDenis Cheng
2008-03-31[GFS2] fix file_system_type leak on gfs2meta mountChristoph Hellwig
2008-03-31[GFS2] Allow bmap to allocate extentsSteven Whitehouse
2008-03-31[GFS2] Fix a page lock / glock deadlockSteven Whitehouse
2008-03-31[GFS2] proper extern for gfs2/locking/dlm/mount.c:gdlm_opsAdrian Bunk
2008-03-31[GFS2] gfs2/ops_file.c should #include "ops_inode.h"Adrian Bunk
2008-03-31[GFS2] be*_add_cpu conversionMarcin Slusarz
2008-03-31[GFS2] Fix bug where we called drop_bh incorrectlySteven Whitehouse
2008-03-31[GFS2] Get inode buffer only once per block map callSteven Whitehouse
2008-03-31[GFS2] Eliminate (almost) duplicate field from gfs2_inodeSteven Whitehouse
2008-03-31[GFS2] Add a function to interate over an extentSteven Whitehouse
2008-03-31[GFS2] The case of the missing asteriskSteven Whitehouse
2008-03-31[GFS2] Add extent allocation to block allocatorSteven Whitehouse
2008-03-31[GFS2] Merge gfs2_alloc_meta and gfs2_alloc_dataSteven Whitehouse
2008-03-31[GFS2] Update gfs2_trans_add_unrevoke to accept extentsSteven Whitehouse
2008-03-31[GFS2] Merge the rd_last_alloc_meta and rd_last_alloc_data fieldsSteven Whitehouse
2008-03-31[GFS2] Reduce inode size by merging fieldsSteven Whitehouse
2008-03-31[GFS2] Remove unused countersBob Peterson
2008-03-31[GFS2] Shrink & rename di_depthSteven Whitehouse
2008-03-31[GFS2] Remove rgrp and glock version numbersBob Peterson
2008-03-31[GFS2] Remove lm.[ch] and distribute contentSteven Whitehouse
2008-03-31[GFS2] Eliminate gl_req_bhBob Peterson
2008-03-31[GFS2] Add consts to various bits of rgrp.cSteven Whitehouse
2008-03-31[GFS2] Introduce array of buffers to struct metapathSteven Whitehouse
2008-03-31[GFS2] Move part of gfs2_block_map into a separate functionSteven Whitehouse
2008-03-31[GFS2] Get rid of gl_waiters2Bob Peterson
2008-03-31[GFS2] Combine rg_flags and rd_flagsBob Peterson
2008-03-31[GFS2] Allocate gfs2_rgrpd from slab memoryBob Peterson
2008-03-31[GFS2] Plug an unlikely leakBob Peterson
2008-03-31[GFS2] make gfs2_glock_hold() staticAdrian Bunk
2008-03-31[GFS2] Only wake the reclaim daemon if we need toBob Peterson
2008-03-31[GFS2] Misc fixupsBob Peterson