aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/bmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-13GFS2: Fix truncation of journaled data filesSteven Whitehouse1-3/+49
2012-11-07GFS2: Add Orlov allocatorSteven Whitehouse1-1/+1
2012-09-24GFS2: Add structure to contain rgrp, bitmap, offset tupleSteven Whitehouse1-1/+1
2012-07-19GFS2: Reduce file fragmentationBob Peterson1-0/+3
2012-06-06GFS2: Fold quota data into the reservations structBob Peterson1-13/+5
2012-05-11GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_bufferBob Peterson1-2/+2
2012-04-24GFS2: Use variable rather than qa to determine if unstuff necessaryBob Peterson1-2/+4
2012-04-05GFS2: Make sure rindex is uptodate before starting transactionsBob Peterson1-1/+5
2012-03-20GFS2: Change truncate page allocation to be GFP_NOFSBob Peterson1-2/+2
2011-11-22GFS2: decouple quota allocations from block allocationsBob Peterson1-10/+9
2011-11-21GFS2: move toward a generic multi-block allocatorBob Peterson1-2/+2
2011-11-15GFS2: combine gfs2_alloc_block and gfs2_alloc_diBob Peterson1-2/+2
2011-11-08GFS2: More automated code analysis fixesSteven Whitehouse1-3/+0
2011-10-21GFS2: Move readahead of metadata during deallocation into its own functionSteven Whitehouse1-19/+26
2011-10-21GFS2: rewrite fallocate code to write blocks directlyBenjamin Marzinski1-0/+12
2011-10-21GFS2: speed up delete/unlink performance for large filesBob Peterson1-3/+23
2011-10-21GFS2: Use cached rgrp in gfs2_rlist_add()Steven Whitehouse1-2/+2
2011-10-21GFS2: Call do_strip() directly from recursive_scan()Steven Whitehouse1-78/+71
2011-10-21GFS2: Make resource groups "append only" during life of fsSteven Whitehouse1-7/+0
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-15GFS2: combine duplicated block freeing routinesEric Sandeen1-10/+2
2011-05-21GFS2: Wipe directory hash table metadata when deallocating a directorySteven Whitehouse1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-24GFS2: deallocation performance patchBob Peterson1-5/+15
2010-11-30GFS2: Fix uninitialised error value in previous patchSteven Whitehouse1-1/+1
2010-11-30GFS2: fix recursive locking during rindex truncatesBenjamin Marzinski1-2/+7
2010-09-28GFS2: reserve more blocks for transactionsBenjamin Marzinski1-1/+1
2010-09-20GFS2: Remove i_disksizeSteven Whitehouse1-7/+5
2010-09-20GFS2: New truncate sequenceSteven Whitehouse1-128/+119
2010-07-30GFS2: Fix typo in stuffed file data copy handlingAbhijith Das1-1/+1
2010-07-29GFS2: Simplify gfs2_write_alloc_requiredBob Peterson1-10/+5
2010-07-15GFS2: O_TRUNC not working on stuffed files across clusterBob Peterson1-0/+1
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds1-7/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-29GFS2: Clean up stuffed file copyingSteven Whitehouse1-7/+10
2010-02-12GFS2: Fix bmap allocation corner-case bugSteven Whitehouse1-1/+1
2009-06-12GFS2: Add tracepointsSteven Whitehouse1-0/+3
2009-06-10GFS2: Fix cache coherency between truncate and O_DIRECT readSteven Whitehouse1-1/+1
2009-05-22GFS2: Clean up some file namesSteven Whitehouse1-1/+0
2009-05-20GFS2: Improve resource group error handlingSteven Whitehouse1-2/+7
2009-03-24GFS2: Merge lock_dlm module into GFS2Steven Whitehouse1-1/+0
2009-01-05GFS2: Streamline alloc calculations for writesSteven Whitehouse1-42/+7
2009-01-05GFS2: Banish struct gfs2_dinode_hostSteven Whitehouse1-2/+2
2009-01-05GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksizeSteven Whitehouse1-13/+13
2008-06-24[GFS2] fix gfs2 block allocation (cleaned up)Benjamin Marzinski1-14/+9
2008-03-31[GFS2] Streamline quota lock/check for no-quota caseSteven Whitehouse1-5/+1
2008-03-31[GFS2] possible null pointer dereference fixupCyrill Gorcunov1-1/+4
2008-03-31[GFS2] Allow bmap to allocate extentsSteven Whitehouse1-214/+288
2008-03-31[GFS2] Get inode buffer only once per block map callSteven Whitehouse1-27/+21