aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_address.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16gfs2: convert to new aopsSteven Whitehouse1-84/+127
2007-10-10[GFS2] Don't try to remove buffers that don't existSteven Whitehouse1-2/+1
2007-10-10[GFS2] Data corruption fixWendy Cheng1-1/+1
2007-10-10[GFS2] Clean up journaled data writingSteven Whitehouse1-5/+6
2007-10-10[GFS2] Clean up ordered write codeSteven Whitehouse1-4/+46
2007-10-10[GFS2] Clean up invalidatepage/releasepageSteven Whitehouse1-117/+15
2007-08-14[GFS2] Fix incorrect error path in prepare_write()Steven Whitehouse1-1/+2
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-1/+1
2007-07-09[GFS2] Use zero_user_page() in stuffed_readpage()Steven Whitehouse1-5/+1
2007-07-09[GFS2] Journaled file write/unstuff bugRobert Peterson1-1/+25
2007-07-09[GFS2] fix jdata issuesBenjamin Marzinski1-0/+2
2007-07-09[GFS2] Clean up inode number handlingSteven Whitehouse1-2/+2
2007-07-09[GFS2] Addendum patch 2 for gfs2_growRobert Peterson1-0/+1
2007-07-09[GFS2] Kernel changes to support new gfs2_grow command (part 2)Robert Peterson1-1/+2
2007-07-09[GFS2] kernel changes to support new gfs2_grow commandRobert Peterson1-1/+28
2007-05-01[GFS2] Patch to fix mmap of stuffed filesSteven Whitehouse1-3/+14
2007-05-01[GFS2] Fix bz 231380, unlock page before dequeing glocks in gfs2_commit_writeJosef Whiter1-0/+4
2007-03-07[GFS2] fix hangup when multiple processes are trying to write to the same fileJosef Whiter1-2/+5
2007-02-07[GFS2] make gfs2_writepages() staticAdrian Bunk1-1/+2
2007-02-07[GFS2] Unlock page on prepare_write try lock failureSteven Whitehouse1-1/+3
2007-02-05[GFS2] Add writepages for "data=writeback" mountsSteven Whitehouse1-0/+27
2007-02-05[GFS2] Fail over to readpage for stuffed filesSteven Whitehouse1-25/+3
2007-02-05[GFS2] Fix DIO deadlockSteven Whitehouse1-29/+45
2006-11-30[GFS2] mark_inode_dirty after write to stuffed fileSteven Whitehouse1-1/+3
2006-11-30[GFS2] Remove unused function from inode.cSteven Whitehouse1-4/+4
2006-11-30[GFS2] Remove unused zero_readpage from stuffed_readpageRussell Cattelan1-16/+4
2006-11-30[GFS2] Fix page lock/glock deadlockSteven Whitehouse1-4/+9
2006-11-30[GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctimeSteven Whitehouse1-4/+0
2006-11-30[GFS2] Shrink gfs2_inode (4) - di_uid/di_gidSteven Whitehouse1-1/+1
2006-11-30[GFS2] Shrink gfs2_inode (3) - di_modeSteven Whitehouse1-1/+0
2006-11-03[PATCH] gfs2: ->readpages() fixesOGAWA Hirofumi1-7/+0
2006-10-20[GFS2] Fix bmap to map extents properlySteven Whitehouse1-3/+3
2006-10-12[GFS2] Pass the correct value to kunmap_atomicRussell Cattelan1-3/+3
2006-10-12[GFS2] Fix uninitialised variableSteven Whitehouse1-0/+1
2006-10-12[GFS2] Fix a size calculation errorRussell Cattelan1-2/+4
2006-10-02[GFS2] Remove uneeded endian conversionSteven Whitehouse1-3/+11
2006-09-25[GFS2/DLM] Fix trailing whitespaceSteven Whitehouse1-2/+2
2006-09-21[GFS2] Tidy up meta_io codeSteven Whitehouse1-1/+1
2006-09-20[GFS2] Remove unused constantsSteven Whitehouse1-2/+2
2006-09-19[GFS2] Export lm_interface to kernel headersFabio Massimo Di Nitto1-1/+1
2006-09-18[GFS2] Tweek unlock test in readpage()Steven Whitehouse1-2/+1
2006-09-18[GFS2] Fix for mmap() bug in readpageRussell Cattelan1-2/+5
2006-09-18[GFS2] Map multiple blocks at once where possibleSteven Whitehouse1-54/+14
2006-09-04[GFS2] Style changes in ops_address.cSteven Whitehouse1-2/+3
2006-09-04[GFS2] Spelling sentinal -> sentinelSteven Whitehouse1-3/+3
2006-09-04[GFS2] Change all types to uX styleSteven Whitehouse1-4/+4
2006-09-01[GFS2] Update copyright, tidy up incore.hSteven Whitehouse1-1/+1
2006-08-31[GFS2] Fix releasepage bug (fixes direct i/o writes)Steven Whitehouse1-4/+29
2006-08-24[GFS2] Tidy up error handling in gfs2_releasepage()Steven Whitehouse1-15/+14
2006-08-18[GFS2] Fix leak of gfs2_bufdataSteven Whitehouse1-5/+3