summaryrefslogtreecommitdiff
path: root/fs/gfs2/bmap.c
AgeCommit message (Expand)Author
2011-11-22GFS2: decouple quota allocations from block allocationsBob Peterson
2011-11-21GFS2: move toward a generic multi-block allocatorBob Peterson
2011-11-15GFS2: combine gfs2_alloc_block and gfs2_alloc_diBob Peterson
2011-11-08GFS2: More automated code analysis fixesSteven Whitehouse
2011-10-21GFS2: Move readahead of metadata during deallocation into its own functionSteven Whitehouse
2011-10-21GFS2: rewrite fallocate code to write blocks directlyBenjamin Marzinski
2011-10-21GFS2: speed up delete/unlink performance for large filesBob Peterson
2011-10-21GFS2: Use cached rgrp in gfs2_rlist_add()Steven Whitehouse
2011-10-21GFS2: Call do_strip() directly from recursive_scan()Steven Whitehouse
2011-10-21GFS2: Make resource groups "append only" during life of fsSteven Whitehouse
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig
2011-07-15GFS2: combine duplicated block freeing routinesEric Sandeen
2011-05-21GFS2: Wipe directory hash table metadata when deallocating a directorySteven Whitehouse
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-24GFS2: deallocation performance patchBob Peterson
2010-11-30GFS2: Fix uninitialised error value in previous patchSteven Whitehouse
2010-11-30GFS2: fix recursive locking during rindex truncatesBenjamin Marzinski
2010-09-28GFS2: reserve more blocks for transactionsBenjamin Marzinski
2010-09-20GFS2: Remove i_disksizeSteven Whitehouse
2010-09-20GFS2: New truncate sequenceSteven Whitehouse
2010-07-30GFS2: Fix typo in stuffed file data copy handlingAbhijith Das
2010-07-29GFS2: Simplify gfs2_write_alloc_requiredBob Peterson
2010-07-15GFS2: O_TRUNC not working on stuffed files across clusterBob Peterson
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29GFS2: Clean up stuffed file copyingSteven Whitehouse
2010-02-12GFS2: Fix bmap allocation corner-case bugSteven Whitehouse
2009-06-12GFS2: Add tracepointsSteven Whitehouse
2009-06-10GFS2: Fix cache coherency between truncate and O_DIRECT readSteven Whitehouse
2009-05-22GFS2: Clean up some file namesSteven Whitehouse
2009-05-20GFS2: Improve resource group error handlingSteven Whitehouse
2009-03-24GFS2: Merge lock_dlm module into GFS2Steven Whitehouse
2009-01-05GFS2: Streamline alloc calculations for writesSteven Whitehouse
2009-01-05GFS2: Banish struct gfs2_dinode_hostSteven Whitehouse
2009-01-05GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksizeSteven Whitehouse
2008-06-24[GFS2] fix gfs2 block allocation (cleaned up)Benjamin Marzinski
2008-03-31[GFS2] Streamline quota lock/check for no-quota caseSteven Whitehouse
2008-03-31[GFS2] possible null pointer dereference fixupCyrill Gorcunov
2008-03-31[GFS2] Allow bmap to allocate extentsSteven Whitehouse
2008-03-31[GFS2] Get inode buffer only once per block map callSteven Whitehouse
2008-03-31[GFS2] Eliminate (almost) duplicate field from gfs2_inodeSteven Whitehouse
2008-03-31[GFS2] Add a function to interate over an extentSteven Whitehouse
2008-03-31[GFS2] The case of the missing asteriskSteven Whitehouse
2008-03-31[GFS2] Add extent allocation to block allocatorSteven Whitehouse
2008-03-31[GFS2] Merge gfs2_alloc_meta and gfs2_alloc_dataSteven Whitehouse
2008-03-31[GFS2] Update gfs2_trans_add_unrevoke to accept extentsSteven Whitehouse
2008-03-31[GFS2] Reduce inode size by merging fieldsSteven Whitehouse
2008-03-31[GFS2] Introduce array of buffers to struct metapathSteven Whitehouse
2008-03-31[GFS2] Move part of gfs2_block_map into a separate functionSteven Whitehouse