summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/rgrp.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Use resource group glock sharingBob Peterson2021-02-171-5/+5
* gfs2: Add local resource group lockingAndreas Gruenbacher2021-02-171-6/+48
* gfs2: Add per-reservation reserved block accountingAndreas Gruenbacher2021-02-171-20/+60
* gfs2: Rename rs_{free -> requested} and rd_{reserved -> requested}Andreas Gruenbacher2021-02-171-21/+21
* gfs2: Don't search for unreserved space twiceAndreas Gruenbacher2021-02-171-4/+5
* gfs2: Only pass reservation down to gfs2_rbm_findAndreas Gruenbacher2021-02-171-13/+13
* gfs2: Also reflect single-block allocations in rgd->rd_extfail_ptAndreas Gruenbacher2021-02-171-8/+10
* gfs2: Set GBF_FULL flags when reading resource groupAndreas Gruenbacher2021-01-181-2/+19
* gfs2: Don't clear GBF_FULL flags in rs_deltreeAndreas Gruenbacher2021-01-181-24/+1
* Revert "gfs2: Don't reject a supposedly full bitmap if we have blocks reserved"Andreas Gruenbacher2021-01-181-2/+1
* gfs2: Minor gfs2_inplace_reserve cleanupAndreas Gruenbacher2021-01-181-6/+8
* gfs2: Get rid of unnecessary variable in gfs2_alloc_blocksAndreas Gruenbacher2021-01-181-6/+1
* gfs2: Only use struct gfs2_rbm for bitmap manipulationsAndreas Gruenbacher2021-01-181-63/+91
* gfs2: Turn gfs2_rbm_incr into gfs2_rbm_addAndreas Gruenbacher2021-01-181-22/+33
* gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson2020-11-251-0/+4
* gfs2: fix possible reference leak in gfs2_check_blk_typeZhang Qilong2020-11-121-5/+5
* gfs2: check for live vs. read-only file system in gfs2_fitrimBob Peterson2020-10-291-0/+3
* gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-freeBob Peterson2020-10-291-1/+1
* gfs2: Eliminate gl_vmBob Peterson2020-10-201-4/+0
* gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipeBob Peterson2020-10-151-3/+3
* gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price2020-10-141-6/+3
* gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher2020-06-051-1/+1
* gfs2: don't lock sd_log_flush_lock in try_rgrp_unlinkBob Peterson2020-03-271-2/+0
* gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher2020-03-271-3/+2
* gfs2: Change inode qa_data to allow multiple usersBob Peterson2020-03-271-1/+1
* gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson2020-03-271-10/+0
* gfs2: Rework how rgrp buffer_heads are managedBob Peterson2020-02-101-18/+5
* gfs2: Report errors before withdrawAndreas Gruenbacher2020-02-101-25/+23
* gfs2: remove unused LBIT macrosAlex Shi2020-01-211-10/+0
* gfs2: Fix possible fs name overflowsBob Peterson2019-09-031-1/+1
* gfs2: replace more printk with calls to fs_info and friendsBob Peterson2019-06-271-13/+14
* gfs2: dump fsid when dumping glock problemsBob Peterson2019-06-271-7/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}Andreas Gruenbacher2019-05-071-1/+1
* gfs2: Fix loop in gfs2_rbm_find (v2)Andreas Gruenbacher2019-05-071-29/+25
* gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher2019-01-311-1/+1
* gfs2: Dump nrpages for inodes and their glocksBob Peterson2018-12-121-1/+1
* gfs2: Fix loop in gfs2_rbm_findAndreas Gruenbacher2018-12-121-1/+1
* gfs2: Put bitmap buffers in put_superAndreas Gruenbacher2018-11-091-1/+2
* gfs2: Pass resource group to rgblk_freeAndreas Gruenbacher2018-10-121-28/+16
* gfs2: Remove unnecessary gfs2_rlist_alloc parameterBob Peterson2018-10-121-3/+2
* gfs2: Fix marking bitmaps non-fullAndreas Gruenbacher2018-10-121-2/+11
* gfs2: Fix some minor typosAndreas Gruenbacher2018-10-121-2/+2
* gfs2: Rename bitmap.bi_{len => bytes}Andreas Gruenbacher2018-10-121-16/+16
* gfs2: Remove unused RGRP_RSRV_MINBYTES definitionAndreas Gruenbacher2018-10-121-1/+1
* gfs2: Move rs_{sizehint, rgd_gh} fields into the inodeAndreas Gruenbacher2018-10-121-9/+7
* gfs2: Clean up out-of-bounds check in gfs2_rbm_from_blockAndreas Gruenbacher2018-10-121-7/+2
* gfs2: Always check the result of gfs2_rbm_from_blockAndreas Gruenbacher2018-10-121-3/+8
* gfs2: Use fs_* functions instead of pr_* function where we canBob Peterson2018-10-051-11/+17
* gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updatedBob Peterson2018-08-281-1/+1