summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2008-07-26[PATCH] don't pass nameidata to gfs2_lookupi()Al Viro5-8/+8
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-9/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-2/+2
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds32-1946/+1161
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet8-33/+33
2008-07-11[GFS2] Fix GFS2's use of do_div() in its quota calculationsDavid Howells1-1/+1
2008-07-10[GFS2] Remove unused declarationLi Xiaodong1-1/+0
2008-07-10[GFS2] Remove support for unused and pointless flagSteven Whitehouse5-26/+2
2008-07-10[GFS2] Replace rgrp "recent list" with mru listSteven Whitehouse3-99/+12
2008-07-07[GFS2] Allow local DF locks when holding a cached EX glockSteven Whitehouse1-2/+6
2008-07-07[GFS2] Fix delayed demote raceSteven Whitehouse1-1/+4
2008-07-03[GFS2] don't call permission()Miklos Szeredi4-13/+30
2008-07-02Remove BKL from remote_llseek v2Andi Kleen1-2/+2
2008-06-27[GFS2] Fix module buildingSteven Whitehouse2-2/+0
2008-06-27[GFS2] Remove all_list from lock_dlmSteven Whitehouse3-30/+1
2008-06-27[GFS2] Remove obsolete conversion deadlock avoidance codeSteven Whitehouse1-22/+1
2008-06-27[GFS2] Remove remote lock dropping codeSteven Whitehouse10-69/+6
2008-06-27[GFS2] kernel panic mounting volumeBob Peterson1-1/+1
2008-06-27[GFS2] Revise readpage lockingSteven Whitehouse1-13/+16
2008-06-27[GFS2] Fix ordering of args for list_addSteven Whitehouse1-1/+1
2008-06-27[GFS2] trivial sparse lock annotationsHarvey Harrison2-0/+4
2008-06-27[GFS2] No lock_nolockSteven Whitehouse8-266/+71
2008-06-27[GFS2] Fix ordering bug in lock_dlmSteven Whitehouse4-387/+306
2008-06-27[GFS2] Clean up the glock coreSteven Whitehouse13-1049/+736
2008-06-24[GFS2] fix gfs2 block allocation (cleaned up)Benjamin Marzinski1-14/+9
2008-06-24[GFS2] BUG: unable to handle kernel paging request at ffff81002690e000Bob Peterson1-1/+1
2008-05-12[GFS2] Prefer strlcpy() over snprintf()Jean Delvare1-2/+2
2008-05-12[GFS2] Fix cast from unsigned int to s64Andrew Price1-1/+1
2008-05-12[GFS2] filesystem consistency error from do_stripBob Peterson5-15/+20
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-10/+10
2008-04-28mm: remove nopageNick Piggin1-1/+1
2008-04-21dlm: move plock code from gfs2David Teigland5-426/+23
2008-04-18[GFS2] fix assertion in log_refund()Roel Kluin1-1/+1
2008-04-10[GFS2] fix GFP_KERNEL misusesJosef Bacik9-21/+21
2008-03-31[GFS2] test for IS_ERR rather than 0Julia Lawall1-2/+0
2008-03-31[GFS2] Invalidate cache at correct pointBenjamin Marzinski5-17/+34
2008-03-31[GFS2] fs/gfs2/recovery.c: suppress warningsakpm@linux-foundation.org1-1/+1
2008-03-31[GFS2] Faster gfs2_bitfit algorithmBob Peterson1-32/+61
2008-03-31[GFS2] Streamline quota lock/check for no-quota caseSteven Whitehouse6-29/+23
2008-03-31[GFS2] Remove drop of module ref where not neededSteven Whitehouse1-1/+0
2008-03-31[GFS2] gfs2_adjust_quota has broken unstuffing codeAbhijith Das2-43/+31
2008-03-31[GFS2] possible null pointer dereference fixupCyrill Gorcunov7-8/+44
2008-03-31[GFS2] Need to ensure that sector_t is 64bits for GFS2Steven Whitehouse1-1/+1
2008-03-31[GFS2] re-support special inodeDenis Cheng1-0/+1
2008-03-31[GFS2] remove gfs2_dev_iopsDenis Cheng3-12/+1
2008-03-31[GFS2] fix file_system_type leak on gfs2meta mountChristoph Hellwig1-3/+1
2008-03-31[GFS2] Allow bmap to allocate extentsSteven Whitehouse3-219/+295
2008-03-31[GFS2] Fix a page lock / glock deadlockSteven Whitehouse5-24/+26
2008-03-31[GFS2] proper extern for gfs2/locking/dlm/mount.c:gdlm_opsAdrian Bunk3-4/+5
2008-03-31[GFS2] gfs2/ops_file.c should #include "ops_inode.h"Adrian Bunk1-0/+1