summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Fix duplicate should_fault_in_pages() callBob Peterson2023-07-191-1/+1
* gfs2: Don't get stuck writing page onto itself under direct I/OAndreas Gruenbacher2023-06-281-3/+14
* gfs2: Don't deref jdesc in evictBob Peterson2023-06-091-0/+8
* gfs2: Fix inode height consistency checkAndreas Gruenbacher2023-05-241-1/+2
* gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher2023-03-101-2/+6
* gfs2: jdata writepage fixAndreas Gruenbacher2023-03-101-2/+1
* gfs2: Always check inode size of inline inodesAndreas Gruenbacher2023-02-093-5/+3
* gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher2023-02-092-33/+35
* Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"Andreas Gruenbacher2023-02-091-1/+10
* gfs2: Partially revert gfs2_inode_lookup changeAndreas Gruenbacher2022-12-311-0/+2
* Merge tag 'gfs2-nopid-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-107-25/+246
|\
| * gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher2022-10-097-25/+246
| |\
| | * gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher2022-06-294-11/+18
| | * gfs2: Mark flock glock holders as GL_NOPIDAndreas Gruenbacher2022-06-291-2/+5
| | * gfs2: Add GL_NOPID flag for process-independent glock holdersAndreas Gruenbacher2022-06-292-10/+32
| | * gfs2: Add flocks to glockfd debugfs fileAndreas Gruenbacher2022-06-292-2/+43
| | * gfs2: Add glockfd debugfs fileAndreas Gruenbacher2022-06-291-0/+149
* | | Merge tag 'gfs2-v6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-106-25/+77
|\| |
| * | gfs2: Register fs after creating workqueuesBob Peterson2022-09-201-12/+12
| * | gfs2: Check sb_bsize_shift after reading superblockAndrew Price2022-09-201-1/+4
| * | gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher2022-08-261-5/+7
| * | gfs2: Clear flags when withdraw prevents xmoteBob Peterson2022-08-251-2/+20
| * | gfs2: Dequeue waiters when withdrawnBob Peterson2022-08-253-0/+20
| * | gfs2: Prevent double iput for journal on errorBob Peterson2022-08-251-0/+1
| * | gfs2: Use TRY lock in gfs2_inode_lookup for UNLINKED inodesBob Peterson2022-08-252-5/+13
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-11/+4
|\ \ \
| * | | gfs2: replace ll_rw_block()Zhang Yi2022-09-112-11/+4
| |/ /
* | | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-3/+3
|\ \ \
| * | | Change calling conventions for filldir_tAl Viro2022-08-171-3/+3
| |/ /
* / / fs: dlm: remove DLM_LSFL_FS from uapiAlexander Aring2022-08-231-1/+1
|/ /
* | Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-112-29/+2
|\ \
| * | gfs2: remove ->writepageChristoph Hellwig2022-07-221-26/+0
| * | gfs2: stop using generic_writepages in gfs2_ail1_start_oneChristoph Hellwig2022-07-221-3/+2
| |/
* | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-081-1/+1
|\ \
| * | new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-1/+1
* | | Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-0614-187/+111
|\ \ \
| * \ \ Merge part of branch 'for-next.instantiate' into for-nextAndreas Gruenbacher2022-08-0510-170/+94
| |\ \ \
| | * | | gfs2: List traversal in do_promote is safeAndreas Gruenbacher2022-06-291-2/+2
| | * | | gfs2: do_promote glock holder stealing fixBob Peterson2022-06-291-7/+12
| | * | | gfs2: Use better variable nameAndreas Gruenbacher2022-06-291-8/+8
| | * | | gfs2: Make go_instantiate take a glockAndreas Gruenbacher2022-06-295-7/+5
| | * | | gfs2: Add new go_held glock operationAndreas Gruenbacher2022-06-293-8/+22
| | * | | gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher2022-06-297-80/+8
| | * | | gfs2: Instantiate glocks ouside of glock state engineAndreas Gruenbacher2022-06-294-35/+37
| | * | | gfs2: Fix up gfs2_glock_async_waitAndreas Gruenbacher2022-06-291-38/+15
| | | |/ | | |/|
| * | | gfs2: Minor gfs2_glock_nq_m cleanupAndreas Gruenbacher2022-06-285-11/+11
| * | | gfs2: Fix spelling mistake in commentZhang Jiaming2022-06-241-1/+1
| * | | gfs2: Rewrap overlong comment in do_promoteBob Peterson2022-06-091-3/+4
| * | | gfs2: Remove redundant NULL check before kfreeMinghao Chi2022-06-031-2/+1
| |/ /
* | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-2/+2
|\ \ \ | |_|/ |/| |