Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-21 | [GFS2] sem -> mutex conversion in locking.c | Steven Whitehouse | |
Convert a semaphore to a mutex in locking.c and also tidy up one or two loose ends. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> | |||
2006-02-27 | [GFS2] Audit printk and kmalloc | Steven Whitehouse | |
All printk calls now have KERN_ set where required and a couple of kmalloc(), memset(.., 0, ...) calls changed to kzalloc(). This is in response to comments from: Pekka Enberg <penberg@cs.helsinki.fi> and Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> | |||
2006-01-16 | [GFS2] The core of GFS2 | David Teigland | |
This patch contains all the core files for GFS2. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> |