aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-03Merge tag 'gfs2-v5.12-rc2-fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-5/+9
2021-03-25gfs2: report "already frozen/thawed" errorsBob Peterson1-4/+6
2021-03-15gfs2: Flag a withdraw if init_threads() failsAndrew Price1-1/+3
2021-03-12Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-03-12gfs2: bypass log flush if the journal is not liveBob Peterson1-1/+1
2021-03-12gfs2: bypass signal_our_withdraw if no journalBob Peterson1-5/+10
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-03-07gfs2: fix use-after-free in trans_drainBob Peterson2-0/+6
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeYang Li4-13/+5
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2021-02-23Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds25-660/+964
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds6-32/+48
2021-02-23gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flushBob Peterson1-2/+7
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.gitAndreas Gruenbacher19-549/+777
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro1-2/+2
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-4/+2
2021-02-22gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher7-42/+131
2021-02-22gfs2: Rework the log space allocation logicAndreas Gruenbacher3-69/+104
2021-02-22gfs2: Minor calc_reserved cleanupAndreas Gruenbacher1-8/+5
2021-02-17gfs2: Use resource group glock sharingBob Peterson5-12/+15
2021-02-17gfs2: Allow node-wide exclusive glock sharingBob Peterson2-3/+25
2021-02-17gfs2: Add local resource group lockingAndreas Gruenbacher4-7/+59
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