| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: remove nopage | Nick Piggin | 2008-04-28 | 1 | -1/+1 |
* | [GFS2] Streamline quota lock/check for no-quota case | Steven Whitehouse | 2008-03-31 | 1 | -5/+1 |
* | [GFS2] gfs2_adjust_quota has broken unstuffing code | Abhijith Das | 2008-03-31 | 1 | -2/+1 |
* | [GFS2] possible null pointer dereference fixup | Cyrill Gorcunov | 2008-03-31 | 1 | -0/+4 |
* | [GFS2] Fix a page lock / glock deadlock | Steven Whitehouse | 2008-03-31 | 1 | -12/+15 |
* | [GFS2] Misc fixups | Bob Peterson | 2008-03-31 | 1 | -3/+1 |
* | Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user | Christoph Lameter | 2008-02-05 | 1 | -1/+1 |
* | [GFS2] Reduce inode size by moving i_alloc out of line | Steven Whitehouse | 2008-01-25 | 1 | -3/+2 |
* | [GFS2] Fix problems relating to execution of files on GFS2 | Steven Whitehouse | 2008-01-25 | 1 | -8/+5 |
* | [GFS2] Allow page migration for writeback and ordered pages | Steven Whitehouse | 2008-01-25 | 1 | -0/+2 |
* | [GFS2] Remove function gfs2_get_block | Bob Peterson | 2008-01-25 | 1 | -23/+7 |
* | [GFS2] Use correct include file in ops_address.c | Steven Whitehouse | 2008-01-25 | 1 | -1/+1 |
* | [GFS2] Don't hold page lock when starting transaction | Steven Whitehouse | 2008-01-25 | 1 | -26/+25 |
* | [GFS2] Add writepages for GFS2 jdata | Steven Whitehouse | 2008-01-25 | 1 | -8/+205 |
* | [GFS2] Split gfs2_writepage into three cases | Steven Whitehouse | 2008-01-25 | 1 | -21/+91 |
* | [GFS2] Introduce gfs2_set_aops() | Steven Whitehouse | 2008-01-25 | 1 | -28/+50 |
* | [GFS2] Add gfs2_is_writeback() | Steven Whitehouse | 2008-01-25 | 1 | -6/+4 |
* | [GFS2] Remove useless i_cache from inodes | Steven Whitehouse | 2008-01-25 | 1 | -1/+0 |
* | [GFS2] Use ->page_mkwrite() for mmap() | Steven Whitehouse | 2008-01-25 | 1 | -37/+8 |
* | [GFS2] Clean up internal read function | Steven Whitehouse | 2008-01-25 | 1 | -50/+101 |
* | gfs2: convert to new aops | Steven Whitehouse | 2007-10-16 | 1 | -84/+127 |
* | [GFS2] Don't try to remove buffers that don't exist | Steven Whitehouse | 2007-10-10 | 1 | -2/+1 |
* | [GFS2] Data corruption fix | Wendy Cheng | 2007-10-10 | 1 | -1/+1 |
* | [GFS2] Clean up journaled data writing | Steven Whitehouse | 2007-10-10 | 1 | -5/+6 |
* | [GFS2] Clean up ordered write code | Steven Whitehouse | 2007-10-10 | 1 | -4/+46 |
* | [GFS2] Clean up invalidatepage/releasepage | Steven Whitehouse | 2007-10-10 | 1 | -117/+15 |
* | [GFS2] Fix incorrect error path in prepare_write() | Steven Whitehouse | 2007-08-14 | 1 | -1/+2 |
* | mm: merge populate and nopage into fault (fixes nonlinear) | Nick Piggin | 2007-07-19 | 1 | -1/+1 |
* | [GFS2] Use zero_user_page() in stuffed_readpage() | Steven Whitehouse | 2007-07-09 | 1 | -5/+1 |
* | [GFS2] Journaled file write/unstuff bug | Robert Peterson | 2007-07-09 | 1 | -1/+25 |
* | [GFS2] fix jdata issues | Benjamin Marzinski | 2007-07-09 | 1 | -0/+2 |
* | [GFS2] Clean up inode number handling | Steven Whitehouse | 2007-07-09 | 1 | -2/+2 |
* | [GFS2] Addendum patch 2 for gfs2_grow | Robert Peterson | 2007-07-09 | 1 | -0/+1 |
* | [GFS2] Kernel changes to support new gfs2_grow command (part 2) | Robert Peterson | 2007-07-09 | 1 | -1/+2 |
* | [GFS2] kernel changes to support new gfs2_grow command | Robert Peterson | 2007-07-09 | 1 | -1/+28 |
* | [GFS2] Patch to fix mmap of stuffed files | Steven Whitehouse | 2007-05-01 | 1 | -3/+14 |
* | [GFS2] Fix bz 231380, unlock page before dequeing glocks in gfs2_commit_write | Josef Whiter | 2007-05-01 | 1 | -0/+4 |
* | [GFS2] fix hangup when multiple processes are trying to write to the same file | Josef Whiter | 2007-03-07 | 1 | -2/+5 |
* | [GFS2] make gfs2_writepages() static | Adrian Bunk | 2007-02-07 | 1 | -1/+2 |
* | [GFS2] Unlock page on prepare_write try lock failure | Steven Whitehouse | 2007-02-07 | 1 | -1/+3 |
* | [GFS2] Add writepages for "data=writeback" mounts | Steven Whitehouse | 2007-02-05 | 1 | -0/+27 |
* | [GFS2] Fail over to readpage for stuffed files | Steven Whitehouse | 2007-02-05 | 1 | -25/+3 |
* | [GFS2] Fix DIO deadlock | Steven Whitehouse | 2007-02-05 | 1 | -29/+45 |
* | [GFS2] mark_inode_dirty after write to stuffed file | Steven Whitehouse | 2006-11-30 | 1 | -1/+3 |
* | [GFS2] Remove unused function from inode.c | Steven Whitehouse | 2006-11-30 | 1 | -4/+4 |
* | [GFS2] Remove unused zero_readpage from stuffed_readpage | Russell Cattelan | 2006-11-30 | 1 | -16/+4 |
* | [GFS2] Fix page lock/glock deadlock | Steven Whitehouse | 2006-11-30 | 1 | -4/+9 |
* | [GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctime | Steven Whitehouse | 2006-11-30 | 1 | -4/+0 |
* | [GFS2] Shrink gfs2_inode (4) - di_uid/di_gid | Steven Whitehouse | 2006-11-30 | 1 | -1/+1 |
* | [GFS2] Shrink gfs2_inode (3) - di_mode | Steven Whitehouse | 2006-11-30 | 1 | -1/+0 |