summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/rgrp.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Get rid of gfs2_alloc_blocks generation parameterAndreas Gruenbacher2023-11-061-5/+7
* gfs2: Update rl_unlinked before releasing rgrp lockBob Peterson2023-06-061-1/+1
* gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher2023-01-311-1/+1
* Merge part of branch 'for-next.instantiate' into for-nextAndreas Gruenbacher2022-08-051-2/+1
|\
| * gfs2: Make go_instantiate take a glockAndreas Gruenbacher2022-06-291-2/+1
* | gfs2: Minor gfs2_glock_nq_m cleanupAndreas Gruenbacher2022-06-281-3/+6
|/
* Merge tag 'gfs2-v5.18-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-241-2/+2
|\
| * gfs2: Return more useful errors from gfs2_rgrp_send_discards()Andrew Price2022-05-241-2/+2
* | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-4/+3
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
|/
* gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price2022-03-311-1/+2
* gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher2022-02-151-3/+4
* gfs2: assign rgrp glock before compute_bitstructsBob Peterson2022-02-151-4/+5
* gfs2: remove RDF_UPTODATE flagBob Peterson2021-10-251-22/+14
* gfs2: fix GL_SKIP node_scope problemsBob Peterson2021-10-251-10/+11
* gfs2: change go_lock to go_instantiateBob Peterson2021-10-251-1/+1
* gfs2: Switch some BUG_ON to GLOCK_BUG_ON for debugBob Peterson2021-10-251-8/+8
* gfs2: move GL_SKIP check from glops to do_promoteBob Peterson2021-10-251-2/+0
* gfs2: remove redundant check in gfs2_rgrp_go_lockBob Peterson2021-10-251-2/+1
* gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-091-2/+4
* gfs2: Silence possible null pointer dereference warningAndreas Gruenbacher2021-04-031-1/+1
* 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