[GFS2] Get rid of gl_waiters2
[safe/jmp/linux-2.6] / fs / gfs2 / incore.h
2008-03-31 Bob Peterson[GFS2] Get rid of gl_waiters2
2008-03-31 Bob Peterson[GFS2] Combine rg_flags and rd_flags
2008-03-31 Bob Peterson[GFS2] Only do lo_incore_commit once
2008-03-31 Steven Whitehouse[GFS2] Streamline indirect pointer tree height calculation
2008-02-07 Pavel Emelyanovgfs2: make gfs2_glock.gl_owner_pid be a struct pid *
2008-02-07 Pavel Emelyanovgfs2: make gfs2_holder.gh_owner_pid be a struct pid *
2008-01-25 Bob Peterson[GFS2] Remove unneeded i_spin
2008-01-25 Steven Whitehouse[GFS2] Reduce inode size by moving i_alloc out of line
2008-01-25 Steven Whitehouse[GFS2] Remove unused variable
2008-01-25 Bob Peterson[GFS2] Eliminate the no longer needed sd_statfs_mutex
2008-01-25 Bob Peterson[GFS2] Journal extent mapping
2008-01-25 Steven Whitehouse[GFS2] Don't periodically update the jindex
2008-01-25 Steven Whitehouse[GFS2] Use atomic_t for journal free blocks counter
2008-01-25 Steven Whitehouse[GFS2] Don't add glocks to the journal
2008-01-25 Steven Whitehouse[GFS2] Remove flags no longer required
2008-01-25 Steven Whitehouse[GFS2] Remove "reclaim limit"
2008-01-25 Steven Whitehouse[GFS2] Remove unused variables
2008-01-25 Steven Whitehouse[GFS2] Add gfs2_is_writeback()
2008-01-25 Steven Whitehouse[GFS2] Remove unused field in struct gfs2_inode
2008-01-25 Steven Whitehouse[GFS2] Remove useless i_cache from inodes
2008-01-25 Steven Whitehouse[GFS2] Use ->page_mkwrite() for mmap()
2008-01-25 Wendy Cheng[GFS2] Handle multiple glock demote requests
2007-10-10 Steven Whitehouse[GFS2] Clean up journaled data writing
2007-10-10 Steven Whitehouse[GFS2] Replace revoke structure with bufdata structure
2007-10-10 Steven Whitehouse[GFS2] Clean up ordered write code
2007-10-10 Benjamin Marzinski[GFS2] delay glock demote for a minimum hold time
2007-10-10 Steven Whitehouse[GFS2] Reduce number of gfs2_scand processes to one
2007-07-09 Robert Peterson[GFS2] assertion failure after writing to journaled...
2007-07-09 Steven Whitehouse[GFS2] Recovery for lost unlinked inodes
2007-07-09 Steven Whitehouse[GFS2] Fix sign problem in quota/statfs and cleanup...
2007-07-09 Abhijith Das[GFS2] Quotas non-functional - fix bug
2007-07-09 Steven Whitehouse[GFS2] Clean up inode number handling
2007-05-01 Robert Peterson[GFS2] lockdump improvements
2007-05-01 Robert Peterson[GFS2] Red Hat bz 228540: owner references
2007-05-01 Steven Whitehouse[GFS2] Fix bz 224480 and cleanup glock demotion code
2007-05-01 Robert Peterson[GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540)
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-02-05 Steven Whitehouse[GFS2] Tidy up glops calls
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
2006-11-30 Steven Whitehouse[GFS2] Simplify glops functions
2006-11-30 Steven Whitehouse[GFS2] Shrink gfs2_inode (8) - i_vn
2006-11-30 Al Viro[GFS2] split and annotate gfs2_statfs_change
2006-11-30 Al Viro[GFS2] split and annotate gfs2_inum
2006-11-30 Al Viro[GFS2] split and annotate gfs_rindex
2006-11-30 Al Viro[GFS2] split and annotate gfs2_log_head
2006-11-30 Al Viro[GFS2] split and annotate gfs2_rgrp
2006-11-30 Al Viro[GFS2] split gfs2_sb
2006-11-30 Al Viro[GFS2] gfs2_dinode_host fields are host-endian
2006-09-21 Steven Whitehouse[GFS2] Tidy up meta_io code
2006-09-20 Steven Whitehouse[GFS2] Remove unused constants
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] 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] Move glock hash table out of superblock
2006-09-05 Steven Whitehouse[GFS2] Make headers compile on their own
2006-09-04 Steven Whitehouse[GFS2] Change all types to uX style
2006-09-01 Steven Whitehouse[GFS2] Update copyright, tidy up incore.h
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-04 Steven Whitehouse[GFS2] Fix lock ordering bug in page fault path
2006-06-22 Steven Whitehouse[GFS2] Remove unused flag
2006-06-20 David Woodhouse[GFS2] Fix use of bitops on unsigned int (struct gfs2_h...
2006-06-14 Steven Whitehouse[GFS2] Fix unlinked file handling
2006-06-06 Steven Whitehouse[GFS2] Move some fields around to reduce wasted space
2006-05-18 Steven Whitehouse[GFS2] glock debugging and inode cache changes
2006-05-18 Steven Whitehouse[GFS2] Update copyright date to 2006
2006-04-26 Steven Whitehouse[GFS2] Don't do recursive locking in glock layer
2006-04-18 Steven Whitehouse[GFS2] Use vmalloc() in dir code
2006-04-07 Steven Whitehouse[GFS2] Fix a ref count bug and other clean ups
2006-04-04 Steven Whitehouse[GFS2] Finish off ioctl support
2006-03-29 Steven Whitehouse[GFS2] Update debugging code
2006-03-29 Steven Whitehouse[GFS2] Update locking in log.c
2006-03-28 Steven Whitehouse[GFS2] Further updates to dir and logging code
2006-03-01 Steven Whitehouse[GFS2] Tidy up mount code.
2006-03-01 Steven Whitehouse[GFS2] Remove uneeded memory allocation
2006-02-27 Steven Whitehouse[GFS2] Macros removal in gfs2.h
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-02-13 Steven Whitehouse[GFS2] Fix for root inode ref count bug
2006-01-30 Steven Whitehouse[GFS2] Add gfs2_internal_read()
2006-01-18 Steven Whitehouse[GFS2] Remove gfs2_databuf in favour of gfs2_bufdata...
2006-01-16 David Teigland[GFS2] The core of GFS2