summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
AgeCommit message (Expand)AuthorLines
2020-08-10Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds-61/+81
2020-08-07gfs2: When gfs2_dirty_inode gets a glock error, dump the glockBob Peterson-0/+1
2020-08-07gfs2: Never call gfs2_block_zero_range with an open transactionBob Peterson-30/+39
2020-08-07gfs2: print details on transactions that aren't properly endedBob Peterson-13/+16
2020-08-07gfs2: Fix inaccurate commentBob Peterson-1/+1
2020-08-06Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-1/+2
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig-1/+2
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+3
2020-08-03gfs2: Fix refcount leak in gfs2_glock_pokeAndreas Gruenbacher-1/+3
2020-08-03gfs2: Pass glock holder to gfs2_file_direct_{read,write}Andreas Gruenbacher-16/+15
2020-08-03gfs2: Add some flags missing from glock outputBob Peterson-0/+6
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-3/+3
2020-07-07gfs2: Rework read and page fault lockingAndreas Gruenbacher-46/+51
2020-07-03gfs2: The freeze glock should never be frozenBob Peterson-8/+11
2020-07-03gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson-11/+9
2020-07-03gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson-1/+11
2020-07-03gfs2: freeze should work on read-only mountsBob Peterson-4/+6
2020-07-03gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson-9/+12
2020-06-30gfs2: Don't sleep during glock hash walkAndreas Gruenbacher-1/+4
2020-06-30gfs2: fix trans slab error when withdraw occurs inside log_flushBob Peterson-0/+10
2020-06-30gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher-1/+2
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds-76/+396
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+1
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher-38/+289
2020-06-05gfs2: fix use-after-free on transaction ail listsBob Peterson-2/+9
2020-06-05gfs2: new slab for transactionsBob Peterson-8/+32
2020-06-05gfs2: initialize transaction tr_ailX_lists earlierBob Peterson-2/+4
2020-06-05gfs2: Smarter iopen glock waitingAndreas Gruenbacher-5/+40
2020-06-05gfs2: Wake up when setting GLF_DEMOTEAndreas Gruenbacher-4/+14
2020-06-05gfs2: Check inode generation number in delete_work_funcAndreas Gruenbacher-2/+7
2020-06-05gfs2: Move inode generation number check into gfs2_inode_lookupAndreas Gruenbacher-9/+24
2020-06-05gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher-5/+14
2020-06-05gfs2: Try harder to delete inodes locallyAndreas Gruenbacher-6/+47
2020-06-05gfs2: Give up the iopen glock on contentionAndreas Gruenbacher-2/+57
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher-8/+65
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher-1/+26
2020-06-05gfs2: Allow ASPACE glocks to also have an lvbBob Peterson-4/+3
2020-06-05gfs2: instrumentation wrt log_flush stuckBob Peterson-9/+25
2020-06-05gfs2: introduce new gfs2_glock_assert_withdrawBob Peterson-3/+13
2020-06-05gfs2: print mapping->nrpages in glock dump for address space glocksBob Peterson-9/+16
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig-0/+1
2020-06-02gfs2: Only do glock put in gfs2_create_inode for free inodesBob Peterson-1/+2
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-6/+5
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)-15/+8
2020-06-02gfs2: Allow lock_nolock mount to specify jid=XBob Peterson-1/+1
2020-06-02gfs2: Don't ignore inode write errors during inode_go_syncBob Peterson-3/+5
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher-10/+5
2020-05-08Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson-3/+0
2020-05-08gfs2: If go_sync returns error, withdraw but skip invalidateBob Peterson-1/+2
2020-05-08gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher-3/+3