summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2020-10-15gfs2: enhance log_blocks trace point to show log blocks freeBob Peterson1-2/+4
2020-10-15gfs2: add missing log_blocks trace points in gfs2_write_revokesBob Peterson1-2/+10
2020-10-15gfs2: rename gfs2_write_full_page to gfs2_write_jdata_page, remove parmBob Peterson1-5/+10
2020-10-15gfs2: add validation checks for size of superblockAnant Thazhemadam1-7/+11
2020-10-15gfs2: use-after-free in sysfs deregistrationJamie Iles4-18/+11
2020-10-15gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price4-9/+15
2020-10-15gfs2: use iomap for buffered I/O in ordered and writeback modeChristoph Hellwig3-34/+57
2020-10-15gfs2: call truncate_inode_pages_final for address space glocksBob Peterson1-1/+6
2020-10-15gfs2: simplify the logic in gfs2_evict_inodeBob Peterson1-9/+4
2020-10-15gfs2: factor evict_linked_inode out of gfs2_evict_inodeBob Peterson1-18/+34
2020-10-15gfs2: further simplify gfs2_evict_inode with new func evict_should_deleteBob Peterson1-45/+77
2020-10-15gfs2: factor evict_unlinked_inode out of gfs2_evict_inodeBob Peterson1-27/+40
2020-10-15gfs2: rename variable error to ret in gfs2_evict_inodeBob Peterson1-18/+18
2020-10-15gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-18/+2
2020-10-15gfs2: Fix bad comment for trans_drainBob Peterson1-1/+1
2020-10-15gfs2: Make sure we don't miss any delayed withdrawsAndreas Gruenbacher3-30/+43
2020-08-28Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+32
2020-08-24gfs2: add some much needed cleanup for log flushes that failBob Peterson2-0/+32
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-11Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds6-61/+81
2020-08-07gfs2: When gfs2_dirty_inode gets a glock error, dump the glockBob Peterson1-0/+1
2020-08-07gfs2: Never call gfs2_block_zero_range with an open transactionBob Peterson1-30/+39
2020-08-07gfs2: print details on transactions that aren't properly endedBob Peterson1-13/+16
2020-08-07gfs2: Fix inaccurate commentBob Peterson1-1/+1
2020-08-07Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+2
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig1-1/+2
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+3
2020-08-03gfs2: Fix refcount leak in gfs2_glock_pokeAndreas Gruenbacher1-1/+3
2020-08-03gfs2: Pass glock holder to gfs2_file_direct_{read,write}Andreas Gruenbacher1-16/+15
2020-08-03gfs2: Add some flags missing from glock outputBob Peterson1-0/+6
2020-07-16treewide: Remove uninitialized_var() usageKees Cook3-3/+3
2020-07-08gfs2: Rework read and page fault lockingAndreas Gruenbacher2-46/+51
2020-07-03gfs2: The freeze glock should never be frozenBob Peterson2-8/+11
2020-07-03gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson2-11/+9
2020-07-03gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson1-1/+11
2020-07-03gfs2: freeze should work on read-only mountsBob Peterson1-4/+6
2020-07-03gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson4-9/+12
2020-06-30gfs2: Don't sleep during glock hash walkAndreas Gruenbacher1-1/+4
2020-06-30gfs2: fix trans slab error when withdraw occurs inside log_flushBob Peterson1-0/+10
2020-06-30gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher1-1/+2
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds16-76/+396
2020-06-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus 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