summaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-025-168/+498
|\|
| * gfs2: Fix mmap + page fault deadlocks for direct I/OAndreas Gruenbacher2021-10-251-12/+87
| * iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2021-10-241-2/+2
| * gfs2: Fix mmap + page fault deadlocks for buffered I/OAndreas Gruenbacher2021-10-241-5/+94
| * gfs2: Eliminate ip->i_ghAndreas Gruenbacher2021-10-202-15/+22
| * gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher2021-10-202-59/+28
| * gfs2: Introduce flag for glock holder auto-demotionBob Peterson2021-10-203-36/+200
| * gfs2: Clean up function may_grantAndreas Gruenbacher2021-10-201-50/+69
| * gfs2: Add wrapper for iomap_file_buffered_writeAndreas Gruenbacher2021-10-201-10/+17
* | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+2
|\ \
| * | block: switch polling to be bio basedChristoph Hellwig2021-10-181-2/+2
| |/
* / locks: remove LOCK_MAND flock lock supportJeff Layton2021-09-101-2/+0
|/
* Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-09-091-2/+2
|\
| * gfs2: Switch to may_setattr in gfs2_setattrAndreas Gruenbacher2021-08-131-2/+2
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-2/+5
|\ \
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
| |/
* | Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-311-3/+2
|\ \
| * | iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig2021-08-171-3/+2
| |/
* | Merge tag 'gfs2-v5.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-3113-141/+139
|\ \
| * | gfs2: Remove redundant check from gfs2_glock_dqBob Peterson2021-08-201-6/+5
| * | gfs2: Delay withdraw from atomic contextBob Peterson2021-08-201-1/+1
| * | gfs2: Don't call dlm after protocol is unmountedBob Peterson2021-08-201-0/+5
| * | gfs2: don't stop reads while withdraw in progressBob Peterson2021-08-202-4/+8
| * | gfs2: Mark journal inodes as "don't cache"Bob Peterson2021-08-202-0/+2
| * | gfs2: nit: gfs2_drop_inode shouldn't return boolBob Peterson2021-08-201-1/+1
| * | gfs2: Eliminate vestigial HIF_FIRSTBob Peterson2021-08-202-3/+0
| * | gfs2: Make recovery error more readableBob Peterson2021-08-201-1/+1
| * | gfs2: Don't release and reacquire local statfs bhBob Peterson2021-08-205-41/+25
| * | gfs2: init system threads before freeze lockBob Peterson2021-08-202-55/+48
| * | gfs2: tiny cleanup in gfs2_log_reserveBob Peterson2021-08-191-1/+1
| * | gfs2: trivial clean up of gfs2_ail_errorBob Peterson2021-08-191-4/+6
| * | gfs2: be more verbose replaying invalid rgrp blocksBob Peterson2021-08-191-15/+29
| * | gfs2: Fix glock recursion in freeze_go_xmote_bhBob Peterson2021-08-041-10/+7
| * | gfs2: Fix memory leak of object lsi on error return pathColin Ian King2021-07-201-0/+1
| |/
* / fs: remove mandatory file locking supportJeff Layton2021-08-231-3/+0
|/
* Merge tag 'gfs2-v5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-06-307-66/+85
|\
| * gfs2: Clean up gfs2_unstuff_dinodeAndreas Gruenbacher2021-06-295-36/+36
| * gfs2: Unstuff before locking page in gfs2_page_mkwriteAndreas Gruenbacher2021-06-291-10/+12
| * gfs2: Clean up the error handling in gfs2_page_mkwriteAndreas Gruenbacher2021-06-291-23/+40
| * gfs2: Fix error handling in init_statfsAndreas Gruenbacher2021-06-281-0/+1
| * gfs2: Fix underflow in gfs2_page_mkwriteAndreas Gruenbacher2021-06-281-2/+2
| * gfs2: Use list_move_tail instead of list_del/list_add_tailBaokun Li2021-06-281-2/+1
| * gfs2: Fix do_gfs2_set_flags descriptionAndreas Gruenbacher2021-06-281-1/+1
* | iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)2021-06-291-1/+1
* | mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+2
|/
* Revert "gfs2: Fix mmap locking for write faults"Andreas Gruenbacher2021-06-011-3/+1
* gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton2021-05-311-1/+1
* gfs2: Fix mmap locking for write faultsAndreas Gruenbacher2021-05-211-1/+3
* gfs2: Clean up revokes on normal withdrawsBob Peterson2021-05-205-4/+12
* gfs2: fix a deadlock on withdraw-during-mountBob Peterson2021-05-201-3/+21