nfsd4: reshuffle lease-setting code to allow reuse
[safe/jmp/linux-2.6] / fs / gfs2 / bmap.c
2010-02-12 Steven WhitehouseGFS2: Fix bmap allocation corner-case bug
2009-06-12 Steven WhitehouseGFS2: Add tracepoints
2009-06-10 Steven WhitehouseGFS2: Fix cache coherency between truncate and O_DIRECT...
2009-05-22 Steven WhitehouseGFS2: Clean up some file names
2009-05-20 Steven WhitehouseGFS2: Improve resource group error handling
2009-03-24 Steven WhitehouseGFS2: Merge lock_dlm module into GFS2
2009-01-05 Steven WhitehouseGFS2: Streamline alloc calculations for writes
2009-01-05 Steven WhitehouseGFS2: Banish struct gfs2_dinode_host
2009-01-05 Steven WhitehouseGFS2: Move i_size from gfs2_dinode_host and rename...
2008-06-24 Benjamin Marzinski[GFS2] fix gfs2 block allocation (cleaned up)
2008-03-31 Steven Whitehouse[GFS2] Streamline quota lock/check for no-quota case
2008-03-31 Cyrill Gorcunov[GFS2] possible null pointer dereference fixup
2008-03-31 Steven Whitehouse[GFS2] Allow bmap to allocate extents
2008-03-31 Steven Whitehouse[GFS2] Get inode buffer only once per block map call
2008-03-31 Steven Whitehouse[GFS2] Eliminate (almost) duplicate field from gfs2_inode
2008-03-31 Steven Whitehouse[GFS2] Add a function to interate over an extent
2008-03-31 Steven Whitehouse[GFS2] The case of the missing asterisk
2008-03-31 Steven Whitehouse[GFS2] Add extent allocation to block allocator
2008-03-31 Steven Whitehouse[GFS2] Merge gfs2_alloc_meta and gfs2_alloc_data
2008-03-31 Steven Whitehouse[GFS2] Update gfs2_trans_add_unrevoke to accept extents
2008-03-31 Steven Whitehouse[GFS2] Reduce inode size by merging fields
2008-03-31 Steven Whitehouse[GFS2] Introduce array of buffers to struct metapath
2008-03-31 Steven Whitehouse[GFS2] Move part of gfs2_block_map into a separate...
2008-03-31 Bob Peterson[GFS2] Misc fixups
2008-03-31 Bob Peterson[GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc
2008-03-31 Steven Whitehouse[GFS2] Streamline indirect pointer tree height calculation
2008-03-31 Steven Whitehouse[GFS2] Speed up gfs2_write_alloc_required, deprecate...
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2008-01-25 Steven Whitehouse[GFS2] Fix write alloc required shortcut calculation
2008-01-25 Bob Peterson[GFS2] gfs2_alloc_required performance
2008-01-25 Steven Whitehouse[GFS2] Reduce inode size by moving i_alloc out of line
2008-01-25 Bob Peterson[GFS2] Only fetch the dinode once in block_map
2008-01-25 Bob Peterson[GFS2] Remove function gfs2_get_block
2008-01-25 Steven Whitehouse[GFS2] Add gfs2_is_writeback()
2007-10-10 Bob Peterson[GFS2] Fix ordering of dirty/journal for ordered buffer...
2007-10-10 Steven Whitehouse[GFS2] Don't mark jdata dirty in gfs2_unstuffer_page()
2007-10-10 Wendy Cheng[GFS2] Reduce truncate IO traffic
2007-07-09 S. Wendy Cheng[GFS2] Fix gfs2_block_truncate_page err return
2007-07-09 Steven Whitehouse[GFS2] Add nanosecond timestamp feature
2007-07-09 Steven Whitehouse[GFS2] Fix sign problem in quota/statfs and cleanup...
2007-07-09 Steven Whitehouse[GFS2] Clean up inode number handling
2007-07-09 Nate Diller[GFS2] use zero_user_page
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-05 Eric Sandeen[GFS2] use CURRENT_TIME_SEC instead of get_seconds...
2006-11-30 Steven Whitehouse[GFS2] Tidy up bmap & fix boundary bug
2006-11-30 Steven Whitehouse[GFS2] Remove gfs2_inode_attr_in
2006-11-30 Steven Whitehouse[GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctime
2006-11-30 Steven Whitehouse[GFS2] Shrink gfs2_inode (4) - di_uid/di_gid
2006-11-30 Steven Whitehouse[GFS2] Shrink gfs2_inode (3) - di_mode
2006-11-30 Steven Whitehouse[GFS2] Change argument of gfs2_dinode_out
2006-11-30 Al Viro[GFS2] gfs2 misc endianness annotations
2006-10-20 Steven Whitehouse[GFS2] Fix bmap to map extents properly
2006-10-02 Steven Whitehouse[GFS2] Remove uneeded endian conversion
2006-09-25 Steven Whitehouse[GFS2/DLM] Fix trailing whitespace
2006-09-21 Steven Whitehouse[GFS2] Tidy up meta_io code
2006-09-19 Fabio Massimo Di... [GFS2] Export lm_interface to kernel headers
2006-09-19 akpm@osdl.org[GFS2] inode-diet-eliminate-i_blksize-and-use-a-per...
2006-09-18 Steven Whitehouse[GFS2] Map multiple blocks at once where possible
2006-09-07 Jan Engelhardt[GFS2] More style changes
2006-09-04 Steven Whitehouse[GFS2] Remove a cast, tidy gfs2_inode_attr_in
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 bmap/inode code
2006-09-01 Steven Whitehouse[GFS2] Update copyright, tidy up incore.h
2006-07-26 Steven Whitehouse[GFS2] Remove page.[ch]
2006-07-26 Steven Whitehouse[GFS2] Tidy gfs2_unstuffer_page
2006-06-14 Steven Whitehouse[GFS2] Fix unlinked file handling
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-12 Steven Whitehouse[GFS2] Reverse block order in build_height
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-24 Steven Whitehouse[GFS2] Tidy up dir code as per Christoph Hellwig's...
2006-03-28 Steven Whitehouse[GFS2] Further updates to dir and logging code
2006-02-27 Steven Whitehouse[GFS2] Macros removal in gfs2.h
2006-02-27 Steven Whitehouse[GFS2] 80 Column audit of GFS2
2006-02-08 Steven Whitehouse[GFS2] Make journaled data files identical to normal...
2006-01-31 Steven Whitehouse[GFS2] Update truncate function (shrinking partial...
2006-01-24 Steven Whitehouse[GFS2] Remove pointless argument relating to truncate
2006-01-18 Steven Whitehouse[GFS2] Add an additional argument to gfs2_trans_add_bh()
2006-01-18 Steven Whitehouse[GFS2] Remove unused code from various files
2006-01-16 David Teigland[GFS2] The core of GFS2