summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
AgeCommit message (Expand)AuthorLines
2022-02-15gfs2: Switch lock order of inode and iopen glockAndreas Gruenbacher-22/+27
2022-02-15gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher-1/+1
2021-12-02gfs2: gfs2_create_inode reworkAndreas Gruenbacher-6/+10
2021-12-02gfs2: gfs2_inode_lookup reworkAndreas Gruenbacher-51/+33
2021-12-02gfs2: gfs2_inode_lookup cleanupAndreas Gruenbacher-7/+2
2021-10-25gfs2: set glock object after nqBob Peterson-2/+2
2021-10-25gfs2: Eliminate GIF_INVALID flagBob Peterson-1/+0
2021-10-25gfs2: fix GL_SKIP node_scope problemsBob Peterson-1/+2
2021-10-25gfs2: dequeue iopen holder in gfs2_inode_lookup errorBob Peterson-0/+4
2021-08-13gfs2: Switch to may_setattr in gfs2_setattrAndreas Gruenbacher-2/+2
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds-17/+15
2021-04-20gfs2: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+2
2021-04-12gfs2: convert to fileattrMiklos Szeredi-0/+4
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones-16/+12
2021-04-08gfs2: Make gfs2_setattr_simple staticAndreas Gruenbacher-1/+1
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2021-02-23Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds-3/+3
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro-2/+2
2021-02-17gfs2: Use resource group glock sharingBob Peterson-3/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner-21/+32
2021-01-24stat: handle idmapped mountsChristian Brauner-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner-1/+2
2021-01-24attr: handle idmapped mountsChristian Brauner-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner-1/+1
2020-12-01Revert "GFS2: Prevent delete work from occurring on glocks used for create"Andreas Gruenbacher-5/+1
2020-12-01gfs2: Make inode operations staticAndreas Gruenbacher-3/+7
2020-12-01gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher-10/+11
2020-11-26gfs2: Upgrade shared glocks for atime updatesAndreas Gruenbacher-0/+21
2020-11-02gfs2: Don't call cancel_delayed_work_sync from within delete work functionAndreas Gruenbacher-1/+2
2020-06-30gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher-1/+2
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds-11/+36
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+1
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher-10/+34
2020-06-05gfs2: Move inode generation number check into gfs2_inode_lookupAndreas Gruenbacher-9/+24
2020-06-05gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher-2/+9
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher-0/+2
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig-0/+1
2020-06-02gfs2: Only do glock put in gfs2_create_inode for free inodesBob Peterson-1/+2
2020-05-08gfs2: Fix problems regarding gfs2_qa_get and _putBob Peterson-3/+4
2020-03-31Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds-26/+27
2020-03-27gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher-1/+2
2020-03-27gfs2: Change inode qa_data to allow multiple usersBob Peterson-13/+19
2020-03-27gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson-6/+6
2020-03-27gfs2: Clean up inode initialization and teardownAndreas Gruenbacher-12/+6
2020-03-12gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro-1/+1
2020-01-15gfs2: Avoid access time thrashing in gfs2_inode_lookupAndreas Gruenbacher-5/+5
2019-11-21gfs2: Remove duplicate call from gfs2_create_inodeAndreas Gruenbacher-1/+0
2019-11-19gfs2: clean up iopen glock mess in gfs2_create_inodeBob Peterson-6/+7
2019-10-30gfs2: removed unnecessary semicolonAliasgar Surti-1/+1
2019-09-04gfs2: Use async glocks for renameBob Peterson-11/+23