Age | Commit message (Expand) | Author | Files | Lines |
2006-02-27 | [GFS2] Macros removal in gfs2.h | Steven Whitehouse | 38 | -268/+408 |
2006-02-27 | [GFS2] Remove pointless comment from nolock/main.c | Steven Whitehouse | 1 | -3/+0 |
2006-02-27 | [GFS2] 80 Column audit of locking modules | Steven Whitehouse | 2 | -4/+8 |
2006-02-27 | [GFS2] 80 Column audit of GFS2 | Steven Whitehouse | 20 | -72/+146 |
2006-02-27 | [GFS2] Use BUG_ON() rather then if (...) BUG(); | Steven Whitehouse | 1 | -2/+2 |
2006-02-27 | [GFS2] Audit printk and kmalloc | Steven Whitehouse | 10 | -66/+64 |
2006-02-23 | [GFS2] Patch to remove stats counters from GFS2 (II) | David Teigland | 4 | -6/+0 |
2006-02-23 | [GFS2] Patch to remove stats gathering from GFS2 | David Teigland | 12 | -226/+10 |
2006-02-23 | [DLM] Remove support for range locks (II) | David Teigland | 3 | -7/+7 |
2006-02-22 | [GFS2] Missed deletion of debugging code | Steven Whitehouse | 1 | -1/+0 |
2006-02-22 | [GFS2] Add list empty test to databuf_lo_add | Steven Whitehouse | 1 | -25/+8 |
2006-02-21 | [GFS2] Use mutices rather than semaphores | Steven Whitehouse | 17 | -118/+118 |
2006-02-15 | [GFS2] Fix a case where we didn't get unstuffing right | Steven Whitehouse | 1 | -9/+9 |
2006-02-15 | [GFS2] Fix for lock recursion problem for internal files | Steven Whitehouse | 3 | -8/+25 |
2006-02-14 | [GFS2] Fix the bugs I introduced in the last patch but one | Steven Whitehouse | 1 | -27/+29 |
2006-02-14 | [GFS2] Put back O_DIRECT support | Steven Whitehouse | 2 | -26/+75 |
2006-02-13 | [GFS2] Change ondisk format (hopefully for the last time) | Steven Whitehouse | 1 | -17/+19 |
2006-02-13 | [GFS2] Fix for root inode ref count bug | Steven Whitehouse | 12 | -133/+103 |
2006-02-08 | [GFS2] Make journaled data files identical to normal files on disk | Steven Whitehouse | 18 | -1477/+714 |
2006-01-31 | [GFS2] Update truncate function (shrinking partial blocks) | Steven Whitehouse | 4 | -57/+63 |
2006-01-30 | [GFS2] Add gfs2_internal_read() | Steven Whitehouse | 12 | -149/+187 |
2006-01-30 | [GFS2] Remove unused prototype | Steven Whitehouse | 1 | -1/+0 |
2006-01-30 | [GFS2] Make dir.c independant of jdata.c | Steven Whitehouse | 1 | -9/+255 |
2006-01-30 | [GFS2] Use mpage_readpage() in gfs2_readpage() | Steven Whitehouse | 1 | -1/+2 |
2006-01-30 | [GFS2] Bug fix relating to endian conversion in inode.c | Steven Whitehouse | 1 | -1/+2 |
2006-01-30 | [GFS2] Rename get_block and make it extern | Steven Whitehouse | 2 | -7/+9 |
2006-01-30 | [GFS2] Remove unused file resize.c | Steven Whitehouse | 3 | -311/+0 |
2006-01-24 | [GFS2] Remove pointless argument relating to truncate | Steven Whitehouse | 3 | -12/+8 |
2006-01-18 | [GFS2] Rename gfs2_meta_pin to gfs2_pin | Steven Whitehouse | 3 | -10/+10 |
2006-01-18 | [GFS2] Change memory allocations to GFP_NOFS | Steven Whitehouse | 1 | -3/+3 |
2006-01-18 | [GFS2] Remove gfs2_databuf in favour of gfs2_bufdata structure | Steven Whitehouse | 5 | -32/+24 |
2006-01-18 | [GFS2] Make the new argument to gfs2_trans_add_bh() actually do something | Steven Whitehouse | 3 | -6/+9 |
2006-01-18 | [GFS2] Add an additional argument to gfs2_trans_add_bh() | Steven Whitehouse | 17 | -85/+86 |
2006-01-18 | [GFS2] Update init_dinode() to reduce stack usage | Steven Whitehouse | 2 | -18/+31 |
2006-01-18 | [GFS2] Remove unused code from ondisk.c/gfs2_ondisk.h | Steven Whitehouse | 1 | -63/+0 |
2006-01-18 | [GFS2] Remove unused code from various files | Steven Whitehouse | 8 | -232/+1 |
2006-01-18 | [GFS2] Remove remains of the GFS2 identify ioctl() | David Teigland | 1 | -7/+0 |
2006-01-18 | [GFS2] Only two args for kobject_uevent() in locking/dlm/mount.c | David Teigland | 1 | -3/+3 |
2006-01-17 | [GFS2] An update of the GFS2 lock modules | David Teigland | 10 | -490/+752 |
2006-01-17 | [GFS2] Fix typo in GFS2 Makefile | David Teigland | 1 | -2/+2 |
2006-01-16 | [GFS2] The lock modules for GFS2 | David Teigland | 9 | -0/+1916 |
2006-01-16 | [GFS2] The core of GFS2 | David Teigland | 79 | -0/+28772 |