nfsd: Use write gathering only with NFSv2
[safe/jmp/linux-2.6] / fs / gfs2 / ops_address.c
2009-03-24 Hisashi HifumiGFS2: Pagecache usage optimization on GFS2
2009-03-24 Steven WhitehouseGFS2: Merge lock_dlm module into GFS2
2009-03-24 Abhijith DasGFS2: change gfs2_quota_scan into a shrinker
2009-01-07 Steven WhitehouseGFS2: Set GFP_NOFS when allocating page on write
2009-01-05 Steven WhitehouseGFS2: Streamline alloc calculations for writes
2009-01-05 Steven WhitehouseGFS2: Move i_size from gfs2_dinode_host and rename...
2009-01-05 Steven WhitehouseGFS2: Fix up jdata writepage/delete_inode
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2008-09-18 Steven WhitehouseGFS2: high time to take some time over atime
2008-09-15 Bob PetersonGFS2: Direct IO write at end of file error
2008-06-27 Steven Whitehouse[GFS2] Revise readpage locking
2008-06-27 Steven Whitehouse[GFS2] Clean up the glock core
2008-04-28 Nick Pigginmm: remove nopage
2008-03-31 Steven Whitehouse[GFS2] Streamline quota lock/check for no-quota case
2008-03-31 Abhijith Das[GFS2] gfs2_adjust_quota has broken unstuffing code
2008-03-31 Cyrill Gorcunov[GFS2] possible null pointer dereference fixup
2008-03-31 Steven Whitehouse[GFS2] Fix a page lock / glock deadlock
2008-03-31 Bob Peterson[GFS2] Misc fixups
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2008-01-25 Steven Whitehouse[GFS2] Reduce inode size by moving i_alloc out of line
2008-01-25 Steven Whitehouse[GFS2] Fix problems relating to execution of files...
2008-01-25 Steven Whitehouse[GFS2] Allow page migration for writeback and ordered...
2008-01-25 Bob Peterson[GFS2] Remove function gfs2_get_block
2008-01-25 Steven Whitehouse[GFS2] Use correct include file in ops_address.c
2008-01-25 Steven Whitehouse[GFS2] Don't hold page lock when starting transaction
2008-01-25 Steven Whitehouse[GFS2] Add writepages for GFS2 jdata
2008-01-25 Steven Whitehouse[GFS2] Split gfs2_writepage into three cases
2008-01-25 Steven Whitehouse[GFS2] Introduce gfs2_set_aops()
2008-01-25 Steven Whitehouse[GFS2] Add gfs2_is_writeback()
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 Steven Whitehouse[GFS2] Clean up internal read function
2007-10-16 Steven Whitehousegfs2: convert to new aops
2007-10-10 Steven Whitehouse[GFS2] Don't try to remove buffers that don't exist
2007-10-10 Wendy Cheng[GFS2] Data corruption fix
2007-10-10 Steven Whitehouse[GFS2] Clean up journaled data writing
2007-10-10 Steven Whitehouse[GFS2] Clean up ordered write code
2007-10-10 Steven Whitehouse[GFS2] Clean up invalidatepage/releasepage
2007-08-14 Steven Whitehouse[GFS2] Fix incorrect error path in prepare_write()
2007-07-19 Nick Pigginmm: merge populate and nopage into fault (fixes nonlinear)
2007-07-09 Steven Whitehouse[GFS2] Use zero_user_page() in stuffed_readpage()
2007-07-09 Robert Peterson[GFS2] Journaled file write/unstuff bug
2007-07-09 Benjamin Marzinski[GFS2] fix jdata issues
2007-07-09 Steven Whitehouse[GFS2] Clean up inode number handling
2007-07-09 Robert Peterson[GFS2] Addendum patch 2 for gfs2_grow
2007-07-09 Robert Peterson[GFS2] Kernel changes to support new gfs2_grow command...
2007-07-09 Robert Peterson[GFS2] kernel changes to support new gfs2_grow command
2007-05-01 Steven Whitehouse[GFS2] Patch to fix mmap of stuffed files
2007-05-01 Josef Whiter[GFS2] Fix bz 231380, unlock page before dequeing glock...
2007-03-07 Josef Whiter[GFS2] fix hangup when multiple processes are trying...
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-05 Steven Whitehouse[GFS2] Add writepages for "data=writeback" mounts
2007-02-05 Steven Whitehouse[GFS2] Fail over to readpage for stuffed files
2007-02-05 Steven Whitehouse[GFS2] Fix DIO deadlock
2006-11-30 Steven Whitehouse[GFS2] mark_inode_dirty after write to stuffed file
2006-11-30 Steven Whitehouse[GFS2] Remove unused function from inode.c
2006-11-30 Russell Cattelan[GFS2] Remove unused zero_readpage from stuffed_readpage
2006-11-30 Steven Whitehouse[GFS2] Fix page lock/glock deadlock
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-03 OGAWA Hirofumi[PATCH] gfs2: ->readpages() fixes
2006-10-20 Steven Whitehouse[GFS2] Fix bmap to map extents properly
2006-10-12 Russell Cattelan[GFS2] Pass the correct value to kunmap_atomic
2006-10-12 Steven Whitehouse[GFS2] Fix uninitialised variable
2006-10-12 Russell Cattelan[GFS2] Fix a size calculation error
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-20 Steven Whitehouse[GFS2] Remove unused constants
2006-09-19 Fabio Massimo Di... [GFS2] Export lm_interface to kernel headers
2006-09-18 Steven Whitehouse[GFS2] Tweek unlock test in readpage()
2006-09-18 Russell Cattelan[GFS2] Fix for mmap() bug in readpage
2006-09-18 Steven Whitehouse[GFS2] Map multiple blocks at once where possible
2006-09-04 Steven Whitehouse[GFS2] Style changes in ops_address.c
2006-09-04 Steven Whitehouse[GFS2] Spelling sentinal -> sentinel
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-31 Steven Whitehouse[GFS2] Fix releasepage bug (fixes direct i/o writes)
2006-08-24 Steven Whitehouse[GFS2] Tidy up error handling in gfs2_releasepage()
2006-08-18 Steven Whitehouse[GFS2] Fix leak of gfs2_bufdata
2006-08-08 Steven Whitehouse[GFS2] Fix lack of buffers in writepage bug
2006-08-04 Steven Whitehouse[GFS2] Fix lock ordering bug in page fault path
2006-07-26 Steven Whitehouse[GFS2] Remove page.[ch]
2006-07-26 Steven Whitehouse[GFS2] Tidy gfs2_unstuffer_page
2006-07-25 Steven Whitehouse[GFS2] Alter direct I/O path
2006-07-11 Steven Whitehouse[GFS2] Add generation number
2006-07-10 Steven Whitehouse[GFS2] Bug fix to gfs2_readpages()
2006-07-05 Steven Whitehouse[GFS2] Fix locking for Direct I/O reads
2006-07-03 Steven Whitehouse[GFS2] Make our address_space_operations const
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-05 Steven Whitehouse[GFS2] Readpages support
2006-05-02 Steven Whitehouse[GFS2] Fix bug in writepage()
2006-04-18 Steven Whitehouse[GFS2] Use vmalloc() in dir code
2006-03-31 Steven Whitehouse[GFS2] Update GFS2 for the recent pull from Linus
2006-02-27 Steven Whitehouse[GFS2] Macros removal in gfs2.h
2006-02-27 Steven Whitehouse[GFS2] 80 Column audit of GFS2
next