aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* [GFS2] Remove redundant casts to/from voidDavid Teigland2006-04-272-8/+7
* [DLM] lock_dlm recover_status patchDavid Teigland2006-04-263-9/+18
* [GFS2] Remove GL_NEVER_RECURSE flagSteven Whitehouse2006-04-266-19/+14
* [GFS2] Don't do recursive locking in glock layerSteven Whitehouse2006-04-263-196/+46
* [GFS2] Update plock code in DLM locking moduleDavid Teigland2006-04-251-3/+3
* [GFS2] Remove inherited flags from exported flags.Steven Whitehouse2006-04-251-14/+9
* [GFS2] Tidy up Makefile & KconfigSteven Whitehouse2006-04-242-51/+17
* [GFS2] Tidy up daemon.cSteven Whitehouse2006-04-241-14/+9
* [GFS2] Tidy up dir code as per Christoph Hellwig's commentsSteven Whitehouse2006-04-243-72/+78
* [GFS2] Move BUG() back into the header fileSteven Whitehouse2006-04-212-1/+1
* [GFS2] Add back missing BUG()Steven Whitehouse2006-04-211-0/+1
* [GFS2] sem -> mutex conversion in locking.cSteven Whitehouse2006-04-213-22/+20
* [GFS2] journal recovery patchDavid Teigland2006-04-203-12/+8
* [GFS2] Fix a bug: scheduling under a spinlockSteven Whitehouse2006-04-205-14/+27
* [GFS2] Use vmalloc() in dir codeSteven Whitehouse2006-04-188-10/+12
* [GFS2] Fix bug which was causing postmark to failSteven Whitehouse2006-04-121-3/+2
* [GFS2] Update journal accounting code.Steven Whitehouse2006-04-113-19/+12
* [GFS2] Finally get ref counting correctSteven Whitehouse2006-04-072-6/+13
* [GFS2] Fix a ref count bug and other clean upsSteven Whitehouse2006-04-0714-69/+67
* [GFS2] Finish off ioctl supportSteven Whitehouse2006-04-042-13/+13
* [GFS2] Update GFS2 for the recent pull from LinusSteven Whitehouse2006-03-313-81/+19
* [GFS2] Update ioctl() to new interfaceSteven Whitehouse2006-03-311-102/+36
* [GFS] Fix bug in endian conversion for metadata headerSteven Whitehouse2006-03-306-23/+22
* [GFS2] Add missing {} in trans.cSteven Whitehouse2006-03-301-1/+2
* [GFS2] Fix bug in directory expansion codeSteven Whitehouse2006-03-291-9/+14
* [GFS2] Update debugging codeSteven Whitehouse2006-03-295-53/+52
* [GFS2] Update locking in log.cSteven Whitehouse2006-03-294-59/+22
* [DLM] Look for "nodir" in the lockspace mount optionsDavid Teigland2006-03-281-9/+17
* [GFS2] Further updates to dir and logging codeSteven Whitehouse2006-03-2815-318/+416
* [GFS2] Remove ioctl supportSteven Whitehouse2006-03-211-95/+0
* [GFS2] Fix bug in directory code and tidy upSteven Whitehouse2006-03-2010-982/+682
* [GFS2] Add gfs2meta filesystemSteven Whitehouse2006-03-023-23/+45
* [GFS2] Fix some bugsSteven Whitehouse2006-03-013-9/+7
* [GFS2] Tidy up mount code.Steven Whitehouse2006-03-018-54/+27
* [GFS2] Remove uneeded memory allocationSteven Whitehouse2006-03-012-19/+13
* [GFS2] Macros removal in gfs2.hSteven Whitehouse2006-02-2738-268/+408
* [GFS2] Remove pointless comment from nolock/main.cSteven Whitehouse2006-02-271-3/+0
* [GFS2] 80 Column audit of locking modulesSteven Whitehouse2006-02-272-4/+8
* [GFS2] 80 Column audit of GFS2Steven Whitehouse2006-02-2720-72/+146
* [GFS2] Use BUG_ON() rather then if (...) BUG();Steven Whitehouse2006-02-271-2/+2
* [GFS2] Audit printk and kmallocSteven Whitehouse2006-02-2710-66/+64
* [GFS2] Patch to remove stats counters from GFS2 (II)David Teigland2006-02-234-6/+0
* [GFS2] Patch to remove stats gathering from GFS2David Teigland2006-02-2312-226/+10
* [DLM] Remove support for range locks (II)David Teigland2006-02-233-7/+7
* [GFS2] Missed deletion of debugging codeSteven Whitehouse2006-02-221-1/+0
* [GFS2] Add list empty test to databuf_lo_addSteven Whitehouse2006-02-221-25/+8
* [GFS2] Use mutices rather than semaphoresSteven Whitehouse2006-02-2117-118/+118
* [GFS2] Fix a case where we didn't get unstuffing rightSteven Whitehouse2006-02-151-9/+9
* [GFS2] Fix for lock recursion problem for internal filesSteven Whitehouse2006-02-153-8/+25
* [GFS2] Fix the bugs I introduced in the last patch but oneSteven Whitehouse2006-02-141-27/+29