aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* [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
* [GFS2] Put back O_DIRECT supportSteven Whitehouse2006-02-142-26/+75
* [GFS2] Change ondisk format (hopefully for the last time)Steven Whitehouse2006-02-131-17/+19
* [GFS2] Fix for root inode ref count bugSteven Whitehouse2006-02-1312-133/+103
* [GFS2] Make journaled data files identical to normal files on diskSteven Whitehouse2006-02-0818-1477/+714
* [GFS2] Update truncate function (shrinking partial blocks)Steven Whitehouse2006-01-314-57/+63
* [GFS2] Add gfs2_internal_read()Steven Whitehouse2006-01-3012-149/+187
* [GFS2] Remove unused prototypeSteven Whitehouse2006-01-301-1/+0
* [GFS2] Make dir.c independant of jdata.cSteven Whitehouse2006-01-301-9/+255
* [GFS2] Use mpage_readpage() in gfs2_readpage()Steven Whitehouse2006-01-301-1/+2
* [GFS2] Bug fix relating to endian conversion in inode.cSteven Whitehouse2006-01-301-1/+2
* [GFS2] Rename get_block and make it externSteven Whitehouse2006-01-302-7/+9
* [GFS2] Remove unused file resize.cSteven Whitehouse2006-01-303-311/+0
* [GFS2] Remove pointless argument relating to truncateSteven Whitehouse2006-01-243-12/+8
* [GFS2] Rename gfs2_meta_pin to gfs2_pinSteven Whitehouse2006-01-183-10/+10
* [GFS2] Change memory allocations to GFP_NOFSSteven Whitehouse2006-01-181-3/+3
* [GFS2] Remove gfs2_databuf in favour of gfs2_bufdata structureSteven Whitehouse2006-01-185-32/+24
* [GFS2] Make the new argument to gfs2_trans_add_bh() actually do somethingSteven Whitehouse2006-01-183-6/+9
* [GFS2] Add an additional argument to gfs2_trans_add_bh()Steven Whitehouse2006-01-1817-85/+86
* [GFS2] Update init_dinode() to reduce stack usageSteven Whitehouse2006-01-182-18/+31
* [GFS2] Remove unused code from ondisk.c/gfs2_ondisk.hSteven Whitehouse2006-01-181-63/+0
* [GFS2] Remove unused code from various filesSteven Whitehouse2006-01-188-232/+1
* [GFS2] Remove remains of the GFS2 identify ioctl()David Teigland2006-01-181-7/+0
* [GFS2] Only two args for kobject_uevent() in locking/dlm/mount.cDavid Teigland2006-01-181-3/+3
* [GFS2] An update of the GFS2 lock modulesDavid Teigland2006-01-1710-490/+752
* [GFS2] Fix typo in GFS2 MakefileDavid Teigland2006-01-171-2/+2
* [GFS2] The lock modules for GFS2David Teigland2006-01-169-0/+1916
* [GFS2] The core of GFS2David Teigland2006-01-1679-0/+28772