Remove SLAB_CTOR_CONSTRUCTOR
[safe/jmp/linux-2.6] / fs / gfs2 /
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-08 Guillaume ChazarainFactor outstanding I/O error handling
2007-05-07 Linus TorvaldsMerge branch 'server-cluster-locking-api' of git:/...
2007-05-07 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-nmw
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-07 Marc Eshelgfs2: nfs lock support for gfs2
2007-05-06 Marc Eshellocks: give posix_test_lock same interface as ->lock
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-05-01 Steven Whitehouse[GFS2] Uncomment sprintf_symbol calling code
2007-05-01 akpm@linux-foundat... [GFS2] printk warning fixes
2007-05-01 Steven Whitehouse[GFS2] Patch to fix mmap of stuffed files
2007-05-01 Josef Bacik[GFS2] use lib/parser for parsing mount options
2007-05-01 Robert Peterson[GFS2] lockdump improvements
2007-05-01 Steven Whitehouse[GFS2] Patch to detect corrupt number of dir entries...
2007-05-01 Robert Peterson[GFS2] bz 236008: Kernel gpf doing cat /debugfs/gfs2...
2007-05-01 Steven Whitehouse[GFS2] Fix bz 234168 (ignoring rgrp flags)
2007-05-01 Steven Whitehouse[GFS2] Set drop_count to 0 (off) by default
2007-05-01 David Teigland[GFS2] use log_error before LM_OUT_ERROR
2007-05-01 Robert Peterson[GFS2] Red Hat bz 228540: owner references
2007-05-01 Benjamin Marzinski[GFS2] flush the log if a transaction can't allocate...
2007-05-01 Benjamin Marzinski[GFS2] Fix log entry list corruption
2007-05-01 Steven Whitehouse[GFS2] Speed up lock_dlm's locking (move sprintf)
2007-05-01 Steven Whitehouse[GFS2] Fix a bug on i386 due to evaluation order
2007-05-01 Steven Whitehouse[GFS2] Fix bz 224480 and cleanup glock demotion code
2007-05-01 Josef Whiter[GFS2] Fix bz 231380, unlock page before dequeing glock...
2007-05-01 Josef Whiter[GFS2] fix bz 231369, gfs2 will oops if you specify...
2007-05-01 Robert Peterson[GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540)
2007-03-07 Steven Whitehouse[GFS2] Fix bz 229873, alternate test: assertion "!ip...
2007-03-07 akpm@linux-foundat... [GFS2] build fix
2007-03-07 Steven Whitehouse[GFS2] go_drop_bh is never used, so remove it
2007-03-07 Steven Whitehouse[GFS2] Remove unused variable
2007-03-07 Steven Whitehouse[GFS2] Fix bz 229831, lookup returns wrong inode
2007-03-07 Steven Whitehouse[GFS2] Fix bz 230143, incorrect flushing of rgrps
2007-03-07 Wendy Cheng[GFS2] pass formal ino in do_filldir_main
2007-03-07 Josef Whiter[GFS2] fix hangup when multiple processes are trying...
2007-03-07 Wendy Cheng[GFS2] NFS filehandle check
2007-03-07 Richard Fearn[GFS2] add newline to printk message
2007-03-07 Josef Whiter[GFS2] fix locking mistake
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 2
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 6
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2007-02-07 Adrian Bunk[GFS2] make gfs2_writepages() static
2007-02-07 Steven Whitehouse[GFS2] Unlock page on prepare_write try lock failure
2007-02-06 Wendy Cheng[GFS2] nfsd readdirplus assertion failure
2007-02-05 Randy Dunlap[DLM/GFS2] indent help text
2007-02-05 Russell Cattelan[GFS2] Fix unlink deadlocks
2007-02-05 Steven Whitehouse[GFS2] Put back semaphore to avoid umount problem
2007-02-05 Eric Sandeen[GFS2] more CURRENT_TIME_SEC
2007-02-05 Adrian Bunk[GFS2/DLM] fix GFS2 circular dependency
2007-02-05 Randy Dunlap[GFS2/DLM] use sysfs
2007-02-05 David Teigland[GFS2] make lock_dlm drop_count tunable in sysfs
2007-02-05 David Teigland[GFS2] increase default lock limit
2007-02-05 Steven Whitehouse[GFS2] Fix list corruption in lops.c
2007-02-05 Steven Whitehouse[GFS2] Fix recursive locking attempt with NFS
2007-02-05 Steven Whitehouse[GFS2] Fix typo in glock.c
2007-02-05 Eric Sandeen[GFS2] use CURRENT_TIME_SEC instead of get_seconds...
2007-02-05 Steven Whitehouse[GFS2] Compile fix for glock.c
2007-02-05 Steven Whitehouse[GFS2] Remove queue_empty() function
2007-02-05 Steven Whitehouse[GFS2] Tidy up glops calls
2007-02-05 Steven Whitehouse[GFS2] Remove local exclusive glock mode
2007-02-05 Steven Whitehouse[GFS2] Remove unused go_callback operation
2007-02-05 Steven Whitehouse[GFS2] Remove the "greedy" function from glock.[ch]
2007-02-05 Steven Whitehouse[GFS2] Shrink gfs2_inode memory by half
2007-02-05 Steven Whitehouse[GFS2] Remove max_atomic_write tunable
2007-02-05 Steven Whitehouse[GFS2] Clean up/speed up readdir
2007-02-05 Steven Whitehouse[GFS2] Add writepages for "data=writeback" mounts
2007-02-05 Adrian Bunk[GFS2] make gfs2_change_nlink_i() static
2007-02-05 Robert Peterson[GFS2] gfs2 knows of directories which it chooses not...
2007-02-05 S. Wendy Cheng[GFS2] Fix gfs2_rename deadlock
2007-02-05 Russell Cattelan[GFS2] BZ 217008 fsfuzzer fix.
2007-02-05 Steven Whitehouse[GFS2] Fix ordering of page disposal vs. glock_dq
2007-02-05 S. Wendy Cheng[GFS2] Fix change nlink deadlock
2007-02-05 Steven Whitehouse[GFS2] Fail over to readpage for stuffed files
2007-02-05 Steven Whitehouse[GFS2] Fix DIO deadlock
2007-02-05 David Teigland[GFS2] don't try to lockfs after shutdown
2007-01-12 David Chinner[PATCH] Revert bd_mount_mutex back to a semaphore
2006-12-15 Steven Whitehouse[GFS2] Fix Kconfig
2006-12-08 Josef Sipek[PATCH] struct path: convert gfs2
2006-12-07 Linus TorvaldsMerge /pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Steven Whitehouse[GFS2] Change gfs2_fsync() to use write_inode_now()
2006-12-05 Steven Whitehouse[GFS2] Fix indent in recovery.c
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-04 Al Viro[PATCH] severing skbuff.h -> poll.h
2006-11-30 Steven Whitehouse[GFS2] Don't flush everything on fdatasync
2006-11-30 Steven Whitehouse[GFS2] Add a comment about reading the super block
2006-11-30 Srinivasa Ds[GFS2] Mount problem with the GFS2 code
2006-11-30 Steven Whitehouse[GFS2] Remove gfs2_check_acl()
2006-11-30 Randy Dunlap[GFS2] lock function parameter
2006-11-30 Ryusuke Konishi[GFS2] fs/gfs2/log.c:log_bmap() fix printk format warning
2006-11-30 Steven Whitehouse[GFS2] Fix recursive locking in gfs2_getattr
2006-11-30 Steven Whitehouse[GFS2] Fix recursive locking in gfs2_permission
2006-11-30 Steven Whitehouse[GFS2] Reduce number of arguments to meta_io.c:getbuf()
2006-11-30 Steven Whitehouse[GFS2] Move gfs2_meta_syncfs() into log.c
2006-11-30 Steven Whitehouse[GFS2] Fix journal flush problem
2006-11-30 Steven Whitehouse[GFS2] mark_inode_dirty after write to stuffed file
2006-11-30 Steven Whitehouse[GFS2] Fix glock ordering on inode creation
next