summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-168/+498
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-10-25gfs2: Fix mmap + page fault deadlocks for direct I/OAndreas Gruenbacher1-12/+87
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher1-2/+2
2021-10-24gfs2: Fix mmap + page fault deadlocks for buffered I/OAndreas Gruenbacher1-5/+94
2021-10-20gfs2: Eliminate ip->i_ghAndreas Gruenbacher2-15/+22
2021-10-20gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher2-59/+28
2021-10-20gfs2: Introduce flag for glock holder auto-demotionBob Peterson3-36/+200
2021-10-20gfs2: Clean up function may_grantAndreas Gruenbacher1-50/+69
2021-10-20gfs2: Add wrapper for iomap_file_buffered_writeAndreas Gruenbacher1-10/+17
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-2/+2
2021-09-10locks: remove LOCK_MAND flock lock supportJeff Layton1-2/+0
2021-09-09Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+5
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+2
2021-08-31Merge tag 'gfs2-v5.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-141/+139
2021-08-23fs: remove mandatory file locking supportJeff Layton1-3/+0
2021-08-20gfs2: Remove redundant check from gfs2_glock_dqBob Peterson1-6/+5
2021-08-20gfs2: Delay withdraw from atomic contextBob Peterson1-1/+1
2021-08-20gfs2: Don't call dlm after protocol is unmountedBob Peterson1-0/+5
2021-08-20gfs2: don't stop reads while withdraw in progressBob Peterson2-4/+8
2021-08-20gfs2: Mark journal inodes as "don't cache"Bob Peterson2-0/+2
2021-08-20gfs2: nit: gfs2_drop_inode shouldn't return boolBob Peterson1-1/+1
2021-08-20gfs2: Eliminate vestigial HIF_FIRSTBob Peterson2-3/+0
2021-08-20gfs2: Make recovery error more readableBob Peterson1-1/+1
2021-08-20gfs2: Don't release and reacquire local statfs bhBob Peterson5-41/+25
2021-08-20gfs2: init system threads before freeze lockBob Peterson2-55/+48
2021-08-19gfs2: tiny cleanup in gfs2_log_reserveBob Peterson1-1/+1
2021-08-19gfs2: trivial clean up of gfs2_ail_errorBob Peterson1-4/+6
2021-08-19gfs2: be more verbose replaying invalid rgrp blocksBob Peterson1-15/+29
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-08-17iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig1-3/+2
2021-08-13gfs2: Switch to may_setattr in gfs2_setattrAndreas Gruenbacher1-2/+2
2021-08-04gfs2: Fix glock recursion in freeze_go_xmote_bhBob Peterson1-10/+7
2021-07-20gfs2: Fix memory leak of object lsi on error return pathColin Ian King1-0/+1
2021-06-30Merge tag 'gfs2-v5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-66/+85
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)1-1/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+2
2021-06-29gfs2: Clean up gfs2_unstuff_dinodeAndreas Gruenbacher5-36/+36
2021-06-29gfs2: Unstuff before locking page in gfs2_page_mkwriteAndreas Gruenbacher1-10/+12
2021-06-29gfs2: Clean up the error handling in gfs2_page_mkwriteAndreas Gruenbacher1-23/+40
2021-06-28gfs2: Fix error handling in init_statfsAndreas Gruenbacher1-0/+1
2021-06-28gfs2: Fix underflow in gfs2_page_mkwriteAndreas Gruenbacher1-2/+2
2021-06-28gfs2: Use list_move_tail instead of list_del/list_add_tailBaokun Li1-2/+1
2021-06-28gfs2: Fix do_gfs2_set_flags descriptionAndreas Gruenbacher1-1/+1
2021-06-02Revert "gfs2: Fix mmap locking for write faults"Andreas Gruenbacher1-3/+1
2021-05-31gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton1-1/+1
2021-05-21gfs2: Fix mmap locking for write faultsAndreas Gruenbacher1-1/+3
2021-05-20gfs2: Clean up revokes on normal withdrawsBob Peterson5-4/+12
2021-05-20gfs2: fix a deadlock on withdraw-during-mountBob Peterson1-3/+21