block: use blkdev_issue_discard in blk_ioctl_discard
[safe/jmp/linux-2.6] / fs / gfs2 / glock.c
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