summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-v6.1-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-1711-333/+234
|\
| * gfs2: Remove support for glock holder auto-demotion (2)Andreas Gruenbacher2022-12-151-19/+20
| * gfs2: Remove support for glock holder auto-demotionAndreas Gruenbacher2022-12-153-179/+36
| * gfs2: Minor gfs2_try_evict cleanupAndreas Gruenbacher2022-12-101-7/+5
| * gfs2: Partially revert gfs2_inode_lookup changeAndreas Gruenbacher2022-12-061-0/+2
| * gfs2: Add gfs2_inode_lookup commentAndreas Gruenbacher2022-12-061-0/+5
| * gfs2: Uninline and improve glock_{set,clear}_objectAndreas Gruenbacher2022-12-062-26/+45
| * gfs2: Simply dequeue iopen glock in gfs2_evict_inodeAndreas Gruenbacher2022-12-061-5/+2
| * gfs2: Clean up after gfs2_create_inode reworkAndreas Gruenbacher2022-12-062-21/+14
| * gfs2: Avoid dequeuing GL_ASYNC glock holders twiceAndreas Gruenbacher2022-12-061-0/+8
| * gfs2: Make gfs2_glock_hold return its glock argumentAndreas Gruenbacher2022-12-063-6/+5
| * gfs2: Always check inode size of inline inodesAndreas Gruenbacher2022-12-063-5/+3
| * gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher2022-12-062-33/+35
| * gfs2: Handle -EBUSY result of insert_inode_locked4Andreas Gruenbacher2022-12-051-1/+5
| * gfs2: Fix and clean up create / evict interactionAndreas Gruenbacher2022-12-024-39/+54
| * gfs2: Clean up initialization of "ip" in gfs2_create_inodeAndreas Gruenbacher2022-12-021-2/+2
| * gfs2: Get rid of ghs[] in gfs2_create_inodeAndreas Gruenbacher2022-12-021-10/+10
| * gfs2: Add extra error check in alloc_dinodeAndreas Gruenbacher2022-12-021-1/+4
* | fs: rename current get acl methodChristian Brauner2022-10-201-2/+2
* | fs: pass dentry to set acl methodChristian Brauner2022-10-193-3/+4
|/
* 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