summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher
2020-06-05gfs2: fix use-after-free on transaction ail listsBob Peterson
2020-06-05gfs2: new slab for transactionsBob Peterson
2020-06-05gfs2: initialize transaction tr_ailX_lists earlierBob Peterson
2020-06-05gfs2: Smarter iopen glock waitingAndreas Gruenbacher
2020-06-05gfs2: Wake up when setting GLF_DEMOTEAndreas Gruenbacher
2020-06-05gfs2: Check inode generation number in delete_work_funcAndreas Gruenbacher
2020-06-05gfs2: Move inode generation number check into gfs2_inode_lookupAndreas Gruenbacher
2020-06-05gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher
2020-06-05gfs2: Try harder to delete inodes locallyAndreas Gruenbacher
2020-06-05gfs2: Give up the iopen glock on contentionAndreas Gruenbacher
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher
2020-06-05gfs2: Allow ASPACE glocks to also have an lvbBob Peterson
2020-06-05gfs2: instrumentation wrt log_flush stuckBob Peterson
2020-06-05gfs2: introduce new gfs2_glock_assert_withdrawBob Peterson
2020-06-05gfs2: print mapping->nrpages in glock dump for address space glocksBob Peterson
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-02gfs2: Only do glock put in gfs2_create_inode for free inodesBob Peterson
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-06-02gfs2: Allow lock_nolock mount to specify jid=XBob Peterson
2020-06-02gfs2: Don't ignore inode write errors during inode_go_syncBob Peterson
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher
2020-05-08Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson
2020-05-08gfs2: If go_sync returns error, withdraw but skip invalidateBob Peterson
2020-05-08gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher
2020-05-08gfs2: don't call quota_unhold if quotas are not lockedBob Peterson
2020-05-08gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson
2020-05-08gfs2: remove check for quotas on in gfs2_quota_checkBob Peterson
2020-05-08gfs2: Change BUG_ON to an assert_withdraw in gfs2_quota_changeBob Peterson
2020-05-08gfs2: Fix problems regarding gfs2_qa_get and _putBob Peterson
2020-05-08gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher
2020-05-08gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher
2020-05-08gfs2: Fix use-after-free in gfs2_logd after withdrawBob Peterson
2020-05-08gfs2: Fix BUG during unmount after file system withdrawBob Peterson
2020-05-08gfs2: Fix error exit in do_xmoteBob Peterson
2020-05-06gfs2: fix withdraw sequence deadlockBob Peterson
2020-03-31Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2020-03-30gfs2: Fix oversight in gfs2_ail1_flushBob Peterson
2020-03-27gfs2: change from write to read lock for sd_log_flush_lock in journal replayBob Peterson
2020-03-27gfs2: instrumentation wrt ail1 stuckBob Peterson
2020-03-27gfs2: don't lock sd_log_flush_lock in try_rgrp_unlinkBob Peterson
2020-03-27gfs2: Remove unnecessary gfs2_qa_{get,put} pairsAndreas Gruenbacher
2020-03-27gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher
2020-03-27gfs2: Change inode qa_data to allow multiple usersBob Peterson
2020-03-27gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher