aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds16-76/+396
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher9-38/+289
2020-06-05gfs2: fix use-after-free on transaction ail listsBob Peterson1-2/+9
2020-06-05gfs2: new slab for transactionsBob Peterson6-8/+32
2020-06-05gfs2: initialize transaction tr_ailX_lists earlierBob Peterson3-2/+4
2020-06-05gfs2: Smarter iopen glock waitingAndreas Gruenbacher2-5/+40
2020-06-05gfs2: Wake up when setting GLF_DEMOTEAndreas Gruenbacher1-4/+14
2020-06-05gfs2: Check inode generation number in delete_work_funcAndreas Gruenbacher2-2/+7
2020-06-05gfs2: Move inode generation number check into gfs2_inode_lookupAndreas Gruenbacher1-9/+24
2020-06-05gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher4-5/+14
2020-06-05gfs2: Try harder to delete inodes locallyAndreas Gruenbacher1-6/+47
2020-06-05gfs2: Give up the iopen glock on contentionAndreas Gruenbacher3-2/+57
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher7-8/+65
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher4-1/+26
2020-06-05gfs2: Allow ASPACE glocks to also have an lvbBob Peterson1-4/+3
2020-06-05gfs2: instrumentation wrt log_flush stuckBob Peterson1-9/+25
2020-06-05gfs2: introduce new gfs2_glock_assert_withdrawBob Peterson2-3/+13
2020-06-05gfs2: print mapping->nrpages in glock dump for address space glocksBob Peterson1-9/+16
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-02gfs2: Only do glock put in gfs2_create_inode for free inodesBob Peterson1-1/+2
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig2-6/+5
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-15/+8
2020-06-02gfs2: Allow lock_nolock mount to specify jid=XBob Peterson1-1/+1
2020-06-02gfs2: Don't ignore inode write errors during inode_go_syncBob Peterson1-3/+5
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher1-10/+5
2020-05-08Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson1-3/+0
2020-05-08gfs2: If go_sync returns error, withdraw but skip invalidateBob Peterson1-1/+2
2020-05-08gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher1-3/+3
2020-05-08gfs2: don't call quota_unhold if quotas are not lockedBob Peterson1-2/+1
2020-05-08gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson2-3/+3
2020-05-08gfs2: remove check for quotas on in gfs2_quota_checkBob Peterson1-3/+0
2020-05-08gfs2: Change BUG_ON to an assert_withdraw in gfs2_quota_changeBob Peterson1-1/+3
2020-05-08gfs2: Fix problems regarding gfs2_qa_get and _putBob Peterson2-4/+4
2020-05-08gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher1-7/+12
2020-05-08gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher1-7/+9
2020-05-08gfs2: Fix use-after-free in gfs2_logd after withdrawBob Peterson1-0/+5
2020-05-08gfs2: Fix BUG during unmount after file system withdrawBob Peterson1-4/+6
2020-05-08gfs2: Fix error exit in do_xmoteBob Peterson1-1/+1
2020-05-06gfs2: fix withdraw sequence deadlockBob Peterson1-1/+1
2020-03-31Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds27-509/+1168
2020-03-30gfs2: Fix oversight in gfs2_ail1_flushBob Peterson1-1/+2
2020-03-27gfs2: change from write to read lock for sd_log_flush_lock in journal replayBob Peterson1-2/+2
2020-03-27gfs2: instrumentation wrt ail1 stuckBob Peterson1-0/+40
2020-03-27gfs2: don't lock sd_log_flush_lock in try_rgrp_unlinkBob Peterson1-2/+0
2020-03-27gfs2: Remove unnecessary gfs2_qa_{get,put} pairsAndreas Gruenbacher1-27/+1
2020-03-27gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher6-9/+13
2020-03-27gfs2: Change inode qa_data to allow multiple usersBob Peterson10-58/+101
2020-03-27gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson8-27/+17
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher7-19/+19