summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2021-02-17gfs2: Add per-reservation reserved block accountingAndreas Gruenbacher5-28/+82
2021-02-17gfs2: Rename rs_{free -> requested} and rd_{reserved -> requested}Andreas Gruenbacher3-33/+33
2021-02-17gfs2: Check for active reservation in gfs2_releaseAndreas Gruenbacher1-2/+2
2021-02-17gfs2: Don't search for unreserved space twiceAndreas Gruenbacher1-4/+5
2021-02-17gfs2: Only pass reservation down to gfs2_rbm_findAndreas Gruenbacher2-14/+14
2021-02-17gfs2: Also reflect single-block allocations in rgd->rd_extfail_ptAndreas Gruenbacher1-8/+10
2021-02-10gfs2: Recursive gfs2_quota_hold in gfs2_iomap_endAndreas Gruenbacher1-3/+3
2021-02-08gfs2: Add trusted xattr supportAndreas Gruenbacher3-6/+60
2021-02-08gfs2: Enable rgrplvb for sb_fs_format 1802Andrew Price3-3/+15
2021-02-05gfs2: Don't skip dlm unlock if glock has an lvbBob Peterson1-6/+2
2021-02-05gfs2: Lock imbalance on error path in gfs2_recover_oneAndreas Gruenbacher1-1/+3
2021-02-03gfs2: Move function gfs2_ail_empty_trAndreas Gruenbacher1-17/+17
2021-02-03gfs2: Get rid of current_tail()Andreas Gruenbacher3-37/+44
2021-02-03gfs2: Use a tighter bound in gfs2_trans_beginAndreas Gruenbacher1-2/+8
2021-02-03gfs2: Clean up gfs2_log_reserveAndreas Gruenbacher2-35/+26
2021-02-03gfs2: Don't wait for journal flush in clean_journalAndreas Gruenbacher1-3/+2
2021-02-03gfs2: Move lock flush locking to gfs2_trans_{begin,end}Andreas Gruenbacher3-33/+16
2021-02-03gfs2: Get rid of sd_reserving_logAndreas Gruenbacher6-18/+19
2021-02-03gfs2: Clean up on-stack transactionsAndreas Gruenbacher5-42/+38
2021-02-03gfs2: Use sb_start_intwrite in gfs2_ail_empty_glAndreas Gruenbacher2-6/+7
2021-01-25gfs2: keep bios separate for each journalBob Peterson5-13/+16
2021-01-25gfs2: fix glock confusion in function signal_our_withdrawBob Peterson1-7/+9
2021-01-25Revert "GFS2: Re-add a call to log_flush_wait when flushing the journal"Bob Peterson1-1/+0
2021-01-25gfs2: Fix invalid block size messageAndrew Price1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner5-25/+39
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner3-2/+4
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig1-5/+2
2021-01-22gfs2: amend SLAB_RECLAIM_ACCOUNT on gfs2 related slab cacheZhaoyang Huang1-2/+2
2021-01-19gfs2: Clean up ail2_emptyAndreas Gruenbacher1-17/+21
2021-01-19gfs2: Rename gfs2_{write => flush}_revokesAndreas Gruenbacher3-4/+4
2021-01-19gfs2: Minor debugging improvementAndreas Gruenbacher1-2/+2
2021-01-19gfs2: Some documentation updatesAndreas Gruenbacher1-13/+11
2021-01-19gfs2: Minor gfs2_write_revokes cleanupsAndreas Gruenbacher1-3/+5
2021-01-19gfs2: Simplify the buf_limit and databuf_limit definitionsAndreas Gruenbacher1-15/+2
2021-01-19gfs2: Un-obfuscate function jdesc_find_iAndreas Gruenbacher1-10/+3
2021-01-18gfs2: Set GBF_FULL flags when reading resource groupAndreas Gruenbacher1-2/+19
2021-01-18gfs2: Don't clear GBF_FULL flags in rs_deltreeAndreas Gruenbacher1-24/+1
2021-01-18Revert "gfs2: Don't reject a supposedly full bitmap if we have blocks reserved"Andreas Gruenbacher1-2/+1
2021-01-18gfs2: Minor gfs2_inplace_reserve cleanupAndreas Gruenbacher1-6/+8
2021-01-18gfs2: Get rid of unnecessary variable in gfs2_alloc_blocksAndreas Gruenbacher1-6/+1
2021-01-18gfs2: Only use struct gfs2_rbm for bitmap manipulationsAndreas Gruenbacher5-97/+101
2021-01-18gfs2: Turn gfs2_rbm_incr into gfs2_rbm_addAndreas Gruenbacher1-22/+33
2021-01-13gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()Eric Biggers1-2/+2
2021-01-13fs: don't call ->dirty_inode for lazytime timestamp updatesEric Biggers1-2/+0
2020-12-31gfs2: make gfs2_log_write_page staticBob Peterson2-2/+1
2020-12-23gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson3-39/+33