- patches.apparmor/remove_suid_new_case_in_2.6.22.diff: Merge fix.
[linux-flexiantxendom0-3.2.10.git] / fs / gfs2 / glock.c
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
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-02-05 Steven Whitehouse[GFS2] Put back semaphore to avoid umount problem
2007-02-05 Steven Whitehouse[GFS2] Fix typo in glock.c
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] Clean up/speed up readdir
2006-12-07 Linus TorvaldsMerge /pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
2006-11-30 Randy Dunlap[GFS2] lock function parameter
2006-11-30 Steven Whitehouse[GFS2] Fix journal flush problem
2006-11-30 Steven Whitehouse[GFS2] Simplify glops functions
2006-11-30 Steven Whitehouse[GFS2] Fix memory allocation in glock.c
2006-11-30 Steven Whitehouse[GFS2] Remove unused GL_DUMP flag
2006-11-30 Steven Whitehouse[GFS2] Shrink gfs2_inode (3) - di_mode
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-09-25 Steven Whitehouse[GFS2/DLM] Fix trailing whitespace
2006-09-19 Fabio Massimo Di... [GFS2] Export lm_interface to kernel headers
2006-09-14 Steven Whitehouse[GFS2] Fix glock hash clearing
2006-09-13 Steven Whitehouse[GFS2] Use atomic_t rather than kref in glock.c
2006-09-12 Steven Whitehouse[GFS2] Use hlist for glock hash chains
2006-09-12 Steven Whitehouse[GFS2] Rewrite of examine_bucket()
2006-09-09 Steven Whitehouse[GFS2] Remove unused function from glock.c
2006-09-09 Steven Whitehouse[GFS2] Add consts to glock sorting function
2006-09-09 Steven Whitehouse[GFS2] Make glock hash locks proportional to NR_CPUS
2006-09-08 Steven Whitehouse[GFS2] Move rwlocks in glock.c into their own array
2006-09-08 Steven Whitehouse[GFS2] Use void * instead of typedef for locking module...
2006-09-07 Steven Whitehouse[GFS2] Remove one typedef
2006-09-07 Steven Whitehouse[GFS2] Move glock hash table out of superblock
2006-09-07 Steven Whitehouse[GFS2] Add gfs2 superblock to glock hash function
2006-09-04 Steven Whitehouse[GFS2] Change all types to uX style
2006-09-04 Steven Whitehouse[GFS2] Align all labels against LH side
2006-09-04 Steven Whitehouse[GFS2] Tidy up locking code
2006-09-01 Steven Whitehouse[GFS2] Update copyright, tidy up incore.h
2006-08-30 Steven Whitehouse[GFS2] Add superblock into key for glock lookups
2006-08-30 Steven Whitehouse[GFS2] Use const on glock lookup key
2006-08-30 Steven Whitehouse[GFS2] Use slab properly with glocks
2006-08-30 Steven Whitehouse[GFS2] Remove unused code from glock layer
2006-08-30 Steven Whitehouse[GFS2] Make glock operations const
2006-08-25 Abhijith Das[GFS2] Allow mounting of gfs2 and gfs2meta at the same...
2006-08-24 Steven Whitehouse[GFS2] Speed up scanning of glocks
2006-08-10 Russell Cattelan[GFS2] Fix a couple of refcount leaks.
2006-07-28 Steven Whitehouse[GFS2] Fix bug in clear_inode
2006-07-27 Steven Whitehouse[GFS2] Use a bio to read the superblock
2006-07-06 Steven Whitehouse[GFS2] Fixes to scanning of glocks (again)
2006-07-05 Steven Whitehouse[GFS2] Correct logic in glock scanner
2006-06-24 Steven Whitehouse[GFS2] Eliminate one instance of __GFP_NOFAIL
2006-06-14 Steven Whitehouse[GFS2] Fix unlinked file handling
2006-05-24 Steven Whitehouse[GFS2] Casts for printing 64bit numbers
2006-05-18 Steven Whitehouse[GFS2] glock debugging and inode cache changes
2006-05-18 Steven Whitehouse[GFS2] Update copyright date to 2006
2006-05-18 Steven Whitehouse[GFS2] Remove semaphore.h from C files
2006-05-05 Steven Whitehouse[GFS2] Readpages support
2006-04-28 Steven Whitehouse[GFS2] Remove some unused code
2006-04-28 Adrian Bunk[GFS2] [-mm patch] fs/gfs2/: possible cleanups
2006-04-28 Steven Whitehouse[GFS2] Reordering in deallocation to avoid recursive...
2006-04-27 David Teigland[GFS2] Remove redundant casts to/from void
2006-04-26 Steven Whitehouse[GFS2] Remove GL_NEVER_RECURSE flag
2006-04-26 Steven Whitehouse[GFS2] Don't do recursive locking in glock layer
2006-04-20 Steven Whitehouse[GFS2] Fix a bug: scheduling under a spinlock
2006-04-18 Steven Whitehouse[GFS2] Use vmalloc() in dir code
2006-03-29 Steven Whitehouse[GFS2] Update debugging code
2006-02-27 Steven Whitehouse[GFS2] Macros removal in gfs2.h
2006-02-27 Steven Whitehouse[GFS2] Audit printk and kmalloc
2006-02-23 David Teigland[GFS2] Patch to remove stats counters from GFS2 (II)
2006-02-23 David Teigland[GFS2] Patch to remove stats gathering from GFS2
2006-02-21 Steven Whitehouse[GFS2] Use mutices rather than semaphores
2006-01-16 David Teigland[GFS2] The core of GFS2