summaryrefslogtreecommitdiff
path: root/fs/gfs2/rgrp.h
AgeCommit message (Expand)Author
2023-11-06gfs2: No longer use 'extern' in function declarationsAndreas Gruenbacher
2023-11-06gfs2: Get rid of gfs2_alloc_blocks generation parameterAndreas Gruenbacher
2022-08-05Merge part of branch 'for-next.instantiate' into for-nextAndreas Gruenbacher
2022-06-29gfs2: Make go_instantiate take a glockAndreas Gruenbacher
2022-06-28gfs2: Minor gfs2_glock_nq_m cleanupAndreas Gruenbacher
2022-02-15gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher
2021-10-25gfs2: change go_lock to go_instantiateBob Peterson
2021-02-17gfs2: Add local resource group lockingAndreas Gruenbacher
2021-02-17gfs2: Only pass reservation down to gfs2_rbm_findAndreas Gruenbacher
2020-10-14gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price
2020-03-27gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher
2020-03-27gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson
2020-02-10gfs2: Rework how rgrp buffer_heads are managedBob Peterson
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2018-12-12gfs2: Dump nrpages for inodes and their glocksBob Peterson
2018-10-12gfs2: Pass resource group to rgblk_freeAndreas Gruenbacher
2018-10-12gfs2: Remove unnecessary gfs2_rlist_alloc parameterBob Peterson
2018-10-12gfs2: Remove unused RGRP_RSRV_MINBYTES definitionAndreas Gruenbacher
2017-04-19GFS2: Non-recursive deleteBob Peterson
2015-12-14GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson
2015-06-19GFS2: Don't brelse rgrp buffer_heads every allocationBob Peterson
2015-03-18gfs2: allow quota_check and inplace_reserve to return available blocksAbhi Das
2014-11-03GFS2: If we use up our block reservation, request more next timeBob Peterson
2014-09-19GFS2: fix bad inode i_goal values during block allocationAbhi Das
2014-01-16GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse
2013-10-02GFS2: Add allocation parameters structureSteven Whitehouse
2013-09-27GFS2: Clean up reservation removalSteven Whitehouse
2013-04-08GFS2: Remove vestigial parameter ip from function rs_deltreeBob Peterson
2012-11-07GFS2: Add Orlov allocatorSteven Whitehouse
2012-09-24GFS2: Consolidate free block searching functionsSteven Whitehouse
2012-09-24GFS2: Add structure to contain rgrp, bitmap, offset tupleSteven Whitehouse
2012-09-24GFS2: Remove rs_requested field from reservationsSteven Whitehouse
2012-07-19GFS2: Reduce file fragmentationBob Peterson
2012-06-06GFS2: Fold quota data into the reservations structBob Peterson
2012-06-06GFS2: Extend the life of the reservationsBob Peterson
2012-02-28GFS2: FITRIM ioctl supportSteven Whitehouse
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-10-21GFS2: Remove two unused variablesSteven Whitehouse
2011-10-21GFS2: Use cached rgrp in gfs2_rlist_add()Steven Whitehouse
2011-10-21GFS2: Make resource groups "append only" during life of fsSteven Whitehouse
2011-10-21GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count schemeBob Peterson
2011-07-15GFS2: combine duplicated block freeing routinesEric Sandeen
2011-02-24GFS2: deallocation performance patchBob Peterson
2010-11-30GFS2: fix recursive locking during rindex truncatesBenjamin Marzinski
2010-09-30GFS2 fatal: filesystem consistency error on renameBob Peterson
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo