aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/rgrp.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-14gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpGravatar Andrew Price 1-1/+1
2020-03-27gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putGravatar Andreas Gruenbacher 1-1/+1
2020-03-27gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocGravatar Bob Peterson 1-1/+0
2020-02-10gfs2: Rework how rgrp buffer_heads are managedGravatar Bob Peterson 1-1/+0
2019-06-27gfs2: dump fsid when dumping glock problemsGravatar Bob Peterson 1-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Gravatar Thomas Gleixner 1-4/+1
2018-12-12gfs2: Dump nrpages for inodes and their glocksGravatar Bob Peterson 1-1/+1
2018-10-12gfs2: Pass resource group to rgblk_freeGravatar Andreas Gruenbacher 1-2/+4
2018-10-12gfs2: Remove unnecessary gfs2_rlist_alloc parameterGravatar Bob Peterson 1-1/+1
2018-10-12gfs2: Remove unused RGRP_RSRV_MINBYTES definitionGravatar Andreas Gruenbacher 1-2/+1
2017-04-19GFS2: Non-recursive deleteGravatar Bob Peterson 1-0/+7
2015-12-14GFS2: Make rgrp reservations part of the gfs2_inode structureGravatar Bob Peterson 1-1/+1
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Gravatar Bob Peterson 1-2/+2
2015-06-19GFS2: Don't brelse rgrp buffer_heads every allocationGravatar Bob Peterson 1-0/+1
2015-03-18gfs2: allow quota_check and inplace_reserve to return available blocksGravatar Abhi Das 1-1/+2
2014-11-03GFS2: If we use up our block reservation, request more next timeGravatar Bob Peterson 1-0/+1
2014-09-19GFS2: fix bad inode i_goal values during block allocationGravatar Abhi Das 1-0/+1
2014-01-16GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeGravatar Steven Whitehouse 1-1/+1
2013-10-02GFS2: Add allocation parameters structureGravatar Steven Whitehouse 1-1/+1
2013-09-27GFS2: Clean up reservation removalGravatar Steven Whitehouse 1-1/+1
2013-04-08GFS2: Remove vestigial parameter ip from function rs_deltreeGravatar Bob Peterson 1-1/+1
2012-11-07GFS2: Add Orlov allocatorGravatar Steven Whitehouse 1-1/+2
2012-09-24GFS2: Consolidate free block searching functionsGravatar Steven Whitehouse 1-6/+0
2012-09-24GFS2: Add structure to contain rgrp, bitmap, offset tupleGravatar Steven Whitehouse 1-11/+5
2012-09-24GFS2: Remove rs_requested field from reservationsGravatar Steven Whitehouse 1-8/+0
2012-07-19GFS2: Reduce file fragmentationGravatar Bob Peterson 1-1/+30
2012-06-06GFS2: Fold quota data into the reservations structGravatar Bob Peterson 1-8/+0
2012-06-06GFS2: Extend the life of the reservationsGravatar Bob Peterson 1-0/+10
2012-02-28GFS2: FITRIM ioctl supportGravatar Steven Whitehouse 1-4/+6
2011-11-22GFS2: decouple quota allocations from block allocationsGravatar Bob Peterson 1-6/+6
2011-11-21GFS2: move toward a generic multi-block allocatorGravatar Bob Peterson 1-2/+2
2011-11-15GFS2: combine gfs2_alloc_block and gfs2_alloc_diGravatar Bob Peterson 1-2/+2
2011-10-21GFS2: Remove two unused variablesGravatar Steven Whitehouse 1-5/+1
2011-10-21GFS2: Use cached rgrp in gfs2_rlist_add()Gravatar Steven Whitehouse 1-1/+1
2011-10-21GFS2: Make resource groups "append only" during life of fsGravatar Steven Whitehouse 1-10/+7
2011-10-21GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count schemeGravatar Bob Peterson 1-5/+5
2011-07-15GFS2: combine duplicated block freeing routinesGravatar Eric Sandeen 1-3/+1
2011-02-24GFS2: deallocation performance patchGravatar Bob Peterson 1-0/+2
2010-11-30GFS2: fix recursive locking during rindex truncatesGravatar Benjamin Marzinski 1-0/+1
2010-09-30GFS2 fatal: filesystem consistency error on renameGravatar Bob Peterson 1-3/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+2
2009-09-08GFS2: Be extra careful about deallocating inodesGravatar Steven Whitehouse 1-2/+2
2009-08-17GFS2: Improve error handling in inode allocationGravatar Steven Whitehouse 1-1/+1
2009-05-20GFS2: Improve resource group error handlingGravatar Steven Whitehouse 1-23/+24
2008-03-31[GFS2] Add extent allocation to block allocatorGravatar Steven Whitehouse 1-1/+1
2008-03-31[GFS2] Merge gfs2_alloc_meta and gfs2_alloc_dataGravatar Steven Whitehouse 1-2/+1
2008-03-31[GFS2] Get rid of unneeded parameter in gfs2_rlist_allocGravatar Bob Peterson 1-3/+2
2008-01-25[GFS2] Reduce inode size by moving i_alloc out of lineGravatar Steven Whitehouse 1-1/+3
2007-07-09[GFS2] Addendum patch 2 for gfs2_growGravatar Robert Peterson 1-0/+1
2006-10-12[GFS2] Fix uninitialised variableGravatar Steven Whitehouse 1-1/+1