summaryrefslogtreecommitdiff
path: root/fs/gfs2/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-27gfs2: gl_object races fixAndreas Gruenbacher1-0/+8
2022-12-17Merge tag 'gfs2-v6.1-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-27/+37
2022-12-06gfs2: Add gfs2_inode_lookup commentAndreas Gruenbacher1-0/+5
2022-12-06gfs2: Handle -EBUSY result of insert_inode_locked4Andreas Gruenbacher1-1/+5
2022-12-02gfs2: Fix and clean up create / evict interactionAndreas Gruenbacher1-14/+12
2022-12-02gfs2: Clean up initialization of "ip" in gfs2_create_inodeAndreas Gruenbacher1-2/+2
2022-12-02gfs2: Get rid of ghs[] in gfs2_create_inodeAndreas Gruenbacher1-10/+10
2022-12-02gfs2: Add extra error check in alloc_dinodeAndreas Gruenbacher1-1/+4
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-1/+1
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher1-2/+3
2022-08-25gfs2: Use TRY lock in gfs2_inode_lookup for UNLINKED inodesBob Peterson1-2/+8
2022-06-29gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher1-2/+4
2022-02-15gfs2: Switch lock order of inode and iopen glockAndreas Gruenbacher1-22/+27
2022-02-15gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher1-1/+1
2021-12-02gfs2: gfs2_create_inode reworkAndreas Gruenbacher1-6/+10
2021-12-02gfs2: gfs2_inode_lookup reworkAndreas Gruenbacher1-51/+33
2021-12-02gfs2: gfs2_inode_lookup cleanupAndreas Gruenbacher1-7/+2
2021-10-25gfs2: set glock object after nqBob Peterson1-2/+2
2021-10-25gfs2: Eliminate GIF_INVALID flagBob Peterson1-1/+0
2021-10-25gfs2: fix GL_SKIP node_scope problemsBob Peterson1-1/+2
2021-10-25gfs2: dequeue iopen holder in gfs2_inode_lookup errorBob Peterson1-0/+4
2021-08-13gfs2: Switch to may_setattr in gfs2_setattrAndreas Gruenbacher1-2/+2
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-17/+15
2021-04-20gfs2: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-04-12gfs2: convert to fileattrMiklos Szeredi1-0/+4
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones1-16/+12
2021-04-08gfs2: Make gfs2_setattr_simple staticAndreas Gruenbacher1-1/+1
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2021-02-24Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-3/+3
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro1-2/+2
2021-02-17gfs2: Use resource group glock sharingBob Peterson1-3/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-21/+32
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner1-1/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-01Revert "GFS2: Prevent delete work from occurring on glocks used for create"Andreas Gruenbacher1-5/+1
2020-12-01gfs2: Make inode operations staticAndreas Gruenbacher1-3/+7
2020-12-01gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher1-10/+11
2020-11-26gfs2: Upgrade shared glocks for atime updatesAndreas Gruenbacher1-0/+21
2020-11-02gfs2: Don't call cancel_delayed_work_sync from within delete work functionAndreas Gruenbacher1-1/+2
2020-06-30gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher1-1/+2
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds1-11/+36
2020-06-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher1-10/+34
2020-06-05gfs2: Move inode generation number check into gfs2_inode_lookupAndreas Gruenbacher1-9/+24
2020-06-05gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher1-2/+9
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher1-0/+2
2020-06-04fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1