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