Age | Commit message (Expand) | Author | Files | Lines |
2008-06-24 | [GFS2] BUG: unable to handle kernel paging request at ffff81002690e000 | Bob Peterson | 1 | -1/+1 |
2008-05-12 | [GFS2] Fix cast from unsigned int to s64 | Andrew Price | 1 | -1/+1 |
2008-03-31 | [GFS2] Faster gfs2_bitfit algorithm | Bob Peterson | 1 | -32/+61 |
2008-03-31 | [GFS2] Allow bmap to allocate extents | Steven Whitehouse | 1 | -4/+6 |
2008-03-31 | [GFS2] Add extent allocation to block allocator | Steven Whitehouse | 1 | -37/+63 |
2008-03-31 | [GFS2] Merge gfs2_alloc_meta and gfs2_alloc_data | Steven Whitehouse | 1 | -48/+3 |
2008-03-31 | [GFS2] Update gfs2_trans_add_unrevoke to accept extents | Steven Whitehouse | 1 | -2/+1 |
2008-03-31 | [GFS2] Merge the rd_last_alloc_meta and rd_last_alloc_data fields | Steven Whitehouse | 1 | -6/+6 |
2008-03-31 | [GFS2] Reduce inode size by merging fields | Steven Whitehouse | 1 | -23/+17 |
2008-03-31 | [GFS2] Remove rgrp and glock version numbers | Bob Peterson | 1 | -7/+7 |
2008-03-31 | [GFS2] Add consts to various bits of rgrp.c | Steven Whitehouse | 1 | -22/+22 |
2008-03-31 | [GFS2] Combine rg_flags and rd_flags | Bob Peterson | 1 | -13/+23 |
2008-03-31 | [GFS2] Allocate gfs2_rgrpd from slab memory | Bob Peterson | 1 | -2/+2 |
2008-03-31 | [GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc | Bob Peterson | 1 | -4/+3 |
2008-01-25 | [GFS2] Reduce inode size by moving i_alloc out of line | Steven Whitehouse | 1 | -11/+9 |
2008-01-25 | [GFS2] Incremental patch to fix compiler warning | Bob Peterson | 1 | -5/+2 |
2008-01-25 | [GFS2] Run through full bitmaps quicker in gfs2_bitfit | Bob Peterson | 1 | -25/+29 |
2008-01-25 | [GFS2] patch to check for recursive lock requests in gfs2_rename code path | Abhijith Das | 1 | -8/+25 |
2008-01-25 | [GFS2] Clean up internal read function | Steven Whitehouse | 1 | -1/+1 |
2007-10-10 | [GFS2] Alternate gfs2_iget to avoid looking up inodes being freed | Benjamin Marzinski | 1 | -1/+1 |
2007-10-10 | [GFS2] invalid metadata block - REVISED | Bob Peterson | 1 | -1/+6 |
2007-10-10 | [GFS2] Prevent infinite loop in try_rgrp_unlink() | Bob Peterson | 1 | -13/+17 |
2007-08-14 | [GFS2] Fix incorrect return code in rgrp.c | Steven Whitehouse | 1 | -2/+5 |
2007-08-14 | [GFS2] soft lockup in rgblk_search | Bob Peterson | 1 | -3/+6 |
2007-07-09 | [GFS2] Remove i_mode passing from NFS File Handle | Wendy Cheng | 1 | -1/+1 |
2007-07-09 | [GFS2] Obtaining no_formal_ino from directory entry | Wendy Cheng | 1 | -5/+6 |
2007-07-09 | [GFS2] Remove bogus '\0' in rgrp.c | Steven Whitehouse | 1 | -1/+0 |
2007-07-09 | [GFS2] Recovery for lost unlinked inodes | Steven Whitehouse | 1 | -17/+70 |
2007-07-09 | [GFS2] Fix sign problem in quota/statfs and cleanup _host structures | Steven Whitehouse | 1 | -35/+76 |
2007-07-09 | [GFS2] Clean up inode number handling | Steven Whitehouse | 1 | -3/+3 |
2007-07-09 | [GFS2] Addendum patch 2 for gfs2_grow | Robert Peterson | 1 | -3/+3 |
2007-07-09 | [GFS2] Kernel changes to support new gfs2_grow command (part 2) | Robert Peterson | 1 | -48/+91 |
2007-07-09 | [GFS2] kernel changes to support new gfs2_grow command | Robert Peterson | 1 | -6/+54 |
2007-05-01 | [GFS2] Fix bz 234168 (ignoring rgrp flags) | Steven Whitehouse | 1 | -2/+3 |
2007-05-01 | [GFS2] flush the log if a transaction can't allocate space | Benjamin Marzinski | 1 | -1/+6 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
2006-11-30 | [GFS2] Shrink gfs2_inode (4) - di_uid/di_gid | Steven Whitehouse | 1 | -6/+5 |
2006-11-30 | [GFS2] split and annotate gfs_rindex | Al Viro | 1 | -1/+1 |
2006-09-25 | [GFS2/DLM] Fix trailing whitespace | Steven Whitehouse | 1 | -1/+1 |
2006-09-22 | [GFS2] Tidy up meta_io code | Steven Whitehouse | 1 | -3/+2 |
2006-09-19 | [GFS2] Export lm_interface to kernel headers | Fabio Massimo Di Nitto | 1 | -1/+1 |
2006-09-05 | [GFS2] More style fixes | Steven Whitehouse | 1 | -12/+1 |
2006-09-05 | [GFS2] Style changes in rgrp.c | Steven Whitehouse | 1 | -2/+2 |
2006-09-04 | [GFS2] Change all types to uX style | Steven Whitehouse | 1 | -36/+36 |
2006-09-01 | [GFS2] Update copyright, tidy up incore.h | Steven Whitehouse | 1 | -1/+1 |
2006-08-23 | [GFS2] Another list_del bug | Steven Whitehouse | 1 | -7/+4 |
2006-07-27 | [GFS2] Change some allocations to GFP_NOFS | Steven Whitehouse | 1 | -7/+6 |
2006-07-11 | [GFS2] Add generation number | Steven Whitehouse | 1 | -6/+6 |
2006-06-22 | [GFS2] [-mm patch] fs/gfs2/: make code static | Adrian Bunk | 1 | -1/+1 |
2006-06-19 | [GFS2] Remove debugging printks | Steven Whitehouse | 1 | -11/+0 |