summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/bmap.c
AgeCommit message (Expand)AuthorLines
2014-08-21GFS2: Change maxlen variables to size_tBob Peterson-4/+5
2014-05-16GFS2: fs/gfs2/bmap.c: kernel-doc warning fixesFabian Frederick-4/+4
2014-03-03GFS2: Clean up journal extent mappingSteven Whitehouse-0/+115
2013-10-02GFS2: Add allocation parameters structureSteven Whitehouse-1/+2
2013-09-27GFS2: Clean up reservation removalSteven Whitehouse-1/+3
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov-2/+2
2013-06-27GFS2: Reserve journal space for quota change in do_growBob Peterson-1/+3
2013-06-03GFS2: Increase i_writecount during gfs2_setattr_sizeBob Peterson-4/+13
2013-04-08GFS2: Remove vestigial parameter ip from function rs_deltreeBob Peterson-1/+1
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+1
2013-02-13gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman-1/+1
2013-02-01GFS2: Get a block reservation before resizing a fileBob Peterson-0/+4
2013-01-29GFS2: Use ->writepages for ordered writesSteven Whitehouse-0/+2
2013-01-29GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse-12/+12
2012-11-13GFS2: Fix truncation of journaled data filesSteven Whitehouse-3/+49
2012-11-07GFS2: Add Orlov allocatorSteven Whitehouse-1/+1
2012-09-24GFS2: Add structure to contain rgrp, bitmap, offset tupleSteven Whitehouse-1/+1
2012-07-19GFS2: Reduce file fragmentationBob Peterson-0/+3
2012-06-06GFS2: Fold quota data into the reservations structBob Peterson-13/+5
2012-05-11GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_bufferBob Peterson-2/+2
2012-04-24GFS2: Use variable rather than qa to determine if unstuff necessaryBob Peterson-2/+4
2012-04-05GFS2: Make sure rindex is uptodate before starting transactionsBob Peterson-1/+5
2012-03-20GFS2: Change truncate page allocation to be GFP_NOFSBob Peterson-2/+2
2011-11-22GFS2: decouple quota allocations from block allocationsBob Peterson-10/+9
2011-11-21GFS2: move toward a generic multi-block allocatorBob Peterson-2/+2
2011-11-15GFS2: combine gfs2_alloc_block and gfs2_alloc_diBob Peterson-2/+2
2011-11-08GFS2: More automated code analysis fixesSteven Whitehouse-3/+0
2011-10-21GFS2: Move readahead of metadata during deallocation into its own functionSteven Whitehouse-19/+26
2011-10-21GFS2: rewrite fallocate code to write blocks directlyBenjamin Marzinski-0/+12
2011-10-21GFS2: speed up delete/unlink performance for large filesBob Peterson-3/+23
2011-10-21GFS2: Use cached rgrp in gfs2_rlist_add()Steven Whitehouse-2/+2
2011-10-21GFS2: Call do_strip() directly from recursive_scan()Steven Whitehouse-78/+71
2011-10-21GFS2: Make resource groups "append only" during life of fsSteven Whitehouse-7/+0
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig-0/+2
2011-07-15GFS2: combine duplicated block freeing routinesEric Sandeen-10/+2
2011-05-21GFS2: Wipe directory hash table metadata when deallocating a directorySteven Whitehouse-0/+2
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-02-24GFS2: deallocation performance patchBob Peterson-5/+15
2010-11-30GFS2: Fix uninitialised error value in previous patchSteven Whitehouse-1/+1
2010-11-30GFS2: fix recursive locking during rindex truncatesBenjamin Marzinski-2/+7
2010-09-28GFS2: reserve more blocks for transactionsBenjamin Marzinski-1/+1
2010-09-20GFS2: Remove i_disksizeSteven Whitehouse-7/+5
2010-09-20GFS2: New truncate sequenceSteven Whitehouse-128/+119
2010-07-30GFS2: Fix typo in stuffed file data copy handlingAbhijith Das-1/+1
2010-07-29GFS2: Simplify gfs2_write_alloc_requiredBob Peterson-10/+5
2010-07-15GFS2: O_TRUNC not working on stuffed files across clusterBob Peterson-0/+1
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds-7/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+0
2010-03-29GFS2: Clean up stuffed file copyingSteven Whitehouse-7/+10