summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
AgeCommit message (Expand)AuthorLines
2021-09-09Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+5
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-3/+2
2021-08-31Merge tag 'gfs2-v5.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-141/+139
2021-08-23fs: remove mandatory file locking supportJeff Layton-3/+0
2021-08-20gfs2: Remove redundant check from gfs2_glock_dqBob Peterson-6/+5
2021-08-20gfs2: Delay withdraw from atomic contextBob Peterson-1/+1
2021-08-20gfs2: Don't call dlm after protocol is unmountedBob Peterson-0/+5
2021-08-20gfs2: don't stop reads while withdraw in progressBob Peterson-4/+8
2021-08-20gfs2: Mark journal inodes as "don't cache"Bob Peterson-0/+2
2021-08-20gfs2: nit: gfs2_drop_inode shouldn't return boolBob Peterson-1/+1
2021-08-20gfs2: Eliminate vestigial HIF_FIRSTBob Peterson-3/+0
2021-08-20gfs2: Make recovery error more readableBob Peterson-1/+1
2021-08-20gfs2: Don't release and reacquire local statfs bhBob Peterson-41/+25
2021-08-20gfs2: init system threads before freeze lockBob Peterson-55/+48
2021-08-19gfs2: tiny cleanup in gfs2_log_reserveBob Peterson-1/+1
2021-08-19gfs2: trivial clean up of gfs2_ail_errorBob Peterson-4/+6
2021-08-19gfs2: be more verbose replaying invalid rgrp blocksBob Peterson-15/+29
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi-2/+5
2021-08-16iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig-3/+2
2021-08-13gfs2: Switch to may_setattr in gfs2_setattrAndreas Gruenbacher-2/+2
2021-08-04gfs2: Fix glock recursion in freeze_go_xmote_bhBob Peterson-10/+7
2021-07-20gfs2: Fix memory leak of object lsi on error return pathColin Ian King-0/+1
2021-06-29Merge tag 'gfs2-v5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-66/+85
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)-1/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig-0/+2
2021-06-29gfs2: Clean up gfs2_unstuff_dinodeAndreas Gruenbacher-36/+36
2021-06-29gfs2: Unstuff before locking page in gfs2_page_mkwriteAndreas Gruenbacher-10/+12
2021-06-29gfs2: Clean up the error handling in gfs2_page_mkwriteAndreas Gruenbacher-23/+40
2021-06-28gfs2: Fix error handling in init_statfsAndreas Gruenbacher-0/+1
2021-06-28gfs2: Fix underflow in gfs2_page_mkwriteAndreas Gruenbacher-2/+2
2021-06-28gfs2: Use list_move_tail instead of list_del/list_add_tailBaokun Li-2/+1
2021-06-28gfs2: Fix do_gfs2_set_flags descriptionAndreas Gruenbacher-1/+1
2021-06-01Revert "gfs2: Fix mmap locking for write faults"Andreas Gruenbacher-3/+1
2021-05-31gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton-1/+1
2021-05-21gfs2: Fix mmap locking for write faultsAndreas Gruenbacher-1/+3
2021-05-20gfs2: Clean up revokes on normal withdrawsBob Peterson-4/+12
2021-05-20gfs2: fix a deadlock on withdraw-during-mountBob Peterson-3/+21
2021-05-20gfs2: fix scheduling while atomic bug in glocksBob Peterson-0/+2
2021-05-20gfs2: Fix I_NEW check in gfs2_dinode_inBob Peterson-1/+1
2021-05-20gfs2: Prevent direct-I/O write fallback errors from getting lostAndreas Gruenbacher-1/+4
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)-2/+1
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds-243/+312
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-43/+27
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-8/+14
2021-04-20gfs2: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+3
2021-04-12gfs2: convert to fileattrMiklos Szeredi-43/+27
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones-113/+102
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen-3/+5
2021-04-08gfs2: Make gfs2_setattr_simple staticAndreas Gruenbacher-2/+1